aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/interoptest
Commit message (Collapse)AuthorAge
* Install Android SDK tools in DockerfileGravatar Eric Gribkoff2017-08-01
|
* Run Android interops on FirebaseGravatar Eric Gribkoff2017-06-30
|
* license fixesGravatar Jan Tattermusch2017-06-08
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* Create Dockerfile.include for java to be shared for java and java_oracle8.Gravatar Yong Ni2017-05-31
|
* Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh ↵Gravatar Yong Ni2017-05-31
| | | | to under template/. Added java_oracle8 to the client matrix.
* 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.
* Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup.Gravatar Yong Ni2017-05-08
|
* adjust run_tests scriptsGravatar Jan Tattermusch2017-04-07
|
* update dockerfile to version 2.6.1 of h2Gravatar Eric Gribkoff2017-03-29
|
* update go version in Dockerfile to 1.8Gravatar Menghan Li2017-03-24
|
* add hyper to Dockerfile.templateGravatar Eric Gribkoff2017-03-17
|
* Dockerfile template update for http2_badserver_interopGravatar Yuchen Zeng2017-01-18
|
* PHP Proto3: update templatesGravatar Stanley Cheung2016-09-29
|
* enable runing C# interop tests under coreclrGravatar Jan Tattermusch2016-09-09
|
* php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-23
|
* php: remove protobuf-php clone hackGravatar Stanley Cheung2016-07-22
|
* 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
* generate interop test Dockerfiles using templatesGravatar Jan Tattermusch2016-04-27