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
Esun Kim
3e2cca4afc
Merge pull request #25037 from veblush/upb-upgrade
...
Upb upgrade (2020-12-18)
4 years ago
Sergii Tkachenko
612a47a986
Merge pull request #25042 from sergiitk/xds-k8s-load-key-from-secret-manager
...
xds-k8s test runner: load API key from Cloud Secret Manager
4 years ago
Sergii Tkachenko
9e7dd53fac
fix imports order
4 years ago
Sergii Tkachenko
359974fd68
xds-k8s test runner: load API key from Cloud Secret Manager
4 years ago
Esun Kim
d1bef160e5
Added upb/json
4 years ago
Stanley Cheung
09e4bce53e
Review comment fixes: need synchronization
4 years ago
Stanley Cheung
d04f80a156
review comment fixes
4 years ago
Stanley Cheung
e4ebd44cd6
Ruby: add support to circuit_breaking xds interop test case
4 years ago
Chuan Ren
18ffe21abd
Add support of url with query params to url creds
4 years ago
Yash Tibrewal
b1df40104c
Merge pull request #25039 from yashykt/fixchannelztest
...
Allow the channelz service test to get different listen socket sizes
4 years ago
Lidi Zheng
c515666a73
Merge pull request #24668 from lidizheng/example-async-bidi
...
Add async bidi-streaming example
4 years ago
Mark D. Roth
2c084ff7a5
Use std::string for health check service name.
4 years ago
Lidi Zheng
f2d06b8458
Add async bidi-streaming example
4 years ago
Esun Kim
9f2b5f697b
Add upb change to podspec
4 years ago
Mark D. Roth
b78dc358db
Merge pull request #25026 from markdroth/xds_cluster_attribute_for_google_default_creds
...
Set channel arg for xDS cluster name, and use it in GoogleDefaultCreds.
4 years ago
Yash Tibrewal
9c043baf49
Allow the channelz service test to get different listen socket sizes
4 years ago
Esun Kim
d24a66af72
Regen project files
4 years ago
Esun Kim
93070f3ce3
Update upb build yaml
4 years ago
donnadionne
340e00de75
Merge pull request #24996 from donnadionne/test
...
Adding a expect_status flag in xds interop client to get ready for
4 years ago
Mark D. Roth
4fdb4bcca5
Set channel arg for xDS cluster name, and use it in GoogleDefaultCreds.
4 years ago