aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* 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
|
* 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
* \ Merge pull request #6848 from thinkerou/default_roots_pemGravatar Jan Tattermusch2016-06-20
|\ \ | | | | | | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
| | * add csharp CoreCLR docker imageGravatar Jan Tattermusch2016-06-17
| | |
* | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
|\ \ \
| * \ \ Merge pull request #6902 from sreecha/php_stress_testGravatar Jan Tattermusch2016-06-17
| |\ \ \ | | | | | | | | | | PHP stress client in stress test framework
| | | * | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callbackGravatar thinkerou2016-06-17
| | | |/
| * | | Disable ccache for clang-3.4 on Ubuntu 14.04 as this is not currently working.Gravatar Vijay Pai2016-06-16
| | | | | | | | | | | | | | | | Disabling it allows clang-3.4 to run C/C++ on docker
| * | | no ccacheGravatar Vijay Pai2016-06-16
| | |/ | |/|
* | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\| |
| | * PHP stress client in stress test frameworkGravatar Sree Kuchibhotla2016-06-14
| |/
| * Merge pull request #6704 from yang-g/distribtestGravatar Jan Tattermusch2016-06-13
| |\ | | | | | | Add distrib test utilities for c++
| | * minor fixesGravatar yang-g2016-06-13
| | |
| * | Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
| |\ \ | | | | | | | | Proto server reflection
| * | | add support for clang3.5, clang3.7 and gcc4.6Gravatar Jan Tattermusch2016-06-11
| | | |
* | | | Add g++Gravatar Vijay Pai2016-06-09
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into reflection_separate_libGravatar Yuchen Zeng2016-06-07
| | |\ \ | |_|/ / |/| | |
| * | | Use Python namespace packagesGravatar Masood Malekghassemi2016-06-06
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, namespace packages would break in auditwheel due to a superfluous check (fixed in the commit referenced in the Dockerfiles). Now, the auditwheel used in the manylinux1-support Docker images can handle namespace packages, and we may thus use them. This should alleviate future user pain w.r.t. installation of grpcio-tools causing loss of grpcio files and vice versa (e.g. requiring a reinstall of grpcio following installation of grpcio-tools).
| * | Add more comments, fix format issuesGravatar Yuchen Zeng2016-06-06
| | |
| * | Addressed reveiw comments about namingGravatar Yuchen Zeng2016-06-06
| | |
| * | Add a sanity test: check if the generated pb files are up-to-dateGravatar Yuchen Zeng2016-05-31
| | |
| | * Move grpc installation from docker file to script.Gravatar yang-g2016-05-30
| | |
| | * Add distrib test support for c++.Gravatar yang-g2016-05-24
| |/ |/|
* | hotfix for sanity testsGravatar Jan Tattermusch2016-05-22
|/
* Merge pull request #6444 from nicolasnoble/clang-format-pinnedGravatar jboeuf2016-05-10
|\ | | | | Pinning the llvm repository on 3.8.
* \ Merge pull request #6419 from sreecha/python_stress_test_dockerGravatar Jan Tattermusch2016-05-06
|\ \ | | | | | | Python stress test docker config files and related changes
| | * Pinning the llvm repository on 3.8.Gravatar Nicolas 'Pixel' Noble2016-05-05
| | |
* | | Use manylinuxGravatar Masood Malekghassemi2016-05-04
| | |