Jan Tattermusch
|
59c61c65de
|
Merge pull request #24980 from jtattermusch/no_public_sign
do not use <PublicSign>true</PublicSign> on non-windows
|
4 years ago |
Stanley Cheung
|
4eee6f3177
|
Fix Ruby xDS tests
|
4 years ago |
srini100
|
4221a0807a
|
Doc update for case insensitive path matching
|
4 years ago |
Richard Belleville
|
aa90c5f9fe
|
Whoops
|
4 years ago |
donnadionne
|
27e1cb8c5a
|
Merge pull request #24922 from donnadionne/xds_cluster_resolver
Xds cluster resolver
|
4 years ago |
Richard Belleville
|
3da0a9a68d
|
Remove trailing whitespace
|
4 years ago |
Richard Belleville
|
fbcf75e0ec
|
Support Python 2 as well
|
4 years ago |
Sergii Tkachenko
|
bceb9aaece
|
xds v3
|
4 years ago |
Richard Belleville
|
faa4ea2863
|
Docstring. Formatting
|
4 years ago |
Richard Belleville
|
6b06bf4938
|
Lazily import grpc_tools
|
4 years ago |
Sergii Tkachenko
|
fc28cd590c
|
Generate server xDS label selector
|
4 years ago |
Richard Belleville
|
9b9bb299c5
|
Fix visibility of libprotobuf symbols in protoc_compiler.so on Mac
|
4 years ago |
Donna Dionne
|
4f8ed98f3e
|
Xds cluster resolver
Implemented new xds cluster resolver config
Separated policy and discovery mechanism
|
4 years ago |
Chuan Ren
|
d2aef5c27e
|
Fix and improvements to aws creds
|
4 years ago |
Lidi Zheng
|
ced00873b1
|
Merge pull request #24985 from lidizheng/add-more-bazel-ignore
Ignore several third_party module for Bazel
|
4 years ago |
Sergii Tkachenko
|
c4305a7031
|
Fix Copyrights
|
4 years ago |
Sergii Tkachenko
|
b87ac434f6
|
Copyright 2016 -> 2020
|
4 years ago |
Sergii Tkachenko
|
f0533461b9
|
use older yapf==0.28.0
|
4 years ago |
Lidi Zheng
|
9293ce3e81
|
Merge pull request #24981 from lidizheng/bazel-newer
Upgrade to Bazel 3.7.1
|
4 years ago |
Lidi Zheng
|
5e9933040a
|
Ignore several third_party module for Bazel
|
4 years ago |
Sergii Tkachenko
|
28a6f740f5
|
yapf autoformat
|
4 years ago |
Srini Polavarapu
|
b90aa8bfbe
|
Merge pull request #24982 from srini100/remove-csharp
Remove C# as a supported language for xDS features.
|
4 years ago |
Sergii Tkachenko
|
86f8792136
|
xDS Kubernetes Interop Test Driver
|
4 years ago |
Lidi Zheng
|
bacd659bd9
|
Merge pull request #24968 from lidizheng/increase-build-extra-timeout
Increase Python job timeout to deflake build extra job
|
4 years ago |
Lidi Zheng
|
b278d9893d
|
Upgrade to Bazel 3.7.1
|
4 years ago |
Jan Tattermusch
|
9c2f1523c2
|
remove unneeded case when assemblies are not signed
|
4 years ago |
Mark D. Roth
|
d797cbee47
|
Split out LB code into its own call object
|
4 years ago |
Jan Tattermusch
|
1aca2ee646
|
regenerate testcases file for go1.34
|
4 years ago |
Jan Tattermusch
|
90efecbed5
|
do not use <PublicSign>true</PublicSign> on non-windows
|
4 years ago |
Jan Tattermusch
|
b2ca2ba285
|
Merge pull request #24361 from veblush/py2to3-sanity
Porting sanity & distrib script to Python3
|
4 years ago |
Srini Polavarapu
|
9571e4f30b
|
Remove C# as supported language for xDS features.
|
4 years ago |
Jan Tattermusch
|
254730af92
|
Merge pull request #24000 from jtattermusch/makefile_more_cleanup2
Makefile: remove support for building protobuf, C++ libraries and executables
|
4 years ago |
Jan Tattermusch
|
113f5e89b5
|
build_ruby.sh: build Debug protoc on config=dbg
|
4 years ago |
Jan Tattermusch
|
64e33aa505
|
cmake not needed for grpc_interop_ruby
|
4 years ago |
matthewstevenson88
|
8f5dcdf554
|
Merge pull request #24955 from matthewstevenson88/fix-tls-version-negotiation
Fix TLS version selection in SSL transport security.
|
4 years ago |
Adam J Heller
|
612eb923cb
|
Merge pull request #24970 from drfloob/mark-qps-benchmark-tests-flaky
Mark QPS Benchmark Tests as flaky
|
4 years ago |
Matthew Stevenson
|
46f0373d91
|
Fix typo.
|
4 years ago |
Esun Kim
|
ab44f737ec
|
py2to3 sanity scripts
|
4 years ago |
Stanley Cheung
|
bd46bcd005
|
Merge pull request #24969 from HannahShiSFB/phpunit8-warnings
PHP: fix phpunit warnings
|
4 years ago |
AJ Heller
|
01378c742f
|
Add TODO for the OOM fix that makes these tests flaky
|
4 years ago |
AJ Heller
|
34ba812e20
|
Mark QPS Benchmark Tests as flaky
|
4 years ago |
Lidi Zheng
|
7b8ca91178
|
Increase Python job timeout to deflake build extra job
|
4 years ago |
root
|
85a0368b1b
|
add assert
|
4 years ago |
Menghan Li
|
01fc101b19
|
xds testing: more header matchers testsr
- prefix
- suffix
- invert(of exact)
|
4 years ago |
Nicolas Noble
|
1eddcd1ec1
|
Merge pull request #24823 from cpsauer/patch-1
Add grpc_extra_deps() to C++ README
|
4 years ago |
root
|
48de85ba51
|
move up from RC3 to 8.0.0
|
4 years ago |
Jan Tattermusch
|
b4007c1cbc
|
fix bloat_diff.py
|
4 years ago |
Jan Tattermusch
|
e5b2edd188
|
fix grpc_android.sh
|
4 years ago |
Matthew Stevenson
|
9f8fbf39fb
|
Implement David's suggestions.
|
4 years ago |
Matthew Stevenson
|
d660e2a47a
|
Revert "Rework version selection following David's comment."
This reverts commit 70764178bf .
|
4 years ago |