aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking/grpc_health/v1
Commit message (Collapse)AuthorAge
* use test constants, fix formattingGravatar Eric Gribkoff2018-12-27
|
* Add Watch method to health check serviceGravatar Eric Gribkoff2018-12-26
|
* 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.
* Add SERVICE_NAME to reflection/healthGravatar Mehrdad Afshari2018-07-26
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Update health to current gRPC code elementsGravatar Nathaniel Manista2017-03-15
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.