grpc/tools
Mark D. Roth b9aca8db8a
Second attempt: xDS Listener: use ValidationErrors and add unit test (#31457)
* Revert "Revert "xDS Listener: use ValidationErrors and add unit test (#31351)" (#31456)"

This reverts commit ab3d62ae8f.

* Revert "Revert "xds_http_filters_test: fix includes for import (#31454)" (#31455)"

This reverts commit 32590d110a.

* fix import

* work around internal differences in Any API (string vs. cord)

* iwyu
2022-10-25 15:03:16 -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 Move some targets from //: to //src/core: (#31402) 2022-10-20 20:12:53 -07:00
debug/core Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
distrib Move some targets from //: to //src/core: (#31402) 2022-10-20 20:12:53 -07:00
docker_runners Cleanup run_in_docker.sh and corresponding examples. (#29469) 2022-04-22 19:04:40 +02:00
dockerfile Upgrade Java interop to Bullseye and Java 11 (#30599) 2022-10-20 13:44:18 -07:00
doxygen [promise] Introduce map_pipe, cleanup factories (#31430) 2022-10-25 14:28:07 -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
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 [ObjC] Run ios perf test from bazel (#31019) 2022-10-24 23:58:32 -07:00
interop_matrix tools/interop_matric: add 1.50.2 for Java (#31406) 2022-10-20 11:13:31 -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 Second attempt: xDS Listener: use ValidationErrors and add unit test (#31457) 2022-10-25 15:03:16 -07:00
README.md
bazel chore: add bazel support for M1 mac (#31127) 2022-09-27 13:17:35 -07: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.