aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/create_matrix_images.py
Commit message (Collapse)AuthorAge
* allow creating images for non-yet-listed releasesGravatar Jan Tattermusch2019-01-09
|
* interop_matrix: refactor LANG_RELEASE_MATRIXGravatar Jan Tattermusch2019-01-08
|
* interop_matrix: support skipping runtimesGravatar Jan Tattermusch2019-01-07
|
* yapf codeGravatar Jan Tattermusch2018-05-31
|
* point out complexity in create_matrix_images.pyGravatar Jan Tattermusch2018-05-30
|
* create_matrix_images.py usability fixesGravatar Jan Tattermusch2018-05-30
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Fix interop_matrix/create_matrix_images.py None errorGravatar Menghan Li2017-12-12
|
* tools/profilingGravatar ncteisen2017-12-11
|
* yapf tools/interop_matrixGravatar ncteisen2017-12-11
|
* Apply patches to ruby 101 docker image during upload script, forGravatar Alex Polcyn2017-12-06
| | | | compatibility tests.
* Give a command example with multiple languages.Gravatar Adele Zhou2017-11-22
|
* Switch back to using template located at _IMAGE_BUILDER because the previous ↵Gravatar Adele Zhou2017-11-22
| | | | change will break Go, Java and Node.
* Recreate the git root dir by default.Gravatar Adele Zhou2017-11-22
|
* Added C#Gravatar Adele Zhou2017-11-06
|
* Added info for Node. Also use the dockerfile from the specified release to ↵Gravatar Adele Zhou2017-11-06
| | | | build docker images instead of using the one master.
* Add PythonGravatar Adele Zhou2017-11-06
|
* Switch Node interop tests to use grpc-node repoGravatar murgatroid992017-10-17
|
* Created test driver to run matrix test against different docker images in ↵Gravatar Yong Ni2017-06-30
| | | | GCR and generate a Junit like test result file.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge matrix feature branch into master.Gravatar Yong Ni2017-05-19
Features included in this merge: - Added script to build and upload docker image for matrix test. - Added script to create test cases and created go__master testcases based on it. - Created dictionary for runtimes and gRPC releases for supported languages. - Added go 1.7 and 1.8 Dockerfile/templates. See tools/interop_matrix/README.md for details.