aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking/.gitignore
Commit message (Collapse)AuthorAge
* Enable split code generationGravatar Masood Malekghassemi2016-10-28
| | | | | | | | | | | | To support magical internal build processes, the pb2 files need to be split into pure-proto and gRPC parts. This performs that split and further fixes bad module names in the test harness that interfered with the intended test implementation. An unfortunate side effect, due to limitations of protoc and holdover behavior we must support in major version 1.x, is that trash files are generated in split generation. This shouldn't be a problem in normal protoc plugin use.
* Reworked python health checking and added testsGravatar Ken Payson2016-05-04