Esun Kim
|
8b2bd69ef3
|
Merge pull request #25387 from veblush/mutex-cpp
Made grpc::internal::Mutex compatible to absl::Mutex
|
4 years ago |
Adam J Heller
|
79399461de
|
Merge pull request #25416 from drfloob/import-script-support-for-github-squash-and-merge
Teach the release notes script to find GitHub Squash and Merge PRs
|
4 years ago |
Srini Polavarapu
|
b1bf3f8697
|
Merge pull request #25409 from sergiitk/xds-k8s-use-grpc-health-check
xds-k8s driver: switch Backend Health Check from TCP to GRPC
|
4 years ago |
Richard Belleville
|
ee915d8a15
|
Merge pull request #25410 from gnossen/unrevert_xds_creds
Reintroduce xDS Creds
|
4 years ago |
Jan Tattermusch
|
c796d3b97a
|
Merge pull request #25385 from dfederm/dfederm/build-transitive
[C#] Add buildTransitive directory to NuGet package
|
4 years ago |
apolcyn
|
5c214d57e4
|
Merge pull request #25406 from apolcyn/fix_ruby_flake
Fix flake in ruby call creds timeout test
|
4 years ago |
Mark D. Roth
|
ff768f11c0
|
Merge pull request #25310 from markdroth/xds_http_filters
xDS HTTP filter support for gRPC client
|
4 years ago |
apolcyn
|
711d1d7fe2
|
Merge pull request #25398 from apolcyn/fix_bad_locking
Fix races in resolve_address and resolve_address_posix tests
|
4 years ago |
Alexander Polcyn
|
b14019661f
|
Don't perform unnecessary RPCs in call creds timeout test
|
4 years ago |
Doug Fawley
|
8e8e697264
|
Merge pull request #25413 from dfawley/interop_tests
add timeout to xds test runs, run_xds_tests improvements
|
4 years ago |
Yash Tibrewal
|
1e93a18478
|
Merge pull request #25414 from yashykt/checkillegalterms
Add script to check for illegal terms
|
4 years ago |
Vijay Pai
|
cfaa81ada4
|
Merge pull request #25401 from vjpai/sync_allocating
Use AllocatingRequestMatcher for C++ sync server
|
4 years ago |
Alexander Polcyn
|
01c52d7c77
|
Fix no free threads flake in ruby call creds timeout test
|
4 years ago |
Alexander Polcyn
|
6d8e7d3819
|
Fix a race in resolve_address and resolve_address_posix tests
|
4 years ago |
yulin liang
|
90b565f17a
|
Merge pull request #25391 from yulin-liang/suffix
Support to add a suffix on user agents for grpc-objc.
|
4 years ago |
Esun Kim
|
6468d8a69d
|
Make grpcpp/mutex compatible absl/mutex
|
4 years ago |
Vijay Pai
|
9cceb28b2e
|
Use AllocatingRequestMatcher for sync C++ server and simplify
|
4 years ago |
Doug Fawley
|
526a5690f5
|
add timeout to xds test runs; prevent running V3/alpha tests
use alpha API for patching URL maps
|
4 years ago |
Mark D. Roth
|
e8400c0059
|
Merge pull request #25403 from markdroth/c2p_resolver_xds_v3
Use xDS v3 in google-c2p resolver.
|
4 years ago |
Mark D. Roth
|
b2164837a8
|
xDS HTTP filter support for gRPC client
|
4 years ago |
Mark D. Roth
|
bf19ca9d28
|
Merge pull request #25421 from markdroth/xds_proto_update
Upgrade xDS protos
|
4 years ago |
Sergii Tkachenko
|
e98cd15c2e
|
fixup! xds-k8s driver: switch Backend Health Check from TCP to GRPC
|
4 years ago |
Esun Kim
|
8efa9f9142
|
Merge pull request #25404 from veblush/mutex-api2
Fix-forward: Made grpc_core::Mutex compatible to absl::Mutex
|
4 years ago |
Ashitha Santhosh
|
dacbe50c2e
|
Merge pull request #25412 from ashithasantosh/max_frame_size
Increase maximum frame size to 1MB
|
4 years ago |
Mark D. Roth
|
ee14f7d203
|
Upgrade xDS protos
|
4 years ago |
Jan Tattermusch
|
c92fffe2d3
|
Merge pull request #25333 from jtattermusch/python27_pip
Update the way dockerfiles install pip for python 2.7 and 3.5
|
4 years ago |
Jan Tattermusch
|
2a2cac24ce
|
Merge pull request #25417 from jtattermusch/buildgen_cleanup
tools/buildgen dead code cleanup
|
4 years ago |
Esun Kim
|
b199d60ead
|
Merge pull request #25354 from veblush/strict-warning-on-mac
Add use_strict_warning=true for mac-os bazel build
|
4 years ago |
Jan Tattermusch
|
ab0a441c0c
|
Merge pull request #25420 from jtattermusch/dotnet_sdk5_nuget_distrib_fix
Update dotnet sdk5 docker image to avoid nuget download error in C# .NET 5 distribtest
|
4 years ago |
Jan Tattermusch
|
2b6bebc8f5
|
pin version of gcr.io/oss-fuzz-base/base-builder
|
4 years ago |
Jan Tattermusch
|
38cff28214
|
minor adjustments
|
4 years ago |
Jan Tattermusch
|
06ba99b22d
|
update dotnet sdk5 docker image to avoid nuget download error
|
4 years ago |
Jan Tattermusch
|
0507d4d49a
|
remove no-longer-needed fuzzer dockerfile
|
4 years ago |
Jan Tattermusch
|
cd53c55269
|
regenerate dockerfiles
|
4 years ago |
Jan Tattermusch
|
5909eec5c6
|
fix getting pip for python3.5
|
4 years ago |
Jan Tattermusch
|
c4c493e8f4
|
use python27 specific pip in python dockerfiles
|
4 years ago |
Jan Tattermusch
|
0396cff7ab
|
Merge pull request #24775 from PatriosTheGreat/master
Fix implicit-int-float-conversion warning.
|
4 years ago |
Jan Tattermusch
|
6dbc6ed4e9
|
remove useless build plugin "generate_vsprojects.py"
|
4 years ago |
Jan Tattermusch
|
464bfadc3a
|
remove useless vspackages section from build_handwritten.yaml
|
4 years ago |
AJ Heller
|
309020e72b
|
Teach the release notes script to find GitHub Squash and Merge PRs
|
4 years ago |
Yash Tibrewal
|
41df38bff8
|
Add script to check for illegal terms
|
4 years ago |
Ashitha Santhosh
|
e049a1f223
|
Increase max frame size to 1MB.
|
4 years ago |
Richard Belleville
|
e76d75f520
|
Revert "Revert "Merge pull request #25365 from gnossen/python_xds_creds""
This reverts commit 7bbefc8365 .
|
4 years ago |
Richard Belleville
|
47ea5518b1
|
Merge remote-tracking branch 'origin/master' into unrevert_xds_creds
|
4 years ago |
Richard Belleville
|
b120008ea3
|
Fix API
|
4 years ago |
Yash Tibrewal
|
7c8defd5c9
|
Merge pull request #25377 from yashykt/removedisrespecfulterm2
Replace disrespectful term
|
4 years ago |
Sergii Tkachenko
|
21871dcb88
|
xds-k8s driver: switch Backend Health Check from TCP to GRPC
|
4 years ago |
Richard Belleville
|
9c40041050
|
Merge pull request #25407 from gnossen/revert_xds_creds
Revert "Merge pull request #25365 from gnossen/python_xds_creds"
|
4 years ago |
Richard Belleville
|
8d484bd49e
|
Merge pull request #25383 from gnossen/fix_grpc_future_docs
Clarify Guarantees about grpc.Future Interface
|
4 years ago |
Richard Belleville
|
7bbefc8365
|
Revert "Merge pull request #25365 from gnossen/python_xds_creds"
This reverts commit b80d374b93 , reversing
changes made to df062598c0 .
|
4 years ago |