aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
Commit message (Collapse)AuthorAge
* add go1.11 interop image templatesGravatar Jan Tattermusch2019-01-07
|
* Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0Gravatar Alexander Polcyn2019-01-03
| | | | binary package builds; pin bundler to 1.17.3 where necessary
* Upgrade sanity Docker image to debian:stretchGravatar Lidi Zheng2018-12-10
| | | | | | | | * Use latest pylint in Python 3.7 (they dropped support for PY2) * Make latest pylint happy * Forced to upgrade to shellcheck 0.4.4 * Make shellcheck 0.4.4 happy * Adopt reviewers' advice to reduce global disabled rules
* switch C# docker images to debian stretchGravatar Jan Tattermusch2018-11-30
|
* use python stretch3.7 image for interop testsGravatar Jan Tattermusch2018-11-26
|
* pip install coverage for python_stretch3.7 imageGravatar Jan Tattermusch2018-11-20
|
* split up coverage runs by languageGravatar Jan Tattermusch2018-11-19
|
* upgrade bazel in Dockerfile to 0.17.1Gravatar Jan Tattermusch2018-10-30
|
* Merge pull request #16945 from lidizheng/update-python-3.7-dockerfileGravatar Lidi Zheng2018-10-24
|\ | | | | Update Python 2.7/3.5/3.6/3.7 testing Dockerfile
| * Rename the DockerfilesGravatar Lidi Zheng2018-10-23
| |
| * Pack templates into a concentrated oneGravatar Lidi Zheng2018-10-23
| |
| * Uppercase `Authors`Gravatar Lidi Zheng2018-10-23
| |
| * Put `jessie` back for Python3.4Gravatar Lidi Zheng2018-10-23
| | | | | | | | | | * According to `https://packages.debian.org/jessie/python/python3.4` the Python3.4 has security issues. * Debian `stretch` doesn't include Python3.4 packages in their repo
| * Migrate from `jessie` to `stretch`Gravatar Lidi Zheng2018-10-23
| |
* | Add a grpclb-in-DNS interop test suiteGravatar Alex Polcyn2018-10-23
| |
| * Add different Dockerfile for each Python versionGravatar Lidi Zheng2018-10-22
| |
| * Rename Dockerfile && fix typoGravatar Lidi Zheng2018-10-22
| |
| * Using template to generate DockerfileGravatar Lidi Zheng2018-10-19
|/
* update go interop image to go1.11Gravatar Jan Tattermusch2018-10-17
|
* fix google-api-python-client installationGravatar Jan Tattermusch2018-10-08
|
* add cmake to C# docker imagesGravatar Jan Tattermusch2018-10-04
|
* fix interop docker buildGravatar Jan Tattermusch2018-09-07
|
* Kokoro setup for building gRPC Python with BazelGravatar Naresh2018-07-13
| | | | | | | | In preparation for #8079, new CI tests have to be added to Kokoro for testing gRPC Python with Bazel. python-dev has to installed so that Python.h headers are available for building Cython code.
* Merge pull request #16006 from ghostwriternr/update-bazelGravatar Matt Kwong2018-07-12
|\ | | | | Upgrade Bazel to 0.15.0
| * Upgrade Bazel to 0.15.0Gravatar Naresh2018-07-12
| |
* | Fix Dart interop tests by upgrading to Dart 2Gravatar Matt Kwong2018-07-09
|/
* Revert "Install pyyaml through pip in docker"Gravatar Jan Tattermusch2018-06-18
|
* Install pyyaml through pip in dockerGravatar Alex Polcyn2018-06-14
|
* Use Python3.5 instead of Python3.4 on Debian 9Gravatar Mehrdad Afshari2018-06-01
|
* Install Python 3.7 in pyenv DockerfileGravatar Mehrdad Afshari2018-06-01
| | | | | | | Bump pyenv Dockerfile to Debian stretch to install OpenSSL 1.0.2 which is required to build Python 3.7 and get Python 3.7 installed in the test docker image.
* sanity dockerimage doesnt need bazelGravatar Jan Tattermusch2018-05-24
|
* Merge pull request #15525 from jtattermusch/fixing_grpcio_toolsGravatar Jan Tattermusch2018-05-23
|\ | | | | Fixing make_grpcio_tools.py
| * upgrade bazel to 0.13.1, introduce templateGravatar Jan Tattermusch2018-05-23
| |
* | Readd cmake backport to JessieGravatar Matt Kwong2018-05-23
| |
* | Remove installed from source Clang in standard Jessie DockerfileGravatar Matt Kwong2018-05-23
| |
* | Add Jessie Dockerfile using RBE's baseGravatar Matt Kwong2018-05-23
|/
* remove ccache from all docker imagesGravatar Jan Tattermusch2018-05-23
|
* Merge pull request #15491 from murgatroid99/node_docker_npm_fixGravatar Michael Lumish2018-05-22
|\ | | | | Don't update npm when installing node
* \ Merge pull request #15481 from jtattermusch/upgrade_cmakeGravatar Jan Tattermusch2018-05-21
|\ \ | | | | | | Upgrade cmake in C++ dockerfiles
| | * Don't update npm when installing nodeGravatar murgatroid992018-05-21
| |/ |/|
| * use cmake from jessie backportsGravatar Jan Tattermusch2018-05-21
| |
* | Revert "Remove ccache from all docker images"Gravatar Jan Tattermusch2018-05-19
|/
* remove ccache from all docker imagesGravatar Jan Tattermusch2018-05-18
|
* add mako to multilang dockerimageGravatar Jan Tattermusch2018-05-16
|
* Install pip for Python3.4 for gcov testsGravatar Jan Tattermusch2018-05-09
|
* Install pip for Python3.4 in all Dockerfiles used for Python testingGravatar Matt Kwong2018-05-08
|
* Remove the fallback when creating Python virtual envGravatar Matt Kwong2018-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.
* Bump Python protobuf to 3.5.2.post1Gravatar Mehrdad Afshari2018-04-19
|
* Bump pip version to 10.0.1Gravatar Mehrdad Afshari2018-04-19
|
* Merge pull request #14987 from matt-kwong/pin-pipGravatar Matt Kwong2018-04-09
|\ | | | | Update pip pin from 9.0.1 to 9.0.2