aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #17171 from jtattermusch/python_bazel_useful_outputGravatar Jan Tattermusch2018-11-09
|\ | | | | Make python bazel tests outputs useful
* \ Merge pull request #17169 from jtattermusch/foundry_msan_pr_scriptGravatar Jan Tattermusch2018-11-09
|\ \ | | | | | | Add script for running RBE msan on PRs
| | * make python bazel tests outputs usefulGravatar Jan Tattermusch2018-11-09
| |/ |/|
* | Merge pull request #17158 from jtattermusch/foundry_opt_dbg_configGravatar Jan Tattermusch2018-11-09
|\ \ | | | | | | use bazel --config= for all foundry builds
| | * add script for running RBE msan on PRsGravatar Jan Tattermusch2018-11-09
| |/ |/|
* | use sanitizer-related defines for abslGravatar Jan Tattermusch2018-11-09
| |
* | disable json_run_localhost on bazel RBE msanGravatar Jan Tattermusch2018-11-08
| |
| * use bazel --config= for all foundry buildsGravatar Jan Tattermusch2018-11-08
|/
* Merge pull request #17133 from jtattermusch/parallel_compile_python_distribtestsGravatar Jan Tattermusch2018-11-08
|\ | | | | Add _parallel_compile_patch.py to python manifest
* \ Merge pull request #17134 from jtattermusch/run_tests_matrix_improvementsGravatar Jan Tattermusch2018-11-08
|\ \ | | | | | | run_tests_matrix.py should log run_tests commands
* \ \ Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmarkGravatar Moiz Haidry2018-11-07
|\ \ \ | | | | | | | | Added benchmarks for Callback based Unary server
* \ \ \ Merge pull request #16995 from lidizheng/from-3.4-to-3.7Gravatar Lidi Zheng2018-11-07
|\ \ \ \ | | | | | | | | | | Migrate tests from Python 3.4 to Python 3.7
| | * | | Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
| | | | |
| | | * | run_tests_matrix.py should log run_tests commandsGravatar Jan Tattermusch2018-11-07
| |_|/ / |/| | |
| | | * add _parallel_compile_patch.py to python manifestGravatar Jan Tattermusch2018-11-07
| |_|/ |/| |
* | | Merge pull request #17121 from jtattermusch/speedup_interop_buildsGravatar Jan Tattermusch2018-11-07
|\ \ \ | | | | | | | | Speedup interop builds (PHP and C++)
| | * | Migrate tests from Python 3.4 to Python 3.7Gravatar Lidi Zheng2018-11-06
| | | |
* | | | Merge pull request #17072 from yashykt/interceptor_cancellationGravatar Yash Tibrewal2018-11-06
|\ \ \ \ | | | | | | | | | | Interceptors should see a Cancellation notification
| | * | | speedup C++ interop buildGravatar Jan Tattermusch2018-11-06
| | | | |
| | * | | speedup php7 interop buildGravatar Jan Tattermusch2018-11-06
| | | | |
| | * | | speedup PHP interop buildGravatar Jan Tattermusch2018-11-06
| |/ / / |/| | |
* | | | Merge pull request #17117 from jtattermusch/interop_tests_deprecate_internalciGravatar Jan Tattermusch2018-11-06
|\ \ \ \ | | | | | | | | | | run_interop_tests.py cleanup (deprecate --internal_ci cmdline arg)
| * | | | run_interop_tests.py cleanupGravatar Jan Tattermusch2018-11-06
| | | | |
* | | | | time macos prepare scriptGravatar Jan Tattermusch2018-11-06
|/ / / /
* | | | Merge pull request #17057 from jtattermusch/faster_python_buildGravatar Jan Tattermusch2018-11-06
|\ \ \ \ | | | | | | | | | | Add python monkey-patch for parallel build_ext compilation
* \ \ \ \ Merge pull request #17107 from yashykt/buildissueGravatar Yash Tibrewal2018-11-05
|\ \ \ \ \ | | | | | | | | | | | | move client_interceptor.cc from src/cpp/codegen to src/cpp/client
* \ \ \ \ \ Merge pull request #17088 from grpc/tools_py3_2Gravatar Richard Belleville2018-11-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make run_tests.py python-version agnostic
| * | | | | | Retain compatiblity with python2Gravatar Richard Belleville2018-11-05
| | | | | | |
| | * | | | | move client_interceptor.cc from src/cpp/codegen to src/cpp/clientGravatar Yash Tibrewal2018-11-05
| | | | | | |
* | | | | | | Add support for utf-8 error messagesGravatar Lidi Zheng2018-11-05
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * Both server and client should be fine with utf-8 error messages now * Adding an interop test: special status message
| * | | | | Yapf all the thingsGravatar Richard Belleville2018-11-05
| | | | | |
* | | | | | Merge pull request #17099 from grpc/jtattermusch-patch-1Gravatar Jan Tattermusch2018-11-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cleanup: update tools/internal_ci/README.md
| | * | | | | Restore unnecessary 2to3 changeGravatar Richard Belleville2018-11-05
| | | | | | |
| * | | | | | update tools/internal_ci/README.mdGravatar Jan Tattermusch2018-11-05
| | |_|_|_|/ | |/| | | |
* / | | | | only run objc tests in their own separate jobGravatar Jan Tattermusch2018-11-05
|/ / / / /
| * | | | Remove unnecessary list conversionGravatar Richard Belleville2018-11-02
| | | | |
| * | | | Make run_tests.py python-version agnosticGravatar Richard Belleville2018-11-02
| | | | |
* | | | | Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_setGravatar yihuaz2018-11-02
|\ \ \ \ \ | | | | | | | | | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation
* \ \ \ \ \ Merge pull request #17053 from yashykt/global_interceptorGravatar Yash Tibrewal2018-11-02
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add global client interceptor factory
* | | | | | Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Channelz: Socket Tracks Addresses
| | | * | | | use gRPC thread modelGravatar Yihua Zhang2018-11-01
| |_|/ / / / |/| | | | |
| | | | * | Make client interceptors see notification even if Cancel was done before the ↵Gravatar Yash Tibrewal2018-11-01
| | | | | | | | | | | | | | | | | | | | | | | | RPC was issued. Also add tests
| | | | * | Add server interceptors in end2end_testGravatar Yash Tibrewal2018-11-01
| | | | | |
| | | | * | Refactor tests slightlyGravatar Yash Tibrewal2018-11-01
| | | | | |
* | | | | | Merge pull request #16988 from vjpai/server_callbackGravatar Vijay Pai2018-10-31
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | C++: Experimental server callback unary API
| | * | | | fix build and sanityGravatar ncteisen2018-10-31
| | | | | |
| | * | | | Move uri_parser to libGravatar ncteisen2018-10-31
| | | | | |
* | | | | | Merge pull request #17062 from jtattermusch/bazel_dockerfile_upgradeGravatar Jan Tattermusch2018-10-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upgrade bazel in Dockerfile to 0.17.1
* | | | | | | add separate kokoro jobs for objc testsGravatar Jan Tattermusch2018-10-31
| | | | | | |
| | | | | * | add python monkey-patch for parallel build_ext compilationGravatar Jan Tattermusch2018-10-31
| | | | | | |