Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | master bumped to 1.5.x | David Garcia Quintas | 2017-05-30 |
| | |||
* | Upgrade protobuf to 3.3.0 | Ken Payson | 2017-05-08 |
| | |||
* | Merge pull request #7836 from thinkerou/delete_unuse_lib | Nathaniel Manista | 2017-05-01 |
|\ | | | | | Remove unused import in grpcio_health_checking. | ||
* | | master to 1.4.0-dev | David Garcia Quintas | 2017-04-13 |
| | | |||
* | | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 | Nicolas "Pixel" Noble | 2017-03-24 |
|\ \ | |||
| * | | bump v1.2.x branch to 1.2.1-pre1 | Alexander Polcyn | 2017-03-20 |
| | | | |||
| * | | Going for 1.2.0 | David Garcia Quintas | 2017-03-20 |
| | | | |||
| * | | Bump 1.2.x version to pre-2 | Ken Payson | 2017-03-16 |
| | | | |||
* | | | Update health to current gRPC code elements | Nathaniel Manista | 2017-03-15 |
| | | | |||
| * | | Merge pull request #9990 from kpayson64/fill_in_fields | kpayson64 | 2017-03-10 |
| |\ \ | | | | | | | | | Add package details to grpcio/grpcio-tools | ||
| | * | | Add package details to gRPC Packages | Ken Payson | 2017-03-10 |
| | | | | |||
| * | | | Introducing 1.2.0-pre1 | David Garcia Quintas | 2017-03-09 |
| |/ / | |||
* / / | Bumped version to 1.3.0-dev | David Garcia Quintas | 2017-03-09 |
|/ / | |||
* | | Updated protobuf dependency for python to 3.2.0 | Mehrdad Afshari | 2017-03-07 |
| | | |||
* | | Re-run yapf code, and pin version | Ken Payson | 2017-02-06 |
| | | |||
* | | Bump master version numbers | Craig Tiller | 2017-01-30 |
| | | |||
* | | Run Python formatting | Masood Malekghassemi | 2017-01-17 |
| | | |||
* | | Patch overlooked strings from Python un-namespacing | Masood Malekghassemi | 2016-12-14 |
| | | |||
* | | Un-namespace Python packages | Masood Malekghassemi | 2016-12-12 |
| | | | | | | | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks. | ||
* | | Enable split code generation | Masood Malekghassemi | 2016-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. | ||
| * | remove unused import in grpcio_health_checking | thinkerou | 2016-08-23 |
| | | |||
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\ \ | |/ |/| | |||
| * | Bumping version to 1.0.1-pre1. | Nicolas "Pixel" Noble | 2016-08-18 |
| | | |||
| * | Merge pull request #7745 from nicolasnoble/no-more-pre | Nicolas Noble | 2016-08-18 |
| |\ | | | | | | | Removing pre2 flag. | ||
| * | | Use templates for python version dependencies | Ken Payson | 2016-08-18 |
| | | | | | | | | | | | | | | | Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests. | ||
| | * | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 |
| |/ | |||
* | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\| | |||
| * | Bump python protobuf dependency to 3.0.0 | Ken Payson | 2016-08-03 |
| | | |||
| * | Bumping to 1.0.0-pre2. | Nicolas "Pixel" Noble | 2016-07-29 |
| | | |||
* | | Rerun generate_projects.sh | murgatroid99 | 2016-07-25 |
|/ | |||
* | 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 | ||
* | Organize Python tests to use grpcio-tools directly | Masood Malekghassemi | 2016-07-01 |
| | | | | | Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py). | ||
* | 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. |