1. caeeb06 services, xds, orca: use application_utilization and fallback to cpu_utilization if unset in WRR (#10256) by Daniel Liu · 1 year, 9 months ago
  2. be4dc4c Flip default for RLS on XDS being enabled to true. (#10248) (#10252) by Larry Safran · 1 year, 9 months ago
  3. 5a27e3e services, xds, orca: support EPS in client-side WRR (#10177) by Daniel Liu · 1 year, 9 months ago
  4. e875d1b xds: remove remaining occurences of SDS in the security code (#10219) by sanjaypujare · 1 year, 9 months ago
  5. 810d8ca xds: pick_first LB configuration (#10181) by Terry Wilson · 1 year, 10 months ago
  6. 6f80433 xds: remove _experimental in wrr policy name (#10162) by yifeizhuang · 1 year, 10 months ago
  7. 74b515e Migrate many usages of TestUtils.loadCert() to the public TlsTesting by Eric Anderson · 1 year, 10 months ago
  8. f229aed core: Hide RR's ReadyPicker and EmptyPicker by Eric Anderson · 1 year, 10 months ago
  9. 847ea7c Upgrade Mockito to 3.12.4 by Eric Anderson · 1 year, 10 months ago
  10. 180b3e9 xds: Avoid default locale and reset() by Eric Anderson · 1 year, 10 months ago
  11. 94dec7c xds: Avoid WRR config synchronization by Eric Anderson · 1 year, 10 months ago
  12. f24a5a7 xds: handle the handlerRemoved callback to skip updateSslContext processing (#10118) by sanjaypujare · 1 year, 10 months ago
  13. b249a53 services: allow cpu utilization greater than 1 (#10107) by yifeizhuang · 1 year, 10 months ago
  14. fe53346 xds: fix flaky xds test (#10109) by yifeizhuang · 1 year, 10 months ago
  15. c5b825a xds: fix matchRoute in RoutingUtils and clean up implementations in XdsNameResolver. (#10095) by chenwei321 · 1 year, 10 months ago
  16. c4c9939 xds: enable wrr env variable (#10100) by yifeizhuang · 1 year, 10 months ago
  17. 68b67b6 xds: Allow child of cluster_impl LB to change (#10091) by Terry Wilson · 1 year, 10 months ago
  18. 8b9ae27 xds: remove environmental variables (#10055) by yifeizhuang · 1 year, 10 months ago
  19. 111ff60 xds: fix wrr stuck in rr mode (#10061) by yifeizhuang · 1 year, 11 months ago
  20. e12baed services: rename to (clear)setQpsMetric (#10031) by yifeizhuang · 1 year, 11 months ago
  21. 5082b4c xds: Add dummy LRS service for control plane tests (#10038) by Terry Wilson · 1 year, 11 months ago
  22. 1e028c4 xds: Wait for sync context before assertions in federation test (#10021) by Terry Wilson · 1 year, 11 months ago
  23. 5201e49 services,orca: update backend metrics support to allow for server-wide metrics recording (per-call and OOB) (#9902) by Daniel Liu · 1 year, 11 months ago
  24. 18e274d xds: Synchronize access to test control plane collections (#10012) by Terry Wilson · 1 year, 11 months ago
  25. 6d75fca xds: Distinct LoadStatManagers (#10009) by Terry Wilson · 1 year, 11 months ago
  26. ec9b8e0 xds: Correctly start LRS clients in federation situations (#10000) by Terry Wilson · 1 year, 11 months ago
  27. bbe5a02 xds: fix flaky wrr test (#10004) by yifeizhuang · 1 year, 11 months ago
  28. 56e4ce4 Rename AbstractXdsClient to ControlPlaneClient (#9934) by Terry Wilson · 2 years ago
  29. c367b26 xds, wrr: randomize the initial deadline in the scheduler (#9922) by yifeizhuang · 2 years ago
  30. ae6c506 all: fix build with errorprone 2.18 (#9886) by Benjamin Peterson · 2 years ago
  31. 8d12baa xds: add weighted round robin LB policy support (#9873) by yifeizhuang · 2 years ago
  32. b481f34 xds: deletion only to watchers of same control plane (#9896) by Terry Wilson · 2 years ago
  33. 4ef0200 xds: import envoy proto for WRR (#9898) by yifeizhuang · 2 years ago
  34. f6a0028 orca: support remove listener in OrcaOobUtil (#9881) by yifeizhuang · 2 years, 1 month ago
  35. 54c1f37 xds:Allow big cluster total weight (#9864) by Larry Safran · 2 years, 1 month ago
  36. 6119f6e services: add qps in orca api (#9866) by yifeizhuang · 2 years, 1 month ago
  37. 501ca8f xds: Update logic so that an error being reported when stream is closed gets propagated to subscribers (#9827) by Larry Safran · 2 years, 1 month ago
  38. b289519 xds: fixed RouteConfiguration not supporting contain and stringMatcher (#9845) by chenwei321 · 2 years, 1 month ago
  39. 82ca98f xds:fix cancel xds watcher accidentally removes the url (#9809) by yifeizhuang · 2 years, 2 months ago
  40. c0de130 Change ArgumentCaptor.forClass(null) to ArgumentCaptor.forClass(Foo.class) by Chris Povirk · 2 years, 2 months ago
  41. d17a2db Upgrade to Checkstyle 8.28 by Eric Anderson · 2 years, 2 months ago
  42. d07ecbe xds: refactor LoadReportClient with xds v2 dropped (#9788) by yifeizhuang · 2 years, 2 months ago
  43. 040e283 xds: fix the EDS dups test so it doesn't assume address order (#9786) by Sergii Tkachenko · 2 years, 2 months ago
  44. 51ee3eb xds: Disallow duplicate addresses in the RingHashLB. (#9776) by Larry Safran · 2 years, 2 months ago
  45. 3c5c2be xds: drop xds v2 support (#9760) by yifeizhuang · 2 years, 2 months ago
  46. 0194ae9 Static authorization server interceptor implementation (#8934) by Ashitha Santhosh · 2 years, 2 months ago
  47. 530cf90 xds:Fix test flakiness by adding a timeout to verify. (#9771) by Larry Safran · 2 years, 2 months ago
  48. fe19152 Eds weight allowed between max signed and max unsigned int (#9765) by Larry Safran · 2 years, 2 months ago
  49. 6adae08 test: fix internal ErrorProne failure (#9761) by Kun Zhang · 2 years, 2 months ago
  50. 46ed02e xds:Update logic to match A57 (#9745) by Larry Safran · 2 years, 2 months ago
  51. 9b5ca70 doc: add fake control plane xds test comments (#9735) by yifeizhuang · 2 years, 3 months ago
  52. 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738) by yifeizhuang · 2 years, 3 months ago
  53. c87fc05 xds: remove retained resources logics for RDS and EDS resources (#9724) by yifeizhuang · 2 years, 3 months ago
  54. 78415f5 xds: Include additional EAG attributes on updates (#9723) by Terry Wilson · 2 years, 3 months ago
  55. c145473 Improve error message when deadline is exceeded, making it clear which deadline (Context or CallOptions) was exceeded and making the grammar clearer. (#9713) by Larry Safran · 2 years, 3 months ago
  56. a5f458a xds: Limit ring hash max size to 4K (#9709) by apolcyn · 2 years, 3 months ago
  57. 5cf54f3 xds: Support localities in multiple priorities (#9683) by Terry Wilson · 2 years, 3 months ago
  58. 0d44203 xds: Delay priority LB updates from children (#9670) by Terry Wilson · 2 years, 4 months ago
  59. c1d0e14 xds: Fake control plane test setup code to Rules (#9666) by Terry Wilson · 2 years, 4 months ago
  60. 39c2646 xds: least_request LB to use acceptResolvedAddresses() (#9616) by Terry Wilson · 2 years, 4 months ago
  61. a65ecef xds: ring_hash to use acceptResolvedAddresses() (#9617) by Terry Wilson · 2 years, 4 months ago
  62. 63f3787 xds: cluster_resolver to use acceptResolvedAddresses() (#9615) by Terry Wilson · 2 years, 5 months ago
  63. 458e06f cds: ClusterImplLoadBalancer to use acceptResolvedAddresses() (#9571) by Terry Wilson · 2 years, 5 months ago
  64. ab78f39 xds: ClusterManagerLoadBalancer to use acceptResolvedAddresses() (#9572) by Terry Wilson · 2 years, 5 months ago
  65. 8473e27 xds: CdsLoadBalancer2 to use acceptResolvedAddresses (#9570) by Terry Wilson · 2 years, 5 months ago
  66. fe8f474 xds: Fix AbstractXdsClient fromTypeUrl to use subscribedResources instead of hardcoded (#9607) by yifeizhuang · 2 years, 5 months ago
  67. 6833925 xds: remove ResourceType enum, use XdsResourceType instead (#9587) by yifeizhuang · 2 years, 5 months ago
  68. 6b80efc xds: security code refactoring: delete unused code and rename misc things (#9583) by sanjaypujare · 2 years, 5 months ago
  69. ba8cd04 xds: rename ClientXdsClient to XdsClientImpl (#9573) by sanjaypujare · 2 years, 5 months ago
  70. 6f8e44a xds: security code refactoring/renaming (#9555) by sanjaypujare · 2 years, 5 months ago
  71. 8925696 Revert "xds: prevent concurrent priority LB picker updates (#9363)" (#9554) by apolcyn · 2 years, 5 months ago
  72. e1ad984 xds: refactor xds client to make it resource agnostic (#9444) by yifeizhuang · 2 years, 5 months ago
  73. bcf5cde xds: prevent concurrent priority LB picker updates (#9363) by Terry Wilson · 2 years, 6 months ago
  74. 42e6814 xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecting when already in connecting (#9535) by yifeizhuang · 2 years, 6 months ago
  75. 88a035e xds: rename package io.grpc.xds.internal.sds to io.grpc.xds.internal.security (#9532) by sanjaypujare · 2 years, 6 months ago
  76. 074e919 xds: rename Sds to Security or Xds in various classes to eliminate references to SDS (#9529) by sanjaypujare · 2 years, 6 months ago
  77. 53a2d50 xds: always update priority LB connectivity state (#9527) by Terry Wilson · 2 years, 6 months ago
  78. 618a4de xds: CHANNEL_ID hash should be random for the channel by Eric Anderson · 2 years, 6 months ago
  79. 81abb21 xds: Configure outlier detection. (#9456) by Terry Wilson · 2 years, 6 months ago
  80. 01d5bd4 Cleanup some of the warnings across the code base (#9445) by Larry Safran · 2 years, 7 months ago
  81. 2b50e40 core: Remove LB refreshNameResolver check by Eric Anderson · 2 years, 7 months ago
  82. 7665d38 Revert "Add LoadBalancer.acceptResolvedAddresses() (#8742)" (#9414) by Terry Wilson · 2 years, 7 months ago
  83. 70a29fb Add LoadBalancer.acceptResolvedAddresses() (#8742) by Terry Wilson · 2 years, 7 months ago
  84. 5f1a1d4 service: CalMetricRecorder.recordCallMetric is deprecated, use CalMetricRecorder.recordRequestCostMetric (#9410) by yifeizhuang · 2 years, 7 months ago
  85. 027d36e xds: xdsNameResolver match channel overrideAuthority in virtualHost matching (#9405) by yifeizhuang · 2 years, 7 months ago
  86. 4850ad2 xds: ClusterManager LB state/picker update fix (#9404) by Terry Wilson · 2 years, 7 months ago
  87. 0e45e04 Avoid accidental locale-sensitive String.format() by Eric Anderson · 2 years, 7 months ago
  88. 756fdf3 service: make the orca MetricReport a top level experimental class (#9382) by yifeizhuang · 2 years, 7 months ago
  89. 6609f11 xds: do not expose orca proto in ORCA api (#9366) by yifeizhuang · 2 years, 8 months ago
  90. 49f5551 xds: cluster manager to delay picker updates (#9365) by Terry Wilson · 2 years, 8 months ago
  91. 19ad446 Service config parse failures should be UNAVAILABLE by Eric Anderson · 2 years, 8 months ago
  92. ac23d33 xds: implement ignore_resource_deletion server feature (#9339) by Sergii Tkachenko · 2 years, 8 months ago
  93. 3e09ea0 xds: Fail RPCs with error details when resources are deleted by Eric Anderson · 2 years, 8 months ago
  94. dc8954d xds: eds reuse priority names for the same existing locality (#9287) by yifeizhuang · 2 years, 8 months ago
  95. 79c607e xds: weighted target to delay picker updates while updating children (#9306) by Terry Wilson · 2 years, 8 months ago
  96. 75aeccd xds: when delegate server throws on start communicate the error to statusListener (#9277) by sanjaypujare · 2 years, 9 months ago
  97. 428b541 xds: delete the permanent error logic in processing LDS updates in XdsServerWrapper (#9268) by sanjaypujare · 2 years, 9 months ago
  98. c589441 xds: Support least_request LB in LoadBalancingPolicy (#9262) by Terry Wilson · 2 years, 9 months ago
  99. deea4e7 xds: fix NullPointerException for unknown xdstp resources (#9245) by yifeizhuang · 2 years, 9 months ago
  100. 69d4e71 Enable xDS custom LB config by default. (#9214) by Terry Wilson · 2 years, 9 months ago