aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
Commit message (Collapse)AuthorAge
* Check copyright of Objective-C++ source filesGravatar Muxi Yan2018-01-05
|
* add ruby 2.5 to package build on macGravatar Alexander Polcyn2018-01-05
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Ignore pyc files on yapf diffGravatar Ken Payson2017-12-13
|
* Merge branch 'master' of https://github.com/grpc/grpc into yapf-toolsGravatar ncteisen2017-12-12
|\
| * yapf examples/pythonGravatar ncteisen2017-12-12
| |
* | un yapf protoc_lib_depsGravatar ncteisen2017-12-12
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into yapf-toolsGravatar ncteisen2017-12-12
|\|
* | yapf toolsGravatar ncteisen2017-12-11
| |
* | yapf run_testsGravatar ncteisen2017-12-11
| |
* | yapf tools/run_tests/artifactsGravatar ncteisen2017-12-11
| |
* | yapf tools/run_tests/performanceGravatar ncteisen2017-12-11
| |
* | yapf tools/run_tests/sanityGravatar ncteisen2017-12-11
| |
* | yapf tools/run_tests/python_utilsGravatar ncteisen2017-12-11
| |
* | tools/profilingGravatar ncteisen2017-12-11
| |
* | yapf tools/interop_matrixGravatar ncteisen2017-12-11
| |
* | yapf tools/distribGravatar ncteisen2017-12-11
| |
* | yapf tools/codegenGravatar ncteisen2017-12-11
| |
* | yapf tools/buildgenGravatar ncteisen2017-12-11
| |
| * yapf grpcio_testsGravatar ncteisen2017-12-11
| |
| * yapf-ize grpc_testingGravatar ncteisen2017-12-11
| |
| * yapf-ize grpcio_reflectionGravatar ncteisen2017-12-11
| |
| * yapf-ize grpcio_health_checkingGravatar ncteisen2017-12-11
| |
| * Yapf-ize grpcio/grpc_.pyGravatar 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.
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Update version to 1.8.0-dev, update g word to 'generous'Gravatar murgatroid992017-10-02
|
* workaround verconf.h problemGravatar Jan Tattermusch2017-10-02
|
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Nicolas "Pixel" Noble2017-09-29
|\ | | | | | | pull_request_interval_script
* | Adding Copyright info.Gravatar Nicolas "Pixel" Noble2017-09-29
| |
| * Pin pip at 9.0.1Gravatar Nathaniel Manista2017-09-28
| |
* | Adding script to generate pull request list from an interval.Gravatar Nicolas "Pixel" Noble2017-09-20
|/
* Upmerge from v1.6.x branch to masterGravatar David Garcia Quintas2017-09-18
|\
| * bump version to 1.6.1Gravatar Jan Tattermusch2017-09-12
| |
* | deflake ruby artifact buildGravatar Jan Tattermusch2017-08-31
| |
| * 1.6.0-pre1 -> 1.6.0Gravatar David Garcia Quintas2017-08-29
| |
| * Fix syntax error on classifiersGravatar Ken Payson2017-08-24
| |
* | remove check_vsprojects sanity testGravatar Jan Tattermusch2017-08-23
| |
| * 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
|
* Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testingGravatar Nathaniel Manista2017-07-25
|\ | | | | gRPC Python test infrastructure.
* | Add classifiers to package detailsGravatar Ken Payson2017-07-25
| |
| * gRPC Python test infrastructureGravatar Nathaniel Manista2017-07-25
| | | | | | | | (The time-related first part of it, anyway.)
* | fix grpcio_tools build on kokoroGravatar Jan Tattermusch2017-07-18
| |
* | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| |
* | Add `set noparent` to Python OWNER filesGravatar Mehrdad Afshari2017-07-13
| |