Chuan Ren
06cc42eb85
Add support of implicit and explicit flows for external account creds
4 years ago
Mark D. Roth
393687c3b7
Merge pull request #24989 from renkelvin/base-fix
...
Url encode the request before calling STS backend
4 years ago
Mark D. Roth
430a7fa6a6
Merge pull request #24878 from renkelvin/response-fix
...
Fix a bug so that HttpRequestContext.response.hdrs won't be freed twice.
4 years ago
apolcyn
a4841f58be
Merge pull request #25066 from apolcyn/remove_unneeded_thread
...
Remove signal-forwarding/timeout thread in c-ares unit test driver
4 years ago
Stanley Cheung
436036d68a
Upmerge from v1.34.x branch
4 years ago
yulin liang
9e30733f36
Revert "Propagate warning disables into code."
4 years ago
Christopher Warrington
bf7ee7bfc1
Include missing string header in retry_throttle.h
...
ServerRetryThrottleMap references std::string but does not `#include
<string>`. Depending on exactly how a C++ implementation lays out its
headers, std::string may or may not be declared already. For example,
Visual C++ 2019 16.8.3 (19.28.29335) does not have std::string declared
at this point.
Add `#include <string>`
This change is needed to get the C# bootstrap script to (`python
.\tools\run_tests\run_tests.py -l csharp -c dbg --build_only`) to
cleanly compile using Visual C++ 2019 instead of the hard-coded 2015
that pre_build_csharp.bat has.
4 years ago
Sergii Tkachenko
42b926a7f5
Merge pull request #25079 from grpc/xds-k8s-server-authz-error-test
...
xds-k8s driver: implement PSM security server-authz-error test
4 years ago
Mark D. Roth
1bc2d7d1a6
Remove StringLess and src/core/lib/gprpp/map.h.
4 years ago
Mark D. Roth
f159099778
Merge pull request #25040 from markdroth/c++_health_check_service_name
...
Use std::string for health check service name.
4 years ago
donnadionne
fb555fc76f
Merge pull request #25086 from donnadionne/repo_mgr_0104
...
Passing repo manager to donnadionne
4 years ago
Donna Dionne
89b6ded51a
Passing repo manager to donnadionne
4 years ago
Sergii Tkachenko
a05a84b34b
xds-k8s driver: implement PSM security server-authz-error test
4 years ago
Sergii Tkachenko
d92f41fea4
Merge pull request #25075 from grpc/xds-k8s-mtls-error-test
...
xds-k8s driver: implement PSM security mtls_error test
4 years ago
Sergii Tkachenko
fb50064d9c
xds-k8s driver: implement PSM security mtls_error test
4 years ago
Alexander Polcyn
4fa05591e3
skil ruby 3.0 distrib test until protobuf adds support
4 years ago
Alexander Polcyn
f5fae54331
Remove no longer supported centos6 distrib test
4 years ago
Alexander Polcyn
039936387e
Add a ruby 3.0.0 distrib test
4 years ago
Alexander Polcyn
a3f371afb2
Update rake_compiler_dock image fetch to use a tag rather than name suffix
4 years ago
Alexander Polcyn
74693fa1d8
Add ruby 3.0 to build matrix; upgrade rake-compiler-docker image to 1.1.0
4 years ago
Alexander Polcyn
1c8e28dcd2
Revert "Manylinux2010-based Ruby images"
...
This reverts commit bec51c0175
.
4 years ago
Sergii Tkachenko
95ab12cf8f
Merge pull request #25068 from grpc/xds-k8s-use-grpc-target-proxy
...
xds-k8s driver: Use GRPC target proxy
4 years ago
Alexander Polcyn
882243606f
Add a mechanism to plumb arbitary command line flags to the c-ares unit test binary
4 years ago
Sergii Tkachenko
3b9899b769
xds-k8s driver: Use GRPC target proxy
4 years ago
Sergii Tkachenko
657b7c49de
Merge pull request #25063 from sergiitk/xds-k8s-improve-logging
...
xds-k8s driver: Improve INFO-level logging
4 years ago
Alexander Polcyn
17a49209bc
Remove unnecessary signal-forwarding/timeout thread in c-ares unit test driver
4 years ago
Adam J Heller
67f1e572c1
Merge pull request #25065 from drfloob/gunit-uri-parser
...
Convert URIParser test to googletest
4 years ago
AJ Heller
3b15b508dd
Convert URIParser test to googletest
...
Note: Adding gtest caused the sanitizer to reorder a few build files.
4 years ago
Alexander Polcyn
8215b21dc1
move grpc_ares_ev_driver and fd_node definitions into grpc_ares_wrapper.cc
4 years ago
Sergii Tkachenko
3b66fb6ead
xds-k8s driver: Improve logging INFO-level logging
4 years ago
Esun Kim
8934661278
Merge pull request #25049 from veblush/build_artifact_csharp_ios
...
Increase timeout of build_artifact_csharp_ios to 45 mins
4 years ago
Yash Tibrewal
72e0d559b8
Add log for insecure buils
4 years ago
Adam Cozzette
63ee5b62c2
Updated parse_json.cc to rely on config_protobuf.h for protobuf types
...
Google's internal version of the gRPC codebase uses a version of
protobuf with a different namespace and include paths. This commit makes
parse_json.cc rely on config_protobuf.h for protobuf types so that it
will work properly in that environment. I also replaced a call to
Status::error_code() with a call to Status::code() instead. This way the
code will work with absl::Status, which has a somewhat different API
compared to google::protobuf::util::Status.
4 years ago
apolcyn
ae7f520358
Merge pull request #25051 from apolcyn/remove_fallback
...
Delete grpc_ares_wrapper_fallback.cc
4 years ago
Esun Kim
b4701fb5b6
Merge pull request #25045 from veblush/examples-build
...
Refactor examples BUILD files
4 years ago
Yash Tibrewal
dd724d13cb
Merge pull request #25052 from yashykt/repomgresun
...
Repo Manager Esun
4 years ago
Adam J Heller
27c974a10b
Merge pull request #24988 from renkelvin/url-fix
...
Add support of url with query params to url creds
4 years ago
Yash Tibrewal
f6ac8c4a13
Repo Manager Esun
4 years ago
Alexander Polcyn
ef52044862
remove unnecessary grpc_ares_wrapper_fallback.cc
4 years ago
Esun Kim
5383d368e0
Increase timeout of build_artifact_csharp_ios to 45 mins
4 years ago
Esun Kim
e0ebe46ad3
Fix python examples
4 years ago
Esun Kim
e7afadc255
Refactor examples BUILD files
4 years ago
donnadionne
bbde15c4bf
Merge pull request #25031 from donnadionne/dns
...
Adding Dns Resolver to LogicalDNSDiscoveryMechanism in xds_cluster_resolver
4 years ago
Stanley Cheung
82153fb426
Merge pull request #25028 from stanley-cheung/temp-ruby-circuit-breaking
...
Ruby: add support to circuit_breaking xds interop test case
4 years ago
Donna Dionne
e08b870aa7
Adding Dns Resolver to LogicalDNSDiscoveryMechanism in xds_cluster_resolver
4 years ago
Esun Kim
69bb5e328e
Added CMakeLists for route_guide example
4 years ago
Mark D. Roth
8439ed152e
Merge pull request #24920 from markdroth/client_channel_split4
...
Add dynamic filters between name resolution and load balancing.
4 years ago
donnadionne
a0ac072ca9
Merge pull request #25030 from donnadionne/test2
...
Fixing interop client to send all RPC types for each duration_per_query.
4 years ago
Donna Dionne
88876b194c
Fixing interop client to send all RPC types for each duration_per_query.
4 years ago
Esun Kim
24c698f9fa
Clean up descriptor.upbdefs dependency
4 years ago