aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
Commit message (Collapse)AuthorAge
* 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 #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
|
* 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
| | |
* | | Fix docker buildGravatar Masood Malekghassemi2016-05-04
| | |
* | | Integrate Python protoc Linux artifact buildersGravatar Masood Malekghassemi2016-05-04
| | |
* | | Add sanity test for grpcio protoc packageGravatar Masood Malekghassemi2016-05-04
| | |
* | | Add Python grpcio protoc packageGravatar Masood Malekghassemi2016-05-04
| |/ |/|
| * Python dockerfiles and config files for stress testingGravatar Sree Kuchibhotla2016-05-03
|/
* Merge pull request #6376 from murgatroid99/node_test_multiple_versionsGravatar Jan Tattermusch2016-05-03
|\ | | | | Made Node tests support multiple versions and set the Node default version to 4 everywhere possible
* | Ruby docker files and configGravatar Sree Kuchibhotla2016-05-02
| |
* | C# Dockerfile and Config scriptsGravatar Sree Kuchibhotla2016-04-29
| |
| * Made Node tests support multiple versions and set the Node default version ↵Gravatar murgatroid992016-04-29
|/ | | | to 4 everywhere possible
* generate interop test Dockerfiles using templatesGravatar Jan Tattermusch2016-04-27
|
* move interop test docker files to a subdirGravatar Jan Tattermusch2016-04-27
|