Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #10800 from kpayson64/fix_alpine | kpayson64 | 2017-05-16 |
|\ | | | | | Fix alpine build | ||
* | | Update Bazel Dockerfile to build from oss-fuzz | Matt Kwong | 2017-05-11 |
| | | |||
* | | Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11. | Vijay Pai | 2017-05-10 |
| | | |||
* | | Add option to upload Jenkins test result to BQ | Matt Kwong | 2017-05-08 |
| | | |||
| * | Fix alpine build | Ken Payson | 2017-04-21 |
|/ | |||
* | Merge pull request #10562 from matt-kwong/pin-bazel-version-2 | Matt Kwong | 2017-04-11 |
|\ | | | | | Pin Bazel version to 0.4.4 in Dockerfile | ||
* \ | Merge pull request #10480 from jtattermusch/csharp_new_projects | Jan Tattermusch | 2017-04-11 |
|\ \ | | | | | | | C# new .csproj projects | ||
* \ \ | Merge pull request #10551 from matt-kwong/fix-csharp-docker | Matt Kwong | 2017-04-10 |
|\ \ \ | | | | | | | | | Remove unnecessary C# dependency in Dockerfiles | ||
| | | * | Pin Bazel version to 0.4.4 in Dockerfile | Matt Kwong | 2017-04-10 |
| | | | | |||
| * | | | Fix C# Dockerfiles | Matt Kwong | 2017-04-10 |
| | |/ | |/| | |||
| | * | fix C# build_packages scripts | Jan Tattermusch | 2017-04-07 |
| |/ | |||
* / | Fix build on Alpine linux + add portability tests | Ken Payson | 2017-04-06 |
|/ | |||
* | make C# docker image in sync with GCE performance workers | Jan Tattermusch | 2017-04-06 |
| | |||
* | Fix test coverage reporting | Matt Kwong | 2017-03-31 |
| | |||
* | Add newest dotnet SDK to C# dockerfile | Jan Tattermusch | 2017-03-09 |
| | |||
* | Merge pull request #10033 from matt-kwong/fix-dockerfiles | matt-kwong | 2017-03-08 |
|\ | | | | | Fix pyenv Dockerfile | ||
| * | Fix pyenv dockerfile | Matt Kwong | 2017-03-08 |
| | | |||
* | | Updated protobuf dependency for python to 3.2.0 | Mehrdad Afshari | 2017-03-07 |
|/ | |||
* | Fixed package name in dockerfile | murgatroid99 | 2017-01-13 |
| | |||
* | Properly generate electron dependencies in test Dockerfile from template | murgatroid99 | 2017-01-12 |
| | |||
* | Merge branch 'master' into node_electron_build | murgatroid99 | 2017-01-12 |
|\ | |||
| * | Adding Bazel tests. | Nicolas "Pixel" Noble | 2017-01-05 |
| | | |||
* | | Merge branch 'master' into node_electron_build | murgatroid99 | 2017-01-04 |
|\| | |||
| * | cleanup and speedup of sanity tests | Jan Tattermusch | 2016-12-22 |
| | | |||
* | | Add Electron tests to portability test matrix | murgatroid99 | 2016-12-05 |
|/ | |||
* | Set Bazel to specific commit in Dockerfile | Matt Kwong | 2016-12-01 |
| | |||
* | Revert "Enable port tests to be run using gcc4.8" | Matt Kwong | 2016-11-03 |
| | | | | This reverts commit 029ed106c5780fe94f18b46e433abaa1f5e603b7. | ||
* | Use Jessie instead of Ubuntu Dockerfile for GCC-4.8 tests | Matt Kwong | 2016-11-02 |
| | |||
* | Enable port tests to be run using gcc4.8 | Matt Kwong | 2016-11-02 |
| | |||
* | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-12 |
|\ | |||
* | | Fix sanity and move a header include | murgatroid99 | 2016-10-12 |
| | | |||
* | | Add libuv tests, and installation step in dockerfile | murgatroid99 | 2016-10-12 |
| | | |||
| * | move changes from dockerfile to template | Matt Kwong | 2016-10-11 |
| | | |||
| * | changed wheezy dockerfile to install git version > 1.7 to support local ↵ | Matt Kwong | 2016-09-29 |
|/ | | | | submodule cloning | ||
* | enable runing C# interop tests under coreclr | Jan Tattermusch | 2016-09-09 |
| | |||
* | Add PyPy 5.3.1 to dockerfile and template | siddharthshukla | 2016-08-17 |
| | |||
* | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\ | |||
| * | ran script to update actual docker files | Alexander Polcyn | 2016-08-02 |
| | | |||
| * | regenerate from template | Stanley Cheung | 2016-07-26 |
| | | |||
| * | fix copyright | Stanley Cheung | 2016-07-26 |
| | | |||
| * | php: add php7 to jenkins basic and interop tests | Stanley Cheung | 2016-07-26 |
| | | |||
| * | remove outdated php dockerfile dependency | Stanley Cheung | 2016-07-26 |
| | | |||
* | | fix copyright | Stanley Cheung | 2016-07-25 |
| | | |||
* | | php: add php7 to jenkins basic and interop tests | Stanley Cheung | 2016-07-23 |
| | | |||
* | | remove outdated php dockerfile dependency | Stanley Cheung | 2016-07-22 |
| | | |||
| * | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | | | | | Delay beginning most writes until we enter poll() | ||
* | | Fix some failures | Craig Tiller | 2016-07-13 |
| | | |||
* | | Merge pull request #7265 from thunderboltsid/issue-7094-retry | Nicolas Noble | 2016-07-13 |
|\ \ | | | | | | | Retrying: Make the testing scripts executable on Python 3.x | ||
| * | | Make testing toolchain python 3.x compliant | siddharthshukla | 2016-07-12 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | six is necessary for making these scripts cross compatible between python 2.x and 3.x Changes: Add six to python_deps.include Include python_deps.include to all Dockerfile templates in test directory Include python_deps.include to all Dockerfile templates in stress_test directory Include python_deps.include to all Dockerfile templates in interop_test directory Replace print statements with print function calls (from futute..) Replace .iteritems() with .items() wherever necessary use six.moves to import BaseHTTPServer Generate new dockerfiles using generate_projects.sh | ||
* / | Enable py35 and py36 testing | siddharthshukla | 2016-07-11 |
|/ | | | | | | | | Add dockerfile template for python_pyenv_x64 docker image Generate the dockerfile using generate_projects.sh Modify run_tests.py to include python3.5 and python3.6 Runs python_jessie_x64 for python versions 2.7 and 3.4, and python_pyenv_x64 for python versions 3.5 and 3.6 |