Richard Belleville
|
d721b3ac1e
|
Compensate for no virtualenv module on Linux kokoro workers
|
6 years ago |
Srini Polavarapu
|
0108ee8b7f
|
Merge pull request #19107 from srini100/v1.21.x
Bump to v1.21.1-pre1
|
6 years ago |
Jiangtao Li
|
b7da8d39c1
|
Merge pull request #19118 from jiangtaoli2016/override
Update comment on ssl hotname override
|
6 years ago |
Jan Tattermusch
|
a66cb3be5b
|
Merge pull request #19120 from jtattermusch/easy_pr_target_branch
Use kokoro env variable to get the PRs target branch
|
6 years ago |
Jan Tattermusch
|
af279949d4
|
update bazel_rbe.bat
|
6 years ago |
Jan Tattermusch
|
a3cc5ee574
|
use bazel.sh in bazel RBE readme
|
6 years ago |
Jan Tattermusch
|
374ff3139a
|
use bazel.sh for foundry RBE tests
|
6 years ago |
Richard Belleville
|
a651957c94
|
Use a virtual environment
|
6 years ago |
Jan Tattermusch
|
b53e707c3c
|
update bazel version in dockerfile
|
6 years ago |
Jan Tattermusch
|
019e9a432b
|
use kokoro env variable to get the PRs target branch
|
6 years ago |
jiangtaoli2016
|
3693fe84cf
|
Update comment on ssl hotname override
|
6 years ago |
Karthik Ravi Shankar
|
3f05ac9584
|
Merge branch 'master' into callback-rpc-lock
|
6 years ago |
Richard Belleville
|
7dae1b919b
|
And the same on Posix systems
|
6 years ago |
Eric Anderson
|
8a167a7f39
|
Add grpc-java 1.21.0 to client_matrix.py
|
6 years ago |
Guantao Liu
|
8f5c7eec65
|
Merge pull request #18908 from guantaol/alarm_contention
Delay the creation of Alarm in the callback-based qps client
|
6 years ago |
Muxi Yan
|
8d058dc020
|
Correct include style
|
6 years ago |
Karthik Ravi Shankar
|
dc9897dfe3
|
Merge pull request #19067 from karthikravis/channel-cq-scq-impl
Fold Channel and CompletionQueue into grpc_impl
|
6 years ago |
Wayne Zhang
|
edc506849f
|
Expose interop test for others
|
6 years ago |
Karthik Ravi Shankar
|
3d258e89ae
|
Fix windows compiler errors
|
6 years ago |
Richard Belleville
|
e9ab0e0cd9
|
Ensure twine is installed on Windows
|
6 years ago |
Karthik Ravi Shankar
|
e1f62278e3
|
Fix clang error
|
6 years ago |
Karthik Ravi Shankar
|
5ffb32c069
|
Fix clang errors
|
6 years ago |
Muxi Yan
|
2c51a81bce
|
Merge remote-tracking branch 'upstream/master' into objc-tests-refactor-2
|
6 years ago |
sanjaypujare
|
5b336b5925
|
Merge pull request #19104 from sanjaypujare/add_watch_to_hc
Document the Watch() method that got added to health/v1/health.proto
|
6 years ago |
Karthik Ravi Shankar
|
0b50670b23
|
Make some test fixes
|
6 years ago |
Srini Polavarapu
|
60f23bd38c
|
Regenerate projects
|
6 years ago |
Can Guler
|
4a208f0071
|
Add v1.21.0 releases of grpc-go to interop matrix
|
6 years ago |
Karthik Ravi Shankar
|
4f7f561564
|
Add synchronization to bm test
- since we made the callback run on another thread, add synchronization
in bm tests as well
|
6 years ago |
Muxi Yan
|
2e31120724
|
Fix StressTests on Mac
|
6 years ago |
Richard Belleville
|
5207867e2d
|
Ensure windows artifacts are valid as well.
|
6 years ago |
Srini Polavarapu
|
64d26e617f
|
Bump version to v1.21.1-pre1
|
6 years ago |
Sanjay Pujare
|
18a9e00b33
|
Document the Watch() method that got added to health/v1/health.proto
|
6 years ago |
Richard Belleville
|
705a34884c
|
Properly invoke twine
|
6 years ago |
Richard Belleville
|
189697eb30
|
Compensate for https://github.com/pypa/wheel/issues/189
|
6 years ago |
Richard Belleville
|
b30b8e378f
|
Verify the validity of python artifacts
|
6 years ago |
Keith Smiley
|
f131adf89c
|
Fix bazel incompatible changes
When building grpc with the upcoming `--incompatible_depset_is_not_iterable` flag, these violations were found
|
6 years ago |
Juanli Shen
|
a30c1d0971
|
Merge pull request #19018 from AspirinSJL/fix_fallback
xds enter fallback mode as long as no child policy is ready
|
6 years ago |
Srini Polavarapu
|
7569ba7a66
|
Merge pull request #19095 from muxi/v1.21.x
Backport #19082
|
6 years ago |
Karthik Ravi Shankar
|
ccc105f3fd
|
Move GRPC_CLOSURE_RUN to GRPC_CLOSURE_SCHED
- As here we want it to be scheduled for execution later.
|
6 years ago |
Muxi Yan
|
5b3e0732ab
|
Revert "Bump up version to 1.21.1"
This reverts commit 8ab582eb84 .
|
6 years ago |
Karthik Ravi Shankar
|
035bf8eb14
|
Fix clang errors
|
6 years ago |
Muxi Yan
|
8ab582eb84
|
Bump up version to 1.21.1
|
6 years ago |
Muxi Yan
|
61e77cb764
|
Merge pull request #19082 from muxi/cpp-pod-certificate
Rename root certificate bundle in gRPC-C++ pod
|
6 years ago |
Muxi Yan
|
118623d293
|
Rename root certificate bundle in gRPC-C++ pod
|
6 years ago |
Yang Gao
|
c9bd2adb52
|
Merge pull request #19069 from yang-g/test_tcp_server
Add an early flush so that the shutdown callback does not have to wait for deadline expiration
|
6 years ago |
Yang Gao
|
f40426f626
|
Merge pull request #19091 from kwasimensah/master
Use MessageLite for grpc serialization
|
6 years ago |
Esun Kim
|
ec46079358
|
Merge pull request #19078 from veblush/global-config-redo
This is a roll-forward of "Config migration" which was recently rolled back.
- Original PR (#18931)
- Rollback PR (#19027)
|
6 years ago |
kwasimensah
|
cd0e02ae1c
|
Fixing formatting
|
6 years ago |
kwasimensah
|
c0cab32c2f
|
Fix formatting
|
6 years ago |
kwasimensah
|
3ec0967c1e
|
Fix typo for using MessageLite
|
6 years ago |