aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Correct csharp kubernetes proxy port (so that it doesn't collide withGravatar Sree Kuchibhotla2016-05-03
| | | | other configs when running on the same machine)
* Python dockerfiles and config files for stress testingGravatar Sree Kuchibhotla2016-05-03
|
* Merge pull request #6376 from murgatroid99/node_test_multiple_versionsGravatar Jan Tattermusch2016-05-03
|\ | | | | Made Node tests support multiple versions and set the Node default version to 4 everywhere possible
* \ Merge pull request #6406 from sreecha/ruby_stress_test_dockerGravatar Jan Tattermusch2016-05-03
|\ \ | | | | | | Ruby docker files and config
* \ \ Merge pull request #6399 from nicolasnoble/source-of-truth-apiGravatar Nicolas Noble2016-05-02
|\ \ \ | | | | | | | | Properly using our build.yaml source of truth to generate our list of public APIs.
| | * | Ruby docker files and configGravatar Sree Kuchibhotla2016-05-02
| |/ / |/| |
| | * Updated a couple more scriptsGravatar murgatroid992016-05-02
| | |
* | | Merge pull request #6382 from sreecha/csharp_stress_test_dockerGravatar Jan Tattermusch2016-05-02
|\ \ \ | | | | | | | | Add C# stress client to the test framework
* \ \ \ Merge pull request #6387 from ctiller/smlGravatar Jan Tattermusch2016-05-02
|\ \ \ \ | | | | | | | | | | Fix bug where max_frame_size was ignored
| | | * | Properly using our build.yaml source of truth to generate our list of public ↵Gravatar Nicolas "Pixel" Noble2016-05-02
| | | | | | | | | | | | | | | | | | | | APIs.
* | | | | Merge pull request #6371 from murgatroid99/ruby_tools_gemGravatar Nicolas Noble2016-05-02
|\ \ \ \ \ | |_|_|/ / |/| | | | Created grpc-tools ruby gem for distributing protoc and the plugin
| | * | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| |/ / / |/| | | | | | | | | | | Also add corpus entries that helped diagnose this bug
| | * | C# Dockerfile and Config scriptsGravatar Sree Kuchibhotla2016-04-29
| |/ / |/| |
| | * Made Node tests support multiple versions and set the Node default version ↵Gravatar murgatroid992016-04-29
| |/ |/| | | | | to 4 everywhere possible
| * Fixed build_package_ruby's use of variablesGravatar murgatroid992016-04-29
| |
| * Fixed build_package_ruby's use of variablesGravatar murgatroid992016-04-29
| |
| * Updated build_package_ruby to build the grpc-tools gemGravatar murgatroid992016-04-29
| |
* | kill pending python workers on startGravatar Jan Tattermusch2016-04-29
| |
* | Merge pull request #6309 from murgatroid99/node_proto_plugin_packagingGravatar Jan Tattermusch2016-04-29
|\ \ | | | | | | Added node plugin to grpc-tools npm package, updated build_package_node
* \ \ Merge pull request #6298 from grpc/python_qps_testsGravatar Jan Tattermusch2016-04-28
|\ \ \ | | | | | | | | Python QPS Tests
| * | | Python QPS Worker/initial scenariosGravatar Ken Payson2016-04-28
| | | |
* | | | Merge pull request #6260 from sreecha/stress_test_miscGravatar Jan Tattermusch2016-04-28
|\ \ \ \ | | | | | | | | | | Simplify QPS Metrics collection
* \ \ \ \ Merge pull request #6328 from jtattermusch/performance_tests_faceliftGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ | |_|_|_|/ |/| | | | Better killing of pending QpsWorkers (in single-machine setup).
* | | | | Merge pull request #6324 from jtattermusch/interop_fixupsGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ | | | | | | | | | | | | Interop test cleanup
* \ \ \ \ \ Merge pull request #6255 from stanley-cheung/fix-buildgen-plugin-commentGravatar Craig Tiller2016-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix buildgen plugin file comment
| | | * | | | get rid of local qpsworkers before starting the testsGravatar Jan Tattermusch2016-04-27
| | | | | | |
* | | | | | | Merge pull request #6304 from ctiller/expandypieGravatar Nicolas Noble2016-04-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Expand corpora
* \ \ \ \ \ \ \ Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Adding support for msys.
| | | | * | | | generate interop test Dockerfiles using templatesGravatar Jan Tattermusch2016-04-27
| | | | | | | |
| | | | * | | | move interop test docker files to a subdirGravatar Jan Tattermusch2016-04-27
| | | | | | | |
| | | | * | | | get rid of the unused grpc_base DockerfileGravatar Jan Tattermusch2016-04-27
| | | | | | | |
| | | | * | | | run all implemented C# interop testsGravatar Jan Tattermusch2016-04-27
| | | | | | | |
| | | | * | | | get rid of the old homebrew/linuxbrew testsGravatar Jan Tattermusch2016-04-27
| | | | | | | |
| | | | * | | | cleanup interop test scriptsGravatar Jan Tattermusch2016-04-27
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #6286 from jtattermusch/runtests_python3_supportGravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add --compiler python3.4 option to run_tests.py (enable running test using python3)
| | | | | * \ \ Merge branch 'master' into stress_test_miscGravatar Sree Kuchibhotla2016-04-27
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| | | | | | | * Fixed case statement in build_package_nodeGravatar murgatroid992016-04-27
| | | | | | | |
| | | | | | | * Clear bin directory after generating each tarballGravatar murgatroid992016-04-27
| | | | | | | |
| | | * | | | | Expand corporaGravatar Craig Tiller2016-04-26
| | | | |_|/ / | | | |/| | |
| * | | | | | cleanup build_interop.sh for pythonGravatar Jan Tattermusch2016-04-26
| | | | | | |
| | | | | | * Get version explicitlyGravatar murgatroid992016-04-26
| | | | | | |
| | | | | | * Get version explicitlyGravatar murgatroid992016-04-26
| | | | | | |
| * | | | | | Add --compiler python3.4 option to run_tests.pyGravatar Jan Tattermusch2016-04-26
| | |/ / / / | |/| | | |
| | | | | * Fixed working directory pathGravatar murgatroid992016-04-26
| | | | | |
| | | | | * Actually make the output directoriesGravatar murgatroid992016-04-26
| | | | | |
| | | | | * Account for windows file namesGravatar murgatroid992016-04-26
| | | | | |
| | | | | * Added node plugin to grpc-tools npm package, updated build_package_nodeGravatar murgatroid992016-04-26
| | | | | |
* | | | | | merge and resolve conflictGravatar yang-g2016-04-26
|\| | | | |
| * | | | | Merge pull request #6229 from grpc/python_test_proto_genGravatar Jan Tattermusch2016-04-26
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Changed python proto build to use shared protos
| | * | | | Changed python proto build to use shared protosGravatar Ken Payson2016-04-26
| | | | | |