aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #13525 from vjpai/desecureGravatar Vijay Pai2017-11-28
|\ | | | | Remove unnecessary secure dependences
* \ Merge pull request #13524 from adelez/timeoutGravatar adelez2017-11-28
|\ \ | | | | | | increase timeout
| | * Remove bash-isms from sanity testGravatar Vijay Pai2017-11-28
| | |
* | | Merge pull request #13515 from mehrdada/bump-master-versionGravatar Mehrdad Afshari2017-11-28
|\ \ \ | | | | | | | | Bump 1.8.0-dev to 1.9.0-dev
| | | * Sanity check to make sure that known unsecure target doesn't require securityGravatar Vijay Pai2017-11-28
| | | |
* | | | Merge pull request #13314 from vjpai/transport_explainerGravatar Vijay Pai2017-11-28
|\ \ \ \ | | | | | | | | | | Transport explainer document
* \ \ \ \ Merge pull request #13491 from vjpai/destackGravatar Vijay Pai2017-11-28
|\ \ \ \ \ | |_|_|_|/ |/| | | | Pop lockfree stack off core implementation
| | | | * increase timeoutGravatar Adele Zhou2017-11-28
| |_|_|/ |/| | |
* | | | Merge pull request #13453 from apolcyn/fix_error_when_interop_lang_skippedGravatar apolcyn2017-11-27
|\ \ \ \ | | | | | | | | | | Fix error when a language skips a certain version in interop test
| | | | * Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| |_|_|/ |/| | |
* | | | Merge pull request #13499 from mehrdada/bump-protobuf-python-depGravatar Mehrdad Afshari2017-11-27
|\ \ \ \ | | | | | | | | | | Update Python dependency to protobuf v3.5.0.post1
| * | | | Update Python dependency to protobuf v3.5.0.post1Gravatar Mehrdad Afshari2017-11-27
| | | | |
* | | | | Disable node 1.7Gravatar Adele Zhou2017-11-27
|/ / / /
* | | | Bump third_party/protobuf submodule to v3.5.0Gravatar Mehrdad Afshari2017-11-24
| | | |
* | | | Merge pull request #13484 from yang-g/msanGravatar Yang Gao2017-11-22
|\ \ \ \ | | | | | | | | | | Enable check for use-after-dtor
* | | | | Give a command example with multiple languages.Gravatar Adele Zhou2017-11-22
| | | | |
* | | | | Use special VIPGravatar Adele Zhou2017-11-22
| | | | |
* | | | | Switch back to using template located at _IMAGE_BUILDER because the previous ↵Gravatar Adele Zhou2017-11-22
| | | | | | | | | | | | | | | | | | | | change will break Go, Java and Node.
* | | | | Recreate the git root dir by default.Gravatar Adele Zhou2017-11-22
| | | | |
* | | | | fixGravatar Adele Zhou2017-11-22
| | | | |
* | | | | Merge pull request #13480 from carl-mastrangelo/bumpybumpsarebumpyGravatar adelez2017-11-22
|\ \ \ \ \ | | | | | | | | | | | | Add java 1.8
| | | | * | Remove lockfree stack, againGravatar Vijay Pai2017-11-22
| |_|_|/ / |/| | | |
| | * | | Enable check for use-after-dtorGravatar yang-g2017-11-21
| | | | |
* | | | | Add go release versions to client_matrix.pyGravatar Menghan Li2017-11-21
| |/ / / |/| | |
* | | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar Noah Eisen2017-11-21
|\ \ \ \
| | * | | Add java 1.8Gravatar Carl Mastrangelo2017-11-21
| | | | |
| * | | | Merge pull request #13060 from jwpowell055/masterGravatar Nicolas Noble2017-11-21
| |\ \ \ \ | | |/ / / | |/| | | Allow Bazel to build gRPC as a third-party dependency without git submodules
| * | | | Do not require bazel for check_grpcio_tools.pyGravatar Mehrdad Afshari2017-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `make_grpcio_tools.py` rube-goldberg machinery relies on `bazel` to extract the list of files required to compile the `grpcio-tools` package that are provided by the `protobuf` submodule. In order to ensure that list is up to date, `check_grpcio_tools.py` sanity check does the same `bazel` query, and checks the full contents against the already existing list in the repository. This has the downside of requiring `bazel` to run that particular check at sanity test time, and flakiness has been seen there. This commit changes the code generation process to include the git hash of the submodule at the time `make_grpcio_tools.py` is invoked and stores it in the generated file and instead of doing the whole process at test time, the `check_grpcio_tools.py` sanity test simply checks the submodule version at test time and verifies it against the version included in the file by `make_grpcio_tools.py` thus removing the `bazel` dependency at test time and increasing test robustness and speed.
| | * | | Turning on executable bit for tools/run_tests/sanity/check_bazel_workspace.pyGravatar josh2017-11-17
| | | | |
| | | * | Fix error when a language skips a certain versionGravatar Alex Polcyn2017-11-17
| | | | |
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Rename tracer_peer to tracer_utilGravatar ncteisen2017-11-17
| | | | |
| | * | | Merge pull request #13335 from ncteisen/inline-closureGravatar Noah Eisen2017-11-16
| | |\ \ \ | | | | | | | | | | | | Inline Closure
| | * \ \ \ Merge pull request #13411 from adelez/fix_pythonGravatar adelez2017-11-16
| | |\ \ \ \ | | | | | | | | | | | | | | Fix manual docker command output for Python.
| | * \ \ \ \ Merge pull request #13394 from murgatroid99/node_interop_test_invocation_fixGravatar Jan Tattermusch2017-11-16
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Update Node interop test invocation to use new fixtures
| | | | * | | | Fix manual docker command output for Python.Gravatar Adele Zhou2017-11-15
| | | | | | | |
| | * | | | | | Merge pull request #13386 from jtattermusch/csharp_interop_matrix_v114Gravatar Jan Tattermusch2017-11-15
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix interop_matrix C# tests for v1.1.4
* | | \ \ \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar ncteisen2017-11-14
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #13139 from AspirinSJL/stress_testGravatar Juanli Shen2017-11-14
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | Client channel stress test
| | | * | | | | | Add tracer peer to keep set_enabled private()Gravatar ncteisen2017-11-14
| | |/ / / / / / | |/| | | | | |
| | | | * | | | Update Node interop test invocation to use new fixturesGravatar murgatroid992017-11-14
| | |_|/ / / / | |/| | | | |
| | * | | | | Add client channel stress testGravatar Juanli Shen2017-11-14
| | | | | | |
| * | | | | | Merge pull request #13189 from apolcyn/pass_args_to_tsiGravatar apolcyn2017-11-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Use existing read buffer in security handshaker if present
* | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar ncteisen2017-11-14
|\| | | | | | |
| | | | * | | | fix interop_matrix C# tests for v1.1.4Gravatar Jan Tattermusch2017-11-14
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #13366 from jtattermusch/csharp_interop_matrix_v125Gravatar Jan Tattermusch2017-11-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix interop_matrix commands for csharp v1.2.5
| | | * | | | | Fix missing copyright, fix merge conflict in updated BUILDGravatar Alexander Polcyn2017-11-13
| | | | | | | |
| | | | | | * | Pulling upstream changes and resolving merge conflicts with ↵Gravatar josh2017-11-13
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | third_party/cares/cares.BUILD
| | | * | | | | Merge remote-tracking branch 'upstream/master' into pass_args_to_tsiGravatar Alexander Polcyn2017-11-13
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into inline-closureGravatar Noah Eisen2017-11-13
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |