aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python/grpcio_tools
Commit message (Collapse)AuthorAge
* Regenerate projectsGravatar Mehrdad Afshari2018-05-02
|
* Regenerate grpcio_tools protobuf dependenciesGravatar Mehrdad Afshari2018-04-19
|
* Regenerate projectsGravatar Mehrdad Afshari2018-04-04
|
* Regenerate projectsGravatar Mehrdad Afshari2018-02-22
|
* Update README.rst for python grpcio-toolsGravatar Feng Li2018-01-26
| | | GRPC_PYTHON_BUILD_WITH_CYTHON=1 is required to build grpcio-tools from source.
* Regenerate projectsGravatar Mehrdad Afshari2018-01-19
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* un yapf protoc_lib_depsGravatar ncteisen2017-12-12
|
* yapf tools/distribGravatar ncteisen2017-12-11
|
* Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
|
* Update Python dependency to protobuf v3.5.0.post1Gravatar Mehrdad Afshari2017-11-27
|
* 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.
* Update version to 1.8.0-dev, update g word to 'generous'Gravatar murgatroid992017-10-02
|
* Upmerge from v1.6.x branch to masterGravatar David Garcia Quintas2017-09-18
|\
| * bump version to 1.6.1Gravatar Jan Tattermusch2017-09-12
| |
| * 1.6.0-pre1 -> 1.6.0Gravatar David Garcia Quintas2017-08-29
| |
| * Fix syntax error on classifiersGravatar Ken Payson2017-08-24
| |
| * Version bump to 1.6Gravatar David Garcia Quintas2017-08-16
| |
* | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
|/
* ran make_grpcio_tools.pyGravatar Stanley Cheung2017-08-10
|
* Add classifiers to package detailsGravatar Ken Payson2017-07-25
|
* fix grpcio_tools build on kokoroGravatar Jan Tattermusch2017-07-18
|
* Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|
* Fetch grpc.io/release over httpsGravatar Mehrdad Afshari2017-07-10
|
* fix protobuf_generated_well_known_types_embed.ccGravatar Jan Tattermusch2017-06-08
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
|
* Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
|
* Merge pull request #10688 from kpayson64/fix_php_interopGravatar kpayson642017-04-19
|\ | | | | Fix PHP interop tests
| * Fix PHP interop testsGravatar Ken Payson2017-04-18
| |
* | master to 1.4.0-devGravatar David Garcia Quintas2017-04-13
|/
* Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
|
* Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0Gravatar Nicolas "Pixel" Noble2017-03-24
|\
| * bump v1.2.x branch to 1.2.1-pre1Gravatar Alexander Polcyn2017-03-20
| |
| * Going for 1.2.0Gravatar David Garcia Quintas2017-03-20
| |
| * Bump 1.2.x version to pre-2Gravatar Ken Payson2017-03-16
| |
| * Merge pull request #9990 from kpayson64/fill_in_fieldsGravatar kpayson642017-03-10
| |\ | | | | | | Add package details to grpcio/grpcio-tools
| | * Add package details to gRPC PackagesGravatar Ken Payson2017-03-10
| | |
| * | Introducing 1.2.0-pre1Gravatar David Garcia Quintas2017-03-09
| |/
* / Bumped version to 1.3.0-devGravatar David Garcia Quintas2017-03-09
|/
* Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
|
* fix grpcio_tools build on windowsGravatar Jan Tattermusch2017-03-07
|
* Updated python scripts to work with protobuf 3.2.0Gravatar Mehrdad Afshari2017-03-07
| | | | | | | | | | | | | | | | | | Since the build script of python grpcio-tools package is very much entangled with the build system of protobuf, and protobuf build scripts added a build step that compiles js/embed.cc to create a preprocessor binary that takes some .js files and generates a single well_known_types_embed.cc which then gets linked to the rest of protobuf source tree. The generated code seems to be used only by the JS portion of protoc, so is not expected to affect our python build. Since we did not want to replicate the entire build process of protobuf, we decided to pre-generate the well_known_types_embed.cc and keep it in our repo and then substitute the js/embed.cc compiler file with it.
* regenerate protoc_lib_deps.pyGravatar Jan Tattermusch2017-03-07
|
* Bump master version numbersGravatar Craig Tiller2017-01-30
|
* Change grpcio_tools to grpcio-toolsGravatar Masood Malekghassemi2016-12-20
| | | | | This should address the difference in how we ask users to install grpcio-tools and the files the user ends up downloading from PyPI.
* Patch overlooked strings from Python un-namespacingGravatar Masood Malekghassemi2016-12-14
|
* Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.