Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Namespace change | Ken Payson | 2016-05-06 |
| | |||
* | Manifest changes | Ken Payson | 2016-05-05 |
| | |||
* | Remove grpcio as build dependency | Ken Payson | 2016-05-04 |
| | |||
* | Reworked python health checking and added tests | Ken Payson | 2016-05-04 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | global replace health check proto v1alpha to v1 | yang-g | 2016-02-19 |
| | |||
* | Bring Python interop tests to the beta API | Masood Malekghassemi | 2015-10-23 |
| | | | | Also uses the .proto files for the service/stub definitions. | ||
* | Python version set to 0.11.0b0 | Masood Malekghassemi | 2015-09-10 |
| | |||
* | Beta maintenance of Python dependencies | Nathaniel Manista | 2015-09-08 |
| | | | | | | | | | | | | | (1) Move dependency on protobuf from grpcio to grpcio_test. While the most-commonly-foreseen use case of grpcio makes use of protobuf, technically protobuf is not strictly needed and there's no actual in-code relationship between grpcio and protobuf. (2) Loosen the dependency on protobuf from ==3.0.0a3 to >=3.0.0a3. (3) Update all references to 0.10.0* to 0.11.0. (4) Alphabetize the grpcio_test dependencies. | ||
* | 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. |