Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| | |||
* | ran make_grpcio_tools.py | Stanley Cheung | 2017-08-10 |
| | |||
* | Add classifiers to package details | Ken Payson | 2017-07-25 |
| | |||
* | fix grpcio_tools build on kokoro | Jan Tattermusch | 2017-07-18 |
| | |||
* | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | |||
* | Add `set noparent` to Python OWNER files | Mehrdad Afshari | 2017-07-13 |
| | |||
* | Add additional OWNERS files for Python projects | Mehrdad Afshari | 2017-07-13 |
| | |||
* | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| | |||
* | Fetch grpc.io/release over https | Mehrdad Afshari | 2017-07-10 |
| | |||
* | fix protobuf_generated_well_known_types_embed.cc | Jan Tattermusch | 2017-06-08 |
| | |||
* | fix make_grpcio_tools.py | Jan Tattermusch | 2017-06-08 |
| | |||
* | 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 #10688 from kpayson64/fix_php_interop | kpayson64 | 2017-04-19 |
|\ | | | | | Fix PHP interop tests | ||
| * | Fix PHP interop tests | Ken Payson | 2017-04-18 |
| | | |||
* | | master to 1.4.0-dev | David Garcia Quintas | 2017-04-13 |
|/ | |||
* | Fix build on Alpine linux + add portability tests | Ken Payson | 2017-04-06 |
| | |||
* | 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 |
| | | |||
| * | 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 |
| | |||
* | fix grpcio_tools build on windows | Jan Tattermusch | 2017-03-07 |
| | |||
* | Updated python scripts to work with protobuf 3.2.0 | Mehrdad Afshari | 2017-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.py | Jan Tattermusch | 2017-03-07 |
| | |||
* | fix bazel_deps.sh | Jan Tattermusch | 2017-03-07 |
| | |||
* | Bump master version numbers | Craig Tiller | 2017-01-30 |
| | |||
* | Be more verbose when generating Python documentation | Masood Malekghassemi | 2017-01-20 |
| | |||
* | Provide doc dir even if user interrupts docgen | Masood Malekghassemi | 2016-12-27 |
| | |||
* | Change grpcio_tools to grpcio-tools | Masood Malekghassemi | 2016-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-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. | ||
* | Include proto WKTs in py tools distutils command | Masood Malekghassemi | 2016-11-03 |
| | | | | Fixes #8334. | ||
* | Don't set up Python doc packages every time | Masood Malekghassemi | 2016-10-25 |
| | |||
* | PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto | Stanley Cheung | 2016-09-29 |
| | |||
* | 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. | ||
| * | | Add Python3.5 grpcio-tools binaries | Ken Payson | 2016-08-17 |
| | | | |||
| | * | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 |
| |/ | |||
| * | Add Python3.5 artifact targets | Ken Payson | 2016-08-15 |
| | | |||
* | | 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 |
| | |