aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | disable some C# scenariosGravatar Jan Tattermusch2016-05-06
* | | | | | | | | | | Merge pull request #6419 from sreecha/python_stress_test_dockerGravatar Jan Tattermusch2016-05-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | | | * | | | | | | rename grpc.protoc.compiler to grpc.tools.protocGravatar Jan Tattermusch2016-05-06
| | | | |/ / / / / /
| | | | * | | | | | Merge pull request #6466 from soltanmm/gpr-manylinuxGravatar Nicolas Noble2016-05-06
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge pull request #6469 from soltanmm/doctoolsGravatar Jan Tattermusch2016-05-06
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge pull request #6468 from soltanmm/fix-grpcio-tools-windowsGravatar Jan Tattermusch2016-05-06
| | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | Add Python grpcio-tools documentationGravatar Masood Malekghassemi2016-05-05
| | | | | * | | | | | | | Fix Python grpcio-tools windows buildGravatar Masood Malekghassemi2016-05-05
| | | | | |/ / / / / / /
| | | | | | * / / / / / Move manylinux1 precompiler definitions into port_platform.hGravatar Masood Malekghassemi2016-05-05
| | | | | |/ / / / / /
| | | | * | | | | | | Build grpcio-tools sdistGravatar Masood Malekghassemi2016-05-05
| | | | * | | | | | | Fix missing file in grpcio-tools sdistGravatar Masood Malekghassemi2016-05-05
| | | | |/ / / / / /
| | * | | | | | | | mark some scenarios as smoketest and add a cmdline flagGravatar Jan Tattermusch2016-05-05
| | * | | | | | | | regenerate tests.jsonGravatar Jan Tattermusch2016-05-05
| | * | | | | | | | add support for scenario categoriesGravatar Jan Tattermusch2016-05-05
* | | | | | | | | | Master is now 0.15.0-dev.Gravatar Nicolas "Pixel" Noble2016-05-06
| | | | * | | | | | The release branch is now 0.14.0-pre1.Gravatar Nicolas "Pixel" Noble2016-05-06
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #6450 from nicolasnoble/goproGravatar Jan Tattermusch2016-05-05
|\ \ \ \ \ \ \ \ \
| | | * | | | | | | increase qps_worker max lifetimeGravatar Jan Tattermusch2016-05-05
| | | * | | | | | | add some more scenariosGravatar Jan Tattermusch2016-05-05
| |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Adding missing copyright.Gravatar Nicolas "Pixel" Noble2016-05-06
* | | | | | | | | Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
|\ \ \ \ \ \ \ \ \
| | | | | | | * | | Pinning the llvm repository on 3.8.Gravatar Nicolas 'Pixel' Noble2016-05-05
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #6333 from dgquintas/check_includes_moar_fixesGravatar Jan Tattermusch2016-05-04
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #6323 from dgquintas/codegen_remove_protoGravatar Jan Tattermusch2016-05-04
|\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | Build grpcio tools on WindowsGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Fix missing symbolsGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Copy all generated Python distribsGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Use manylinuxGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Fix docker buildGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Keep grpcio_tools version in sync with rest of projectGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Don't truncate deps file on failure to find bazelGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Tightly integrate the Python plugin with its protocGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Integrate Python protoc Linux artifact buildersGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Add sanity test for grpcio protoc packageGravatar Masood Malekghassemi2016-05-04
| | | | * | | | | | | Add Python grpcio protoc packageGravatar Masood Malekghassemi2016-05-04
| |_|_|/ / / / / / / |/| | | | | | | | |
| | | * | | | | | | Added all transitive header dependencies in build.yaml to fix the failing check.Gravatar Makarand Dharmapurikar2016-05-04
| | | | * | | | | | Fix the build path in configGravatar Sree Kuchibhotla2016-05-04
| | | | * | | | | | Merge branch 'master' into python_stress_test_dockerGravatar Sree Kuchibhotla2016-05-04
| | | | |\ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| | | | | * | | | | Exclude 1byte tests from msanGravatar Craig Tiller2016-05-03
| |_|_|_|/ / / / / |/| | | | | | | |
| | | * | | | | | Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | | | * | | | | Correct csharp kubernetes proxy port (so that it doesn't collide withGravatar Sree Kuchibhotla2016-05-03
| | | | * | | | | Python dockerfiles and config files for stress testingGravatar Sree Kuchibhotla2016-05-03
* | | | | | | | | update remaining stresstest configsGravatar Jan Tattermusch2016-05-03
* | | | | | | | | add a readme fileGravatar Jan Tattermusch2016-05-03
* | | | | | | | | update locations of dockerization scriptsGravatar Jan Tattermusch2016-05-03
* | | | | | | | | update working directoriesGravatar Jan Tattermusch2016-05-03
* | | | | | | | | move helper script for dockerizationGravatar Jan Tattermusch2016-05-03
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #6376 from murgatroid99/node_test_multiple_versionsGravatar Jan Tattermusch2016-05-03
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #6406 from sreecha/ruby_stress_test_dockerGravatar Jan Tattermusch2016-05-03
|\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-03
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |