Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | backport #10100 and #10377 | Eric Gribkoff | 2017-04-05 |
| | |||
* | update go version in Dockerfile to 1.8 | Menghan Li | 2017-03-31 |
| | |||
* | Dockerfile template update for http2_badserver_interop | Yuchen Zeng | 2017-01-18 |
| | |||
* | PHP Proto3: update templates | Stanley Cheung | 2016-09-29 |
| | |||
* | enable runing C# interop tests under coreclr | Jan Tattermusch | 2016-09-09 |
| | |||
* | php: add php7 to jenkins basic and interop tests | Stanley Cheung | 2016-07-23 |
| | |||
* | php: remove protobuf-php clone hack | Stanley Cheung | 2016-07-22 |
| | |||
* | Make testing toolchain python 3.x compliant | siddharthshukla | 2016-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 templates | Jan Tattermusch | 2016-04-27 |