grpc/tools
Mark D. Roth 07df5ff9c7
json_object_loader: refactor ErrorList into its own library (#31049)
* json_object_loader: refactor ErrorList into its own library

* fix observability_config_test

* generate_projects

* iwyu
2022-09-20 11:58:27 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Pythonify extract_metadata_from_bazel_xml.py (#30796) 2022-09-12 13:07:02 -07:00
codegen/core [build] Fixes for experiments, poll strategy (#31042) 2022-09-19 22:19:36 -07:00
debug/core Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
distrib Update protobuf to v21.6 (#31015) 2022-09-16 17:50:52 -07:00
docker_runners Cleanup run_in_docker.sh and corresponding examples. (#29469) 2022-04-22 19:04:40 +02:00
dockerfile Silence dubious ownership issue in bazel image (#30963) 2022-09-13 16:42:21 -07:00
doxygen json_object_loader: refactor ErrorList into its own library (#31049) 2022-09-20 11:58:27 -07:00
fuzzing [fixit] Make the sampling fuzzer always pass for now (#30718) 2022-08-23 16:50:10 -07:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp/utils xds/interop: add gke TD resource cleanup to daily cleanup script (#28370) 2022-01-07 11:39:47 -08: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 xds-interop-tests: we have decided to enable cross-lang testing for master and latest only (currently 1.49) (#30794) 2022-09-18 09:19:44 -07:00
interop_matrix 1.48.1: Update interop matrix image (#30810) 2022-08-31 15:04:27 -07:00
mkowners Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling [benchmarks] Remove stats integration (#30900) 2022-09-09 04:15:12 -07:00
release Update release verification script for now PyPi API (#31007) 2022-09-15 15:42:16 -07:00
remote_build [experiments] Allow specifying experiments defaults to be different for debug/release builds (#30895) 2022-09-08 13:44:55 -07:00
run_tests json_object_loader: refactor ErrorList into its own library (#31049) 2022-09-20 11:58:27 -07:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel Upgrade bazel version to bazel 5.3 (repo-wide) (#30844) 2022-09-08 11:18:54 +02:00
bazel.rc [benchmarks] Remove stats integration (#30900) 2022-09-09 04:15:12 -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.