grpc/tools
Esun Kim 5a419c65b0
Merge pull request #21662 from veblush/fix-odr-bug
Remove grpc sources from grpc++
2020-01-15 08:49:50 -08:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Yapf all target python sources 2020-01-03 09:25:10 -08:00
codegen/core Yapf all target python sources 2020-01-03 09:25:10 -08:00
debug/core fix-up some spelling mistakes 2019-09-25 23:29:47 +08:00
distrib grpclb stabilization 2020-01-10 09:13:10 -08:00
dockerfile Skip building Android-dependent modules for Java interop test. 2020-01-10 10:45:49 -08:00
doxygen Remove grpc sources from grpc++ 2020-01-14 16:35:23 -08:00
failures Yapf all target python sources 2020-01-03 09:25:10 -08:00
fuzzer Add ALTS fuzzer 2018-05-08 10:15:03 -07:00
gce Pin to 19.3.1 2019-12-19 10:53:55 -08:00
gcp Yapf all target python sources 2020-01-03 09:25:10 -08:00
github Yapf all target python sources 2020-01-03 09:25:10 -08: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 workaround C# build failure by ensuring Go1.13 is installed 2020-01-15 08:42:12 +01:00
interop_matrix Yapf all target python sources 2020-01-03 09:25:10 -08:00
line_count Yapf all target python sources 2020-01-03 09:25:10 -08:00
mkowners Yapf all target python sources 2020-01-03 09:25:10 -08:00
package_hosting Fix sort issue in package build page 2018-08-20 09:32:30 -07:00
profiling Yapf all target python sources 2020-01-03 09:25:10 -08:00
release Yapf all target python sources 2020-01-03 09:25:10 -08:00
remote_build Merge pull request #20510 from jtattermusch/bazel_test_on_mac 2019-11-27 12:09:43 +01:00
run_tests Fix tools/run_tests/sanity/check_bazel_workspace.py 2020-01-07 17:57:13 -08:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel Revert "Revert "Upgrade to bazel 1.0.0"" 2019-10-29 06:31:38 -04:00
bazel.rc Use fast cpp protos for Python builds 2019-12-13 18:47:38 -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.