Jan Tattermusch
|
12bca9fa66
|
Merge pull request #17671 from jtattermusch/interop_matrix_noskip_runtime
interop_matrix: introduce runtime_subset and more cleanup.
|
6 years ago |
Jan Tattermusch
|
ee6f550569
|
Merge pull request #17682 from apolcyn/attempt_homebrew_fix
Attempt to fix homebrew installation problem
|
6 years ago |
Muxi Yan
|
c059946a75
|
Fix bug where remote host's trailing slash is not removed, causing name resolution failure
|
6 years ago |
Alexander Polcyn
|
38f0fa394b
|
Attempt to fix homebrew installation problem
|
6 years ago |
Yash Tibrewal
|
de902e18b7
|
Reviewer comments
|
6 years ago |
Muxi Yan
|
121e04bc1e
|
address comments 2
|
6 years ago |
Yash Tibrewal
|
93e84947df
|
Reviewer comments
|
6 years ago |
Vijay Pai
|
302e7b4d2b
|
Merge pull request #17658 from guantaol/avoid_thd_jump
Avoid the thread jump in server callback APIs.
|
6 years ago |
Jan Tattermusch
|
905cd6a315
|
invert the strategy test runtimes are being selected per release
|
6 years ago |
Jan Tattermusch
|
b2044fdd6f
|
remove confusing remarks from interop_matrix README.md
|
6 years ago |
Jan Tattermusch
|
0d1743b3cc
|
having GCR images with ":master" tag is an antipattern.
|
6 years ago |
Jan Tattermusch
|
2a997c66ea
|
allow creating images for non-yet-listed releases
|
6 years ago |
Jan Tattermusch
|
bd5e15608d
|
minor doc updates
|
6 years ago |
Jan Tattermusch
|
4f11b96500
|
stop testing older releases with go1.7: 1.8 should be enough
|
6 years ago |
Jan Tattermusch
|
54963bb90d
|
Merge pull request #17660 from jtattermusch/interop_matrix_lang_release_cleanup
interop_matrix: refactor LANG_RELEASE_MATRIX
|
6 years ago |
Yash Tibrewal
|
9f85ead667
|
Add new proto in examples
|
6 years ago |
Eric Gribkoff
|
8d9190c0dd
|
Merge pull request #17675 from ericgribkoff/really_dealloc
correctly name __dealloc__ method
|
6 years ago |
Bill Feng
|
3dafee1e51
|
bumped bazel version for internal CI
|
6 years ago |
Bill Feng
|
56268e0927
|
fixed typo on hash
|
6 years ago |
Richard Belleville
|
fb56150b20
|
Merge pull request #17673 from grpc/relative-import
Switch to absolute import
|
6 years ago |
Bill Feng
|
b2ac318566
|
updated repo for bazel to latest version
|
6 years ago |
Bill Feng
|
95dc9c1110
|
updated repo for bazel
|
6 years ago |
Bill Feng
|
eda9742bbd
|
updated bazel and RBE instance versions
|
6 years ago |
Jan Tattermusch
|
b4818682be
|
fix #17625
|
6 years ago |
Eric Gribkoff
|
025cb9b1e7
|
correctly name __dealloc__ method
|
6 years ago |
Nicolas Noble
|
19914dd942
|
Merge pull request #17590 from graknlabs/fix-bazel-incompatibilities
Fix incompatible_bzl_disallow_load_after_statement, deprecated attribute usage
|
6 years ago |
Richard Belleville
|
ca5c0a8366
|
Switch to absolute import
|
6 years ago |
Muxi Yan
|
d4fa274bf2
|
address comments
|
6 years ago |
Juanli Shen
|
3a59faf632
|
Merge pull request #17668 from AspirinSJL/remove_sc_arg
Remove subchannel args
|
6 years ago |
Mike Moore
|
a9ce1e0529
|
Update Ruby gemspec template
Loosen development dependencies for googleauth and signet.
|
6 years ago |
Jan Tattermusch
|
cc0449465f
|
Merge pull request #17666 from jtattermusch/reenable_tcp_server_posix_test2
Reenable tcp server posix test after applying workaround
|
6 years ago |
Juanli Shen
|
23677bd827
|
Remove subchannel args
|
6 years ago |
Alexander Polcyn
|
0ec9372074
|
Multiple test timeout 5x
|
6 years ago |
Alexander Polcyn
|
46a872864c
|
Turn on c-ares as the default resolver
|
6 years ago |
apolcyn
|
26dddbb10d
|
Merge pull request #16187 from apolcyn/ipv6_resolver_scope_ids
Support named scope id's in grpc_parse_ipv6 on posix platforms
|
6 years ago |
Mark D. Roth
|
21446eb35a
|
Fix build.yaml.
|
6 years ago |
Juanli Shen
|
6c4a45dfa4
|
Merge pull request #17665 from AspirinSJL/rm_watcher
Remove state_watcher from subchannel
|
6 years ago |
Jan Tattermusch
|
7850704d64
|
reenable tcp_server_posix_test on Foundry
|
6 years ago |
Jan Tattermusch
|
1287cd34ea
|
make tcp_server_posix_test pass on foundry
|
6 years ago |
Jan Tattermusch
|
5aa166eb2d
|
interop_matrix: refactor LANG_RELEASE_MATRIX
|
6 years ago |
Jan Tattermusch
|
f52dd290e2
|
improve readme.md
|
6 years ago |
Jan Tattermusch
|
45209b615f
|
Merge pull request #17427 from jtattermusch/go_interop_matrix_fixes
Allow skipping runtimes for releases in interop_matrix. Add go v1.17.0.
|
6 years ago |
Muxi Yan
|
0c4c2de427
|
Clean up code
|
6 years ago |
Juanli Shen
|
da4ab59b0d
|
Remove state_watcher from subchannel
|
6 years ago |
Mark D. Roth
|
925323c41e
|
Merge remote-tracking branch 'upstream/master' into lb_trailing_metadata
|
6 years ago |
Yash Tibrewal
|
73b1a918e4
|
Slight update to grammar. Can probably be improved more
|
6 years ago |
Yash Tibrewal
|
b8a542cd23
|
Update Send message interception methods docs
|
6 years ago |
Jan Tattermusch
|
8efa3347fe
|
Merge pull request #17656 from chwarr/comment-typos
Fix typos in comments
|
6 years ago |
Vijay Pai
|
1730c06c48
|
Merge pull request #17655 from yashykt/callbackwriteoptions
Use the WriteOptions in Client Callback API
|
6 years ago |
Vijay Pai
|
3864ad9aff
|
Merge pull request #17654 from yashykt/modifysendmsgdoc
Update API docs according to #17630
|
6 years ago |