Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert to the official manylinux1 image | Mehrdad Afshari | 2018-07-09 |
| | |||
* | Revert "Install pyyaml through pip in docker" | Jan Tattermusch | 2018-06-18 |
| | |||
* | Merge pull request #15778 from apolcyn/use_pyyaml | apolcyn | 2018-06-14 |
|\ | | | | | Install pyyaml through pip in docker | ||
* | | Use a Docker image that includes Python3.7rc1 | Mehrdad Afshari | 2018-06-14 |
| | | | | | | | | | | | | | | | | | | In order to build Python3.7 packages for manylinux1 platform, we need our Docker image to include Python3.7. Unfortunately, since Python 3.7 is still in RC1 stage, the official docker image does not include that Python release, so we temporarily rely on our own underlying docker image to build. | ||
| * | Install pyyaml through pip in docker | Alex Polcyn | 2018-06-14 |
|/ | |||
* | Merge pull request #15669 from jtattermusch/csharp_distribtest_protoc | Jan Tattermusch | 2018-06-11 |
|\ | | | | | Add codegen test to C# distribtests. | ||
| * | more dockerfile polish | Jan Tattermusch | 2018-06-06 |
| | | |||
| * | wheezy LTS has ended: remove C# distribtest | Jan Tattermusch | 2018-06-06 |
| | | |||
| * | update mono in docker images | Jan Tattermusch | 2018-06-06 |
| | | |||
* | | only build interop tests with python2.7 | Jan Tattermusch | 2018-06-06 |
|/ | |||
* | Regenerate Projects | Mehrdad Afshari | 2018-06-01 |
| | |||
* | sanity dockerimage doesnt need bazel | Jan Tattermusch | 2018-05-24 |
| | |||
* | Merge pull request #15525 from jtattermusch/fixing_grpcio_tools | Jan Tattermusch | 2018-05-23 |
|\ | | | | | Fixing make_grpcio_tools.py | ||
| * | regenerate dockerfiles | Jan Tattermusch | 2018-05-23 |
| | | |||
* | | Readd cmake backport to Jessie | Matt Kwong | 2018-05-23 |
| | | |||
* | | Remove installed from source Clang in standard Jessie Dockerfile | Matt Kwong | 2018-05-23 |
| | | |||
* | | Add Jessie Dockerfile using RBE's base | Matt Kwong | 2018-05-23 |
|/ | |||
* | regenerate dockerfiles | Jan Tattermusch | 2018-05-23 |
| | |||
* | Merge pull request #15491 from murgatroid99/node_docker_npm_fix | Michael Lumish | 2018-05-22 |
|\ | | | | | Don't update npm when installing node | ||
* \ | Merge pull request #15481 from jtattermusch/upgrade_cmake | Jan Tattermusch | 2018-05-21 |
|\ \ | | | | | | | Upgrade cmake in C++ dockerfiles | ||
| | * | Don't update npm when installing node | murgatroid99 | 2018-05-21 |
| |/ |/| | |||
* | | Install bash in alpine distribtest image | Mehrdad Afshari | 2018-05-21 |
| | | |||
* | | Merge pull request #15471 from grpc/revert-15466-remove_docker_ccache | Jan Tattermusch | 2018-05-21 |
|\ \ | | | | | | | Revert "Remove ccache from all docker images" | ||
| | * | upgrade cmake in C++ distribtest dockerfile | Jan Tattermusch | 2018-05-21 |
| | | | |||
| | * | regenerate dockerfiles | Jan Tattermusch | 2018-05-21 |
| |/ |/| | |||
* | | Merge pull request #15475 from mehrdada/alpine-linux-distribtest-for-python | Mehrdad Afshari | 2018-05-21 |
|\ \ | | | | | | | Add Python distribtests for Alpine Linux | ||
| * | | Add Python distribtests for Alpine Linux | Mehrdad Afshari | 2018-05-20 |
| | | | | | | | | | | | | | | | | | | This is especially important as Alpine uses `musl` instead of `glibc` and requires a source build for gRPC Python. | ||
| | * | Revert "Remove ccache from all docker images" | Jan Tattermusch | 2018-05-19 |
| |/ |/| | |||
* | | regenerate dockerfiles | Jan Tattermusch | 2018-05-18 |
|/ | |||
* | add mako to multilang dockerimage | Jan Tattermusch | 2018-05-16 |
| | |||
* | update C# distribtests | Jan Tattermusch | 2018-05-10 |
| | |||
* | Merge pull request #15317 from jtattermusch/gcov_pip_missing | Jan Tattermusch | 2018-05-10 |
|\ | | | | | Install pip for Python3.4 for gcov tests | ||
* | | build C# android artifact | Jan Tattermusch | 2018-05-09 |
| | | |||
| * | Install pip for Python3.4 for gcov tests | Jan Tattermusch | 2018-05-09 |
|/ | |||
* | Install pip for Python3.4 in all Dockerfiles used for Python testing | Matt Kwong | 2018-05-08 |
| | |||
* | Merge pull request #15278 from matt-kwong/python-fallback | Matt Kwong | 2018-05-08 |
|\ | | | | | Remove the fallback when creating Python virtual env | ||
* | | Revert recent changes to node interop build script | murgatroid99 | 2018-05-07 |
| | | |||
| * | Remove the fallback when creating Python virtual env | Matt Kwong | 2018-05-04 |
|/ | | | | | | | | | | See https://github.com/grpc/grpc/issues/15253 for more context. The original behavior when running Python tests is to try to create a virtual env with the specifed Python version. If there is an issue with that, fallback to the system's default Python version. This leads to misleading test results, so removing the fallback and failing the test when virtual env fails to instantiate the specified Python version is the new behavior. | ||
* | Merge branch 'v1.11.x' | Mehrdad Afshari | 2018-04-27 |
|\ | |||
| * | Add Dockerfiles for Python source distribtests | Mehrdad Afshari | 2018-04-26 |
| | | |||
* | | Merge pull request #15048 from kpayson64/use_c_core_for_interop | kpayson64 | 2018-04-21 |
|\ \ | | | | | | | Use c core for interop | ||
| * | | Make Node interop tests use c-core changes | kpayson64 | 2018-04-20 |
| |/ | |||
* | | Bump Python protobuf to 3.5.2.post1 | Mehrdad Afshari | 2018-04-19 |
| | | |||
* | | Bump pip version to 10.0.1 | Mehrdad Afshari | 2018-04-19 |
| | | |||
* | | Support cleaning objc files | Muxi Yan | 2018-04-11 |
| | | |||
| * | Update pip pin from 9.0.1 to 9.0.2 | Matt Kwong | 2018-04-09 |
| | | |||
* | | Merge pull request #14987 from matt-kwong/pin-pip | Matt Kwong | 2018-04-09 |
|\ \ | | | | | | | Update pip pin from 9.0.1 to 9.0.2 | ||
| * | | Update pip pin from 9.0.1 to 9.0.2 | Matt Kwong | 2018-04-06 |
| | | | |||
* | | | Remove scripts for running Android interop on Jenkins | Eric Gribkoff | 2018-04-06 |
|/ / | |||
* / | Fix c-ares tests under gcc musl | Alex Polcyn | 2018-04-05 |
|/ |