aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
Commit message (Collapse)AuthorAge
* Merge pull request #10078 from dgquintas/master_to_1.3.0Gravatar David G. Quintas2017-03-10
|\ | | | | Bumped version to 1.3.0-dev
* \ Merge pull request #9965 from nathanielmanistaatgoogle/yapfGravatar Nathaniel Manista2017-03-10
|\ \ | | | | | | Add test behavior to yapf_code.sh.
| * | Add test behavior to yapf_code.shGravatar Nathaniel Manista2017-03-10
| | | | | | | | | | | | | | | With this change yapf_code no longer changes the code under test when executed from within the sanity tests.
| | * 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
| |
* | fix bazel_deps.shGravatar Jan Tattermusch2017-03-07
|/
* Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_xGravatar Michael Lumish2017-02-23
|\ | | | | Upmerge from 1.1.x
* \ Merge branch 'master' into healthGravatar yang-g2017-02-17
|\ \
| * | Output diff on failed yapf sanityGravatar Nathaniel Manista2017-02-15
| | |
| | * Merge remote-tracking branch 'google/v1.1.x'Gravatar Nicolas "Pixel" Noble2017-02-13
| | |\
| * | | Added Pylint to sanity testsGravatar Mehrdad Afshari2017-02-13
| |/ / | | | | | | | | | | | | | | | Pylint is only enabled for "grpcio/grpc" package, and various specific checks that currently fail are disabled, each with a respective TODO item in the .pylintrc file.
| | * build fixes for ruby on macGravatar Alexander Polcyn2017-02-09
| | |
* | | merge with headGravatar yang-g2017-02-07
|\| |
| | * Update version to 1.1.2Gravatar murgatroid992017-02-06
| | |
| | * Ran Yapf code, pinned versionGravatar Ken Payson2017-02-06
| | |
| * | Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
| | |
| | * Bump version to 1.1.1Gravatar murgatroid992017-01-31
| | |
| * | Bump master version numbersGravatar Craig Tiller2017-01-30
| | |
| | * Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
| | |
* | | merge with headGravatar yang-g2017-01-26
|\| |
| | * Changing versions from -dev to -pre1 on the release branch.Gravatar Nicolas "Pixel" Noble2017-01-23
| |/
| * Be more verbose when generating Python documentationGravatar Masood Malekghassemi2017-01-20
| |
| * pyformat_code.sh → yapf_code.shGravatar Nathaniel Manista2017-01-17
| | | | | | | | This should have been a part of 06dea573daa2175b244a430bb89b49bb5c8e8.
| * Merge pull request #9276 from ↵Gravatar Nathaniel Manista2017-01-17
| |\ | | | | | | | | | | | | soltanmm-google/remember-the-blue-flowers-they-are-important! Enable yapf (Python formatting).
| | * Enable running Python formattingGravatar Masood Malekghassemi2017-01-17
| | |
| * | omg it is 2017Gravatar yang-g2017-01-11
| |/
* / exclude newly added file from copyright checkGravatar yang-g2017-01-04
|/
* No need for copyright on generated filesGravatar Craig Tiller2017-01-03
|
* Merge pull request #9132 from nathanielmanistaatgoogle/python-examplesGravatar Nathaniel Manista2016-12-29
|\ | | | | Update Python examples with fresh generated code.
| * Exempt generated Python from copyright checkGravatar Nathaniel Manista2016-12-29
| | | | | | | | | | Some of these files contain the magic string "DO NOT EDIT" but we do not wish for our tests to depend upon that.
* | Provide doc dir even if user interrupts docgenGravatar Masood Malekghassemi2016-12-27
| |
* | cleanup and speedup of sanity testsGravatar Jan Tattermusch2016-12-22
| |
* | 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.
* Include proto WKTs in py tools distutils commandGravatar Masood Malekghassemi2016-11-03
| | | | Fixes #8334.
* Merge pull request #8380 from y-zeng/reflection_headerGravatar Yuchen Zeng2016-10-31
|\ | | | | Remove generated pb files
* | Don't set up Python doc packages every timeGravatar Masood Malekghassemi2016-10-25
| |
| * Remove generated pb filesGravatar Yuchen Zeng2016-10-14
|/
* PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.protoGravatar Stanley Cheung2016-09-29
|
* enable copyright checks for AssemblyInfo.cs filesGravatar Jan Tattermusch2016-09-21
|
* Cleaned up output formatGravatar Craig Tiller2016-08-25
|
* Add a script to list undocumented files and directoriesGravatar Craig Tiller2016-08-25
|
* Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|\
| * Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
| |
| * Merge pull request #7745 from nicolasnoble/no-more-preGravatar Nicolas Noble2016-08-18
| |\ | | | | | | Removing pre2 flag.
| * | Use templates for python version dependenciesGravatar Ken Payson2016-08-18
| | | | | | | | | | | | | | | Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests.