aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python/grpcio_tools/protoc_lib_deps.py
Commit message (Collapse)AuthorAge
* yapf tools/distribGravatar ncteisen2017-12-11
|
* Bump third_party/protobuf submodule to v3.5.0Gravatar Mehrdad Afshari2017-11-24
|
* Do not require bazel for check_grpcio_tools.pyGravatar Mehrdad Afshari2017-11-20
| | | | | | | | | | | | | | | | | | | | | The `make_grpcio_tools.py` rube-goldberg machinery relies on `bazel` to extract the list of files required to compile the `grpcio-tools` package that are provided by the `protobuf` submodule. In order to ensure that list is up to date, `check_grpcio_tools.py` sanity check does the same `bazel` query, and checks the full contents against the already existing list in the repository. This has the downside of requiring `bazel` to run that particular check at sanity test time, and flakiness has been seen there. This commit changes the code generation process to include the git hash of the submodule at the time `make_grpcio_tools.py` is invoked and stores it in the generated file and instead of doing the whole process at test time, the `check_grpcio_tools.py` sanity test simply checks the submodule version at test time and verifies it against the version included in the file by `make_grpcio_tools.py` thus removing the `bazel` dependency at test time and increasing test robustness and speed.
* ran make_grpcio_tools.pyGravatar Stanley Cheung2017-08-10
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
|
* Fix PHP interop testsGravatar Ken Payson2017-04-18
|
* Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
|
* regenerate protoc_lib_deps.pyGravatar Jan Tattermusch2017-03-07
|
* PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.protoGravatar Stanley Cheung2016-09-29
|
* Add common proto files to Python grpcio-toolsGravatar Masood Malekghassemi2016-06-07
|
* Bumping protobuf submodule to beta-3-pre1.Gravatar Nicolas "Pixel" Noble2016-05-11
|
* Tightly integrate the Python plugin with its protocGravatar Masood Malekghassemi2016-05-04
| | | | | | This grossly simplifies the protoc invocation to: python -m grpc.protoc.compiler --python_out=... --grpc_python_out=... [...] --plugin=protoc-gen-python-grpc=grpc_python_protoc_plugin... [...]
* Add sanity test for grpcio protoc packageGravatar Masood Malekghassemi2016-05-04