grpc/tools
Craig Tiller 59ed9d09a2
Reland bloat labelling code. (#27926)
* Revert "Revert "Assign a label for level of bloat diff (#27880)" (#27925)"

This reverts commit f2b96000a7.

* fix
2021-11-03 09:57:13 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Added a new bazel-integrated upb code-gen (#27780) 2021-11-01 12:51:48 -07:00
codegen/core Added a new bazel-integrated upb code-gen (#27780) 2021-11-01 12:51:48 -07:00
debug/core Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
distrib upgrade protobuf to 3.18.1 (automatically generated) (#27722) 2021-10-21 14:52:28 -07:00
dockerfile Fix Python Interop (#27620) (#27703) (#27749) 2021-10-15 18:22:29 -07:00
doxygen Expose grpc++_binder through grpc++ (#27891) 2021-11-03 23:30:17 +08:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop Create a go module for http2 interop test, fixing breakage from upgrade to go v1.16 (#25707) 2021-03-15 15:28:48 -07:00
internal_ci fix PHP installation with homebrew on MacOS (#27923) 2021-11-03 16:03:28 +01:00
interop_matrix Add grpc-java 1.41.0 to client_matrix.py (#27447) 2021-10-13 15:27:21 -07:00
mkowners Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Reland bloat labelling code. (#27926) 2021-11-03 09:57:13 -07:00
release Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
remote_build Upgrade bazel to 4.2.1 (LTS), upgrade bazel toolchain to 4.1.0 (#27410) 2021-09-23 16:20:25 +02:00
run_tests Reland bloat labelling code. (#27926) 2021-11-03 09:57:13 -07:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel Bazel distribtest fixes (#27515) 2021-10-08 03:57:38 -07:00
bazel.rc Update fuzzer infrastructure for developers a little (#27403) 2021-09-20 08:39:52 -07: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.