aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #9317 from yang-g/test_credentialsGravatar Yang Gao2017-01-11
|\ | | | | manual revert of #8901
| * manual revert of #8901Gravatar yang-g2017-01-11
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-01-10
|\| | | | | | | include-new-ruby-interop-tests
* | Change interop test infra to run new Ruby testsGravatar ncteisen2017-01-10
| |
| * Always sort code generated outputsGravatar Craig Tiller2017-01-10
|/
* Regenerate project to make jenkins happyGravatar ncteisen2017-01-09
|
* Merge pull request #9129 from markdroth/handshaker_pluginGravatar Mark D. Roth2017-01-09
|\ | | | | Handshaker plugin mechanism
* | Note to help diagnose errors with docker's default location for buildingGravatar Eric Gribkoff2017-01-06
| | | | | | | | images.
* | Stub documentation for some gRPC Core modulesGravatar Craig Tiller2017-01-06
| |
| * Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| |
* | Small improvements to generated documentationGravatar Craig Tiller2017-01-06
| |
* | Enable advanced Java interop tests.Gravatar Eric Gribkoff2017-01-06
|/ | | | | | | | | | | Add response parameters to custom_metadata streaming request for Node and PHP clients. The Java server does not respond with separate initial and trailing metadata when there is no response data - it is only emiting the requested trailing metadata. Adding the response parameters to the test (in accordance with the specification) avoids this, but I will open a separate issue to investigate the Java behavior.
* Merge pull request #9265 from nicolasnoble/bazel-take-2Gravatar Nicolas Noble2017-01-05
|\ | | | | Adding Bazel tests.
| * Adding Bazel tests.Gravatar Nicolas "Pixel" Noble2017-01-05
| |
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-05
|\ \
| * | Fixing submodules sanity.Gravatar Nicolas "Pixel" Noble2017-01-05
| | |
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
|\| |
| | * Properly removing message_size_filter duplicate.Gravatar Nicolas "Pixel" Noble2017-01-05
| | |
| | * Putting message size filter back.Gravatar Nicolas "Pixel" Noble2017-01-04
| | |
* | | Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
|\ \ \ | | |/ | |/|
| * | Moving message_size_filter properly.Gravatar Nicolas "Pixel" Noble2017-01-04
| |/
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
|\|
| * Dont add copyrightGravatar Craig Tiller2017-01-03
| |
| * No need for copyright on generated filesGravatar Craig Tiller2017-01-03
| |
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-03
|\|
| * Merge pull request #9132 from nathanielmanistaatgoogle/python-examplesGravatar Nathaniel Manista2016-12-29
| |\ | | | | | | Update Python examples with fresh generated code.
| | * Exempt generated Python from copyright checkGravatar Nathaniel Manista2016-12-29
| | | | | | | | | | | | | | | Some of these files contain the magic string "DO NOT EDIT" but we do not wish for our tests to depend upon that.
| * | Provide doc dir even if user interrupts docgenGravatar Masood Malekghassemi2016-12-27
| | |
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
|\| |
| * | Merge pull request #9178 from jtattermusch/docker_inception_is_evilGravatar Jan Tattermusch2016-12-23
| |\ \ | | | | | | | | Cleanup and speedup sanity tests
| * \ \ Merge pull request #9190 from matt-kwong/fix-python-artifactGravatar matt-kwong2016-12-22
| |\ \ \ | | | | | | | | | | Fix Python artifact build
| * | | | Update interop html template locationGravatar Matt Kwong2016-12-22
| | | | |
| | * | | Fix Python artifact buildGravatar Matt Kwong2016-12-22
| | | | |
| | | * | cleanup and speedup of sanity testsGravatar Jan Tattermusch2016-12-22
| | |/ / | |/| |
| * | | cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
| |/ /
| * | Merge pull request #9180 from soltanmm-google/lodash_becomes-midashGravatar Masood Malekghassemi2016-12-21
| |\ \ | | | | | | | | Change grpcio_tools to grpcio-tools
| | * | Change grpcio_tools to grpcio-toolsGravatar Masood Malekghassemi2016-12-20
| | | | | | | | | | | | | | | | | | | | This should address the difference in how we ask users to install grpcio-tools and the files the user ends up downloading from PyPI.
| * | | support --exclude in run_tests_matrix.pyGravatar Jan Tattermusch2016-12-20
| |/ /
| * | Merge pull request #9158 from jtattermusch/deflaking_adjustmentsGravatar Jan Tattermusch2016-12-20
| |\ \ | | | | | | | | Allow running many runs per test without flooding the logs
| * \ \ Merge pull request #9161 from jtattermusch/reenable_timeoutsGravatar Jan Tattermusch2016-12-20
| |\ \ \ | | | | | | | | | | Reintroduce test timeouts eliminated by mistake
| | | * | enable running many runs per test without flooding the logsGravatar Jan Tattermusch2016-12-19
| | |/ /
| | * / test timeouts eliminated by mistakeGravatar Jan Tattermusch2016-12-19
| | |/
| * | v1.0.x → master upmergeGravatar Nathaniel Manista2016-12-16
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-15
|\| |
| * | Merge pull request #9109 from jtattermusch/protoc_artifacts_fixGravatar Jan Tattermusch2016-12-15
| |\ \ | | | | | | | | Fix building protoc artifacts on linux
| | | * Upversion PythonGravatar Masood Malekghassemi2016-12-14
| | | |
| | | * Patch overlooked strings from Python un-namespacingGravatar Masood Malekghassemi2016-12-14
| | | |
| * | | Patch overlooked strings from Python un-namespacingGravatar Masood Malekghassemi2016-12-14
| | | |
* | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-14
|\| | |
| | * | fix building protoc artifacts on linuxGravatar Jan Tattermusch2016-12-14
| |/ /