aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #16187 from apolcyn/ipv6_resolver_scope_idsGravatar apolcyn2019-01-08
|\ | | | | Support named scope id's in grpc_parse_ipv6 on posix platforms
* \ Merge pull request #17427 from jtattermusch/go_interop_matrix_fixesGravatar Jan Tattermusch2019-01-08
|\ \ | | | | | | Allow skipping runtimes for releases in interop_matrix. Add go v1.17.0.
| * | yapf codeGravatar Jan Tattermusch2019-01-07
| | |
| * | interop_matrix: support skipping runtimesGravatar Jan Tattermusch2019-01-07
| | |
| * | regenerate dockerimagesGravatar Jan Tattermusch2019-01-07
| | |
* | | interop_matrix: reliable cleanup of interop docker imagesGravatar Jan Tattermusch2019-01-04
| | |
* | | debug out of disk space in run_interop_matrix_tests.pyGravatar Jan Tattermusch2019-01-04
|/ /
* | Pin bundler in ruby interop buildGravatar Alex Polcyn2019-01-04
| |
* | Regenerate projectsGravatar Sanjay Pujare2019-01-03
| |
* | Fix artifact dockerfiles rvm installation; keep bundler pinnedGravatar Alex Polcyn2019-01-03
| |
* | Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0Gravatar Alexander Polcyn2019-01-03
| | | | | | | | binary package builds; pin bundler to 1.17.3 where necessary
* | Merge pull request #17348 from toc007/ruby-sigintGravatar apolcyn2018-12-26
|\ \ | | | | | | server graceful shutdown for pull request
| * | ruby-sigint ready to be merged!Gravatar Tommy Chen2018-12-26
| | |
| | * Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
| |/ |/|
* | Add microbenchmarks for grpc_timerGravatar Soheil Hassas Yeganeh2018-12-21
| | | | | | | | This helps assessing upcoming changes.
* | Merge pull request #17565 from jtattermusch/backlink_kokoro_rbeGravatar Jan Tattermusch2018-12-21
|\ \ | | | | | | Provide link to kokoro invocation for RBE builds
* \ \ Merge pull request #17407 from jtattermusch/interop_csharp_sni_fixGravatar Jan Tattermusch2018-12-21
|\ \ \ | |_|/ |/| | better testing of SNI for C-based languages
| | * inject extra details to Bazel RBE linksGravatar Jan Tattermusch2018-12-21
| |/ |/|
* | Merge pull request #16008 from markdroth/client_channel_refactorGravatar Mark D. Roth2018-12-20
|\ \ | | | | | | Refactor request routing code out of client_channel
* \ \ Merge pull request #17303 from lidizheng/sanity-python-3Gravatar Lidi Zheng2018-12-20
|\ \ \ | | | | | | | | Run pylint test in Python 3
| | * | Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
| |/ / |/| |
| | * yapf run_interop_tests.pyGravatar Jan Tattermusch2018-12-20
| | |
| | * dont set server_override for cloud_to_prod testsGravatar Jan Tattermusch2018-12-20
| |/ |/|
* | Merge pull request #17505 from lidizheng/check-on-prGravatar Lidi Zheng2018-12-18
|\ \ | | | | | | Utilize the GitHub Check Feature
* \ \ Merge pull request #17546 from srini100/masterGravatar Srini Polavarapu2018-12-18
|\ \ \ | | | | | | | | Add 1.17.1 to interop
* \ \ \ Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_utilGravatar Yang Gao2018-12-18
|\ \ \ \ | | | | | | | | | | Fold gpr_test_util to grpc_test_util
| | | * | Use KOKORO_GITHUB_PULL_REQUEST_NUMBER instead of ghprbPullIdGravatar Lidi Zheng2018-12-18
| | | | |
| | * | | Add 1.17.1 to interopGravatar Srini Polavarapu2018-12-18
| |/ / / |/| | |
* | | | Merge pull request #17522 from jtattermusch/highsierra_kokoro_timeGravatar Jan Tattermusch2018-12-18
|\ \ \ \ | | | | | | | | | | prevent setting wrong time on macos high sierra kokoro workers
| | | * | Use python2.7 -m pip instead of default pipGravatar Lidi Zheng2018-12-17
| | | | |
| | | * | Reorgnize dependencies and variablesGravatar Lidi Zheng2018-12-17
| | | | |
| | | * | Download private key from KeyStoreGravatar Lidi Zheng2018-12-17
| | | | |
* | | | | Give the interceptors header files in include/grpcpp/supportGravatar Vijay Pai2018-12-17
| | | | |
| | * | | Merge with head and resolve conflict.Gravatar yang-g2018-12-17
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Fix new targetGravatar yang-g2018-12-17
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
| | |\ \ \ | | | | | | | | | | | | | | | | | | gpr_test_util_to_grpc_test_util
| * | | | | prevent setting wrong time on macos high sierra kokoro workersGravatar Jan Tattermusch2018-12-17
| | |/ / / | |/| | |
* / | | | extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
|/ / / /
* | | | Merge pull request #17508 from vjpai/bb_perfGravatar Vijay Pai2018-12-14
|\ \ \ \ | | | | | | | | | | Benchmark to show that byte buffer copy is size-independent
| | | * | Editing appid and installation idGravatar Nicolas Noble2018-12-14
| | | | | | | | | | | | | | | Created these from the grpc-bot account.
| * | | | Benchmark to show that byte buffer copy is size-independentGravatar Vijay Pai2018-12-14
| | | | |
* | | | | Merge pull request #17490 from lidizheng/py-status-3Gravatar Lidi Zheng2018-12-14
|\ \ \ \ \ | |/ / / / |/| | | | Add grpcio-status extension package
| | | * | Make yapf happyGravatar Lidi Zheng2018-12-14
| | | | |
| * | | | Include LICENSE in artifactGravatar Lidi Zheng2018-12-13
| | | | |
| | | * | WIP: Utilize the GitHub Check FeatureGravatar Lidi Zheng2018-12-13
| | | | |
* | | | | Merge pull request #17468 from nicolasnoble/grpc_namespaceGravatar Nicolas Noble2018-12-13
|\ \ \ \ \ | |_|_|/ / |/| | | | Moving ::grpc::Alarm to ::grpc_impl::Alarm.
| | * | | Add grpcio-status extension packageGravatar Lidi Zheng2018-12-13
| |/ / / |/| | | | | | | | | | | | | | | | | | | * The new package has 2 API `from_call` and `to_status` * Utilize the experimental API `abort_with_status` * Add 5 unit test cases
* | | | Merge pull request #17480 from apolcyn/revert_upbGravatar apolcyn2018-12-12
|\ \ \ \ | | | | | | | | | | Revert "Changes add a script for generating C code and build rule for…
| * | | | Revert "Changes add a script for generating C code and build rule for protobuf"Gravatar Alexander Polcyn2018-12-12
| | | | | | | | | | | | | | | | | | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147.
* | | | | Merge pull request #17397 from creamsoup/java_releaseGravatar ZHANG Dapeng2018-12-12
|\ \ \ \ \ | |/ / / / |/| | | | Add grpc-java 1.17.1 to interop matrix