aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* fixed whitespacing and docker_run_tests.sh now clones submodule via networkGravatar Matt Kwong2016-09-28
|
* changed method to local clone submodules to using git submodule foreach from ↵Gravatar Matt Kwong2016-09-28
| | | | the local copy
* submodule clone comments changed to be more descriptiveGravatar Matt Kwong2016-09-28
|
* fixed one more incorrect directory for git cloneGravatar Matt Kwong2016-09-28
|
* fixed wrong directory in git clone commandsGravatar Matt Kwong2016-09-28
|
* fixed local cloning of grpc/grpc submodules on dockerGravatar Matt Kwong2016-09-28
|
* enable runing C# interop tests under coreclrGravatar Jan Tattermusch2016-09-09
|
* install dotnet cli into ubuntu1404 distribtest dockerGravatar Jan Tattermusch2016-09-08
|
* get the right nuget version in linux distribtestsGravatar Jan Tattermusch2016-09-08
|
* Merge branch 'v1.0.x' into upmerge-from-v1.0.xGravatar Nicolas "Pixel" Noble2016-08-24
|\
| * update nuget in distrib test docker filesGravatar Alexander Polcyn2016-08-17
| |
* | Add PyPy 5.3.1 to dockerfile and templateGravatar siddharthshukla2016-08-17
| |
* | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\|
| * Merge pull request #7623 from apolcyn/sys_inter_with_nugetGravatar Nicolas Noble2016-08-09
| |\ | | | | | | Updating Ix-Async to System Interactive and nuget
| * | Reducing diff.Gravatar Nicolas "Pixel" Noble2016-08-05
| | |
| * | That won't work properly. Falling back on fixing the list of dependencies.Gravatar Nicolas "Pixel" Noble2016-08-05
| | |
| * | Using the interop dependencies instead.Gravatar Nicolas "Pixel" Noble2016-08-05
| | |
| * | Hopefully fixing #7639.Gravatar Nicolas "Pixel" Noble2016-08-05
| | |
| * | Undo Go Docker fix - fixed in another PRGravatar Jorge Canizales2016-08-05
| | |
* | | Reducing diff.Gravatar Nicolas "Pixel" Noble2016-08-05
| | |
* | | That won't work properly. Falling back on fixing the list of dependencies.Gravatar Nicolas "Pixel" Noble2016-08-05
| | |
* | | Using the interop dependencies instead.Gravatar Nicolas "Pixel" Noble2016-08-05
| | |
* | | Hopefully fixing #7639.Gravatar Nicolas "Pixel" Noble2016-08-05
| | |
| * | @pgrosu’s fix of Go’s docker buildGravatar Jorge Canizales2016-08-04
| | |
| | * ran script to update actual docker filesGravatar Alexander Polcyn2016-08-02
| |/
| * regenerate from templateGravatar Stanley Cheung2016-07-26
| |
| * fix copyrightGravatar Stanley Cheung2016-07-26
| |
| * php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-26
| |
| * php: remove protobuf-php clone hackGravatar Stanley Cheung2016-07-26
| |
| * remove outdated php dockerfile dependencyGravatar Stanley Cheung2016-07-26
| |
* | Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfileGravatar kpayson642016-07-25
|\ \ | | | | | | PHP: add PHP7 to various Jenkins tests and update dockerfile
| * | fix copyrightGravatar Stanley Cheung2016-07-25
| | |
| * | php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-23
| | |
| * | php: remove protobuf-php clone hackGravatar Stanley Cheung2016-07-22
| | |
| * | remove outdated php dockerfile dependencyGravatar Stanley Cheung2016-07-22
| | |
* | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | Delay beginning most writes until we enter poll()
| * Install virtualenv in Python distribtest DockerfilesGravatar Masood Malekghassemi2016-07-15
| |
* | Fix some failuresGravatar Craig Tiller2016-07-13
| |
* | Merge pull request #7265 from thunderboltsid/issue-7094-retryGravatar Nicolas Noble2016-07-13
|\ \ | | | | | | Retrying: Make the testing scripts executable on Python 3.x
* \ \ Merge pull request #7112 from thunderboltsid/issue-7110Gravatar Nicolas Noble2016-07-13
|\ \ \ | | | | | | | | Add dockerfile for pyenv and modify run_tests.py to include py35 and py36
* | | | Add src/compiler to clang formatGravatar Masood Malekghassemi2016-07-12
| |_|/ |/| |
| | * Make testing toolchain python 3.x compliantGravatar siddharthshukla2016-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 testingGravatar siddharthshukla2016-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
* Merge pull request #6791 from soltanmm/painGravatar kpayson642016-07-06
|\ | | | | Make running individual Python tests less painful
* | Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
| |
| * Remove toxGravatar Masood Malekghassemi2016-07-01
|/
* build experimental nugets with dotnet CLIGravatar Jan Tattermusch2016-06-29
|
* switch CoreCLR to preview2Gravatar Jan Tattermusch2016-06-27
|
* Merge pull request #6104 from jtattermusch/coreclr_supportGravatar Jan Tattermusch2016-06-22
|\ | | | | Add experimental CoreCLR support