grpc/tools
Lidi Zheng e7d9cccf9a
Fix build abseil/boringssl/protobuf at head (#25638)
* Update PyYAML install steps

* F-string is 3.6+

* Regenerate project
2021-03-05 14:00:32 -08:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Fix build abseil/boringssl/protobuf at head (#25638) 2021-03-05 14:00:32 -08:00
codegen/core Second attempt: xDS HTTP filter support for gRPC client (#25558) 2021-02-26 07:39:27 -08:00
debug/core fix-up some spelling mistakes 2019-09-25 23:29:47 +08:00
distrib Upgrade clang-tidy and clang-format to 11 (#25590) 2021-03-04 11:54:30 -08:00
dockerfile Upgrade clang-tidy and clang-format to 11 (#25590) 2021-03-04 11:54:30 -08:00
doxygen SDK authorization policy translator. (#25361) 2021-03-05 09:05:11 -08:00
fuzzer Change URI parser to take absl::string_view and move tests to correct directory. 2020-08-17 10:46:01 -07:00
gce upgrade phpunit to 8.5.8 2020-11-19 06:49:23 +00:00
gcp Yapf all target python sources 2020-01-03 09:25:10 -08:00
github Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop fix fmt.Errorf missing args 2019-12-18 17:56:55 -08:00
internal_ci Enable timeout xds test for Ruby (#25623) 2021-03-05 10:56:32 -08:00
interop_matrix Add gRPC Java 1.36.0 to interop matrix (#25566) 2021-02-26 12:46:11 -08:00
line_count Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
mkowners Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
release Enable backport of unmerged PRs (#25502) 2021-02-20 16:11:59 -08:00
remote_build Add use_strict_warning=true for mac-os bazel rbe build 2021-02-09 09:06:32 -08:00
run_tests SDK authorization policy translator. (#25361) 2021-03-05 09:05:11 -08:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel make tools/bazel wrapper work on arm64 2021-01-19 09:44:33 -05:00
bazel.rc Make returning a local reference a compilation error (#25568) 2021-03-02 13:55:07 -08:00

README.md

buildgen: Template renderer for our build system.

distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts.

dockerfile: Docker files to test gRPC.

doxygen: gRPC C/C++ documentation generation via Doxygen.

gce: Scripts to help setup testing infrastructure on GCE.

gcp: Helper scripts for interacting with various services on GCP (like Google container engine, BigQuery etc)

internal_ci: Support for running tests on an internal CI platform.

interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.

jenkins: Support for running tests on Jenkins.

run_tests: Scripts to run gRPC tests in parallel.

run_tests/performance: See the README for more notes on the performance tests.