Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Patch overlooked strings from Python un-namespacing | Masood Malekghassemi | 2016-12-14 |
| | |||
* | Polish grpcio_health_checking package | Ken Payson | 2016-07-18 |
| | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build | ||
* | Namespace change | Ken Payson | 2016-05-06 |
| | |||
* | Manifest changes | Ken Payson | 2016-05-05 |
| | |||
* | Remove grpcio as build dependency | Ken Payson | 2016-05-04 |
| | |||
* | Add health-checking to Python | Masood Malekghassemi | 2015-08-12 |
Adds the initial reference implementation for health-checking in gRPC Python as a separate project (but within the same grpc package to keep namespaces consistent). Only installs the package to test the build-proto-modules custom command introduced in the health-checking project. |