aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
Commit message (Collapse)AuthorAge
* reviewer feedbackGravatar ncteisen2018-12-11
|
* Update channelz protoGravatar ncteisen2018-12-11
|
* Address reviewer commentsGravatar Hope Casey-Allen2018-12-03
|
* Merge branch 'master' into callback_test_coverage_1Gravatar hcaseyal2018-12-03
|\
| * Comment about commentsGravatar Vijay Pai2018-11-30
| |
* | Debugging unimplemented error in CheckClientInitialMetadataGravatar Hope Casey-Allen2018-11-29
| |
| * Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
|/ | | | | | | | | | | | | | | | * Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list
* Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
|
* Bazel rules for gRPC Python interop testsGravatar Naresh2018-11-01
| | | | | | | | | | Add interop tests for gRPC Python. py_proto_library rules are added to src/proto/grpc/testing/BUILD since grpc_proto_library is not compatible with py_* rules. 'requests' python module is added to requirements.bazel.txt as it is a dependency for google-auth. Previously, this was installed through tools/run_tests/helper_scripts/build_python.sh before running tests.
* Bazel rules for Python grpcio_reflectionGravatar Naresh2018-11-01
|
* Add GetServer to Channelz protoGravatar ncteisen2018-10-24
|
* Merge pull request #16921 from apolcyn/move_package_options_testGravatar apolcyn2018-10-18
|\ | | | | Move ruby test's package_options.proto file to ruby-specific directory
| * Move package_options.proto file for ruby testGravatar Alexander Polcyn2018-10-17
| |
* | Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-15
|\ \
| * | Revert "Bazel rules for gRPC Python interop tests"Gravatar Mehrdad Afshari2018-10-12
| | | | | | | | | | | | This reverts commit 9172775bc82b071acb81f08e81e7d7706a9dee3f.
| * | Revert "Bazel rules for Python grpcio_reflection"Gravatar Mehrdad Afshari2018-10-12
| | | | | | | | | | | | This reverts commit 2e78e516ad8cb45cff705581625f85e5033b4e5b.
| * | Revert "Rename BUILD files to Bazel convention"Gravatar Mehrdad Afshari2018-10-12
| | | | | | | | | | | | This reverts commit 079e25016751169a2aebb1b03ef735d4f63e1d70.
| * | Merge pull request #16859 from ghostwriternr/reflection-bazel-fixGravatar Mehrdad Afshari2018-10-12
| |\ \ | | | | | | | | Rename BUILD files to Bazel convention
| * \ \ Merge pull request #16807 from mhaidrygoog/callback_unary_benchmarkGravatar Moiz Haidry2018-10-12
| |\ \ \ | | | | | | | | | | Benchmark test for unary callback based RPCs in gRPC
| | | * | Rename BUILD files to Bazel conventionGravatar Naresh2018-10-12
| | |/ / | |/| |
| * | | Merge pull request #16831 from ghostwriternr/bazel-python-reflectionGravatar Nathaniel Manista2018-10-12
| |\ \ \ | | | | | | | | | | Bazel rules for Python grpcio_reflection.
| * \ \ \ Merge pull request #16813 from ghostwriternr/bazel-python-interop-testsGravatar Nathaniel Manista2018-10-12
| |\ \ \ \ | | | | | | | | | | | | Bazel rules for gRPC Python interop tests.
| | | * | | Bazel rules for Python grpcio_reflectionGravatar Naresh2018-10-11
| | |/ / / | |/| | |
| | * | | Bazel rules for gRPC Python interop testsGravatar Naresh2018-10-11
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add interop tests for gRPC Python. py_proto_library rules are added to src/proto/grpc/testing/BUILD since grpc_proto_library is not compatible with py_* rules. 'requests' python module is added to requirements.bazel.txt as it is a dependency for google-auth. Previously, this was installed through tools/run_tests/helper_scripts/build_python.sh before running tests.
| * / | Bazel rules for Python grpcio_health_checkingGravatar Naresh2018-10-09
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Bazel rules for building and testing grpcio_health_checking. An unofficial fork for rules_protobuf is used for now as it incorporates a change (#196 by duduko on the upstream repo pubref/rules_protobuf) which allows the protoc compiler to compile generated protos too. This was not merged because the change was failing for golang, but works as expected for Python. This is needed because grpcio_health_checking fetches it's proto file from a different directory (previously achived through setup.py) and thus needs to be moved to the required location within bazel-genfiles using a genrule.
| | * Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-10-08
| |/ | | | | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
* / Revert "Merge pull request #16600 from ↵Gravatar Mark D. Roth2018-09-25
|/ | | | | | | grpc/revert-16574-health_checking_service" This reverts commit de11358660b6474ffea480d8d756c23e58a7cf07, reversing changes made to 107d10ea73f77dc9bb498c9b91e1fcd0188dfb45.
* Updates to the ruby generator for protobuf 3.6.0 changesGravatar Nick Gordon2018-09-14
| | | | | test for verifying the ruby_package option added WeWork to the AUTHORS file
* Revert "Implement Watch method in health check service."Gravatar Juanli Shen2018-08-29
|
* Merge pull request #16351 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-08-28
|\ | | | | Implement Watch method in health check service.
| * Implement Watch method in health check service.Gravatar Mark D. Roth2018-08-28
| |
* | Add an option to collect medians every epoch. Useful for gathering per ↵Gravatar Hope Casey-Allen2018-08-25
|/ | | | second median latencies
* Adds C++ Channelz ServiceGravatar ncteisen2018-07-18
|
* Add server load reporting serviceGravatar Juanli Shen2018-07-13
|
* Merge pull request #15840 from dgquintas/common_nanopbGravatar David G. Quintas2018-06-22
|\ | | | | Update to use the canonical version of LB proto
| * Sync'd load_balancer.protoGravatar David Garcia Quintas2018-06-22
| |
| * Update to use the canonical version of LB protoGravatar David Garcia Quintas2018-06-21
| |
* | Add load reporterGravatar Juanli Shen2018-06-21
|/
* Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\
| * Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
| |\ | | | | | | Adding opencensus grpc plugin with bazel support.
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-13
|\| |
| * | Remove old commentsGravatar ncteisen2018-06-11
| | |
* | | Update channelz protoGravatar ncteisen2018-06-05
|/ /
* | fix C# codegen for empty serviceGravatar Jan Tattermusch2018-05-31
| |
| * Merge branch 'master' of https://github.com/Vizerai/grpc into filter_portGravatar Vizerai2018-05-29
| |\ | |/ |/|
* | Update comment of LB requestGravatar Juanli Shen2018-05-17
| |
| * Adding opencensus grpc plugin.Gravatar Vizerai2018-05-10
| | | | | | | | Rebasing to merge commits.
* | match copyrightGravatar Carl Mastrangelo2018-05-03
| |
* | update health.protoGravatar Carl Mastrangelo2018-05-02
| |
* | Break out qps services into seperate protosGravatar kpayson642018-04-18
|/