318 Commits (4217a5b7c3001120b5146981b41d0428a0534360)

Author SHA1 Message Date
Yash Tibrewal 04f05a3031 [xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources (#37678) 5 months ago
Yash Tibrewal 0aca67e7d6 [XdsE2eTest] Add wait on serving status change at more places (#37659) 5 months ago
Mark D. Roth 9ae873d56d [xds_fault_injection_e2e_test] attempt to fix crash on mac (#37670) 5 months ago
Mark D. Roth 1ed28f882f [xDS e2e tests] fix flake in metric test (#37653) 5 months ago
Yash Tibrewal ab2afbc3e1 [XdsEnabledServerTest] Wait on serving status to change (#37654) 5 months ago
Mark D. Roth c83f91eac2 [backoff] fix tests to account for jitter (#37629) 5 months ago
Eugene Ostroukhov a3760bc53e [xds] Remove the GRPC_EXPERIMENTAL_XDS_FALLBACK env var (#37620) 5 months ago
Mark D. Roth c4117e4615 [xDS] implement GCP Auth filter (#37550) 5 months ago
Mark D. Roth 4a702e5357 [dualstack] enable EDS dualstack support by default (#37545) 6 months ago
Tanvi Jagtap 0b30791867 [Gpr_To_Absl_Logging] Remove gpr logging header include from other headers (#37513) 6 months ago
Mark D. Roth 947c18d232 [xDS] fix re-resolution for logical DNS clusters (#37211) 7 months ago
Mark D. Roth 660101a2c9 [xDS] implement system root cert support (#37185) 7 months ago
Mark D. Roth e5c99ad94b [xDS] implement authority rewriting (#37087) 7 months ago
Mark D. Roth 1761685fc1 [xDS e2e tests] set channel/server creds in tests instead of as a test parameter (#37156) 7 months ago
Mark D. Roth 22322fe7df [e2e tests] fix regex for connection failures to catch a missed case (#36969) 8 months ago
Mark D. Roth dee3cf6e34 [e2e tests] fix connection failure regex (#36922) 8 months ago
Mark D. Roth 34ac4ee5de [grpc_error] remove unnecessary status attributes (#36523) 8 months ago
Mark D. Roth 2395bb1b86 [xDS] fix "tls" channel cred in bootstrap to actually work (#36726) 8 months ago
Mark D. Roth 6c08d36c3b [reorg] move telemetry code to src/core/telemetry (#36644) 9 months ago
Tanvi Jagtap 154081a92a [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 9 months ago
Tanvi Jagtap 4dc1097d04 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36677) 9 months ago
Mark D. Roth 58a4b9c922 [reorg] move src/core/lib/gpr -> src/core/util (#36543) 9 months ago
AJ Heller bc5570bec8 Revert "[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36607)" (#36625) 9 months ago
Tanvi Jagtap 15850972dd [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36607) 9 months ago
Yijie Ma bc4766381a [metrics] Templatized Metrics API (#36449) 9 months ago
Tanvi Jagtap d8d7128d2d [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36550) 9 months ago
Mark D. Roth 32e03171e7 [reorg] move xds code to src/core/xds (#36521) 9 months ago
Mark D. Roth 1e5fc3df8b [reorg] move server code to src/core/server (#36475) 9 months ago
Mark D. Roth 0944410d6c [reorg] move test/core/util -> test/core/test_util (#36446) 9 months ago
Tanvi Jagtap 4f8b8aef83 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36406) 10 months ago
Yijie Ma ba78e4ff47 [test] Wait for `RecordEnd` in `FakeClientCallAttemptTracer` destruction (#36396) 10 months ago
Mark D. Roth bfe6db2924 [XdsClient] add grpc.xds_client.server_failure metric (#36291) 10 months ago
Tanvi Jagtap dfa801726b [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36268) 10 months ago
Eugene Ostroukhov 4e735be35a [xds] Fallback implementation (#36145) 10 months ago
Yash Tibrewal 70839a9b19 [OTel C++] Add experimental optional locality label available to client per-attempt metrics (#36254) 10 months ago
AJ Heller f238e5399c [security] Reland: Refactor credentials types to remove special handling for insecure creds (#36242) 10 months ago
AJ Heller da43a61322 Automated rollback of commit 822311c0d9. 10 months ago
AJ Heller 822311c0d9 [security] Refactor credentials types to remove special handling for insecure creds (#36176) 10 months ago
apolcyn d1287ad07a [build] create xds_end2end_test_lib visibility tag (#36187) 10 months ago
Mark D. Roth 733e904491 [XdsClient] implement non-per-call metrics (#36020) 11 months ago
Mark D. Roth 390fef0590 [RR and WRR] clean up dualstack experiments (#35135) 11 months ago
Eugene Ostroukhov 57ff0b890f [xds] Support for multiple servers in the bootstrap.json (#36021) 11 months ago
Alexander Polcyn 419a070078 Allow configuring server_notify_client_when_started field in xds e2e test lib 11 months ago
Mark D. Roth db9ca10b35 [xDS] add optional locality label to per-call metrics (#36049) 11 months ago
Mark D. Roth 40577dd585 [WRR] implement non-per-call metrics (#35977) 11 months ago
Eugene Ostroukhov 70af2c2fda [xds] xDS client per data plane target (#35730) 11 months ago
apolcyn b855423359 [testing] Add StopListening helper and BidiStream handler to XDS e2e test lib (#35861) 12 months ago
Mark D. Roth 41606054c2 [load_file] remove grpc_load_file() in favor of grpc_core::LoadFile() (#35857) 12 months ago
Mark D. Roth f22c954ef5 [reorg] move client channel code to src/core/client_channel (#35827) 1 year ago
Mark D. Roth 10e83973e7 [reorg] move resolver code to src/core/resolver (#35804) 1 year ago