Michael Lumish
|
8d532f95db
|
Merge pull request #2559 from gusumuzhe/fix/load-balancer-infinite-loop
Fix pick-first-load-balancer pick subchannel lost state listener
|
2023-08-29 10:06:28 -07:00 |
gusumuzhe
|
613c9144d9
|
fix: pick first load balancer call doPick infinite
|
2023-08-29 17:39:38 +08:00 |
Michael Lumish
|
9272aee975
|
Merge pull request #2557 from murgatroid99/grpc-js-xds_run_custom_lb_test
grpc-js-xds: interop: add custom_lb test, reformat test list
|
2023-08-28 09:18:10 -07:00 |
Michael Lumish
|
04ef12518d
|
Add custom LB test from interop test, fix a bug
|
2023-08-25 10:19:01 -07:00 |
Michael Lumish
|
d1f0d9f80d
|
grpc-js-xds: interop: add custom_lb test, reformat test list
|
2023-08-24 13:38:56 -07:00 |
Michael Lumish
|
354bd2d5c3
|
Merge pull request #2555 from murgatroid99/grpc-js-xds_custom_lb_policy
grpc-js-xds: Implement custom LB policies
|
2023-08-24 11:22:39 -07:00 |
Michael Lumish
|
91631ba11c
|
Update XdsClusterImpl LB policy to accept unset LRS config
|
2023-08-24 10:02:30 -07:00 |
Michael Lumish
|
c8b5d3119b
|
Fix missing proto file references
|
2023-08-23 16:13:00 -07:00 |
Michael Lumish
|
fa26f4f70f
|
Add spec links
|
2023-08-23 14:36:49 -07:00 |
Michael Lumish
|
9ca8302725
|
Add tests and fix bugs
|
2023-08-23 14:32:15 -07:00 |
Michael Lumish
|
4daa6dc6b0
|
Merge pull request #2554 from murgatroid99/proto-loader_0.7.9
proto-loader: Bump version to 0.7.9
|
2023-08-23 09:37:57 -07:00 |
Michael Lumish
|
7326035363
|
Fix tests
|
2023-08-23 09:37:47 -07:00 |
Michael Lumish
|
a417e9bc3b
|
proto-loader: Bump version to 0.7.9
|
2023-08-22 13:49:52 -07:00 |
Michael Lumish
|
d1cb2d5f36
|
Merge pull request #2553 from murgatroid99/grpc-js-xds_ads_backoff_fix
grpc-js-xds: Fix backoff timer reference when handling LRS stream messages
|
2023-08-22 11:37:02 -07:00 |
Michael Lumish
|
a0e028f788
|
grpc-js-xds: Fix backoff timer reference when handling LRS stream messages
|
2023-08-22 11:19:23 -07:00 |
Michael Lumish
|
c679726246
|
Add custom LB interop test support
|
2023-08-22 09:53:19 -07:00 |
Michael Lumish
|
7ca0af6eec
|
Merge pull request #2550 from murgatroid99/grpc-js_service_config_parsing
grpc-js: Fix method config name handling in service configs
|
2023-08-21 17:22:44 -07:00 |
Michael Lumish
|
cd25bada71
|
Merge pull request #2552 from murgatroid99/grpc-js_deferred_write_callback
grpc-js: Defer actions in http2 stream write callback
|
2023-08-21 17:22:35 -07:00 |
Michael Lumish
|
53536d99f3
|
Merge pull request #2551 from murgatroid99/grpc-js_proto_loader_version
grpc-js: Update dependency on @grpc/proto-loader
|
2023-08-21 17:22:17 -07:00 |
Michael Lumish
|
8896bfe4c9
|
grpc-js: Defer actions in http2 stream write callback
|
2023-08-21 13:30:33 -07:00 |
Michael Lumish
|
f9af919393
|
grpc-js: Update dependency on @grpc/proto-loader
|
2023-08-21 13:17:11 -07:00 |
Michael Lumish
|
69257a7893
|
grpc-js: Fix method config name handling in service configs
|
2023-08-21 13:01:15 -07:00 |
Michael Lumish
|
13a6e6d273
|
grpc-js-xds: Update envoy-api dependency and code generation
|
2023-08-16 10:24:47 -07:00 |
Michael Lumish
|
eb6f1338ab
|
grpc-js-xds: Implement custom LB policies
|
2023-08-16 10:22:41 -07:00 |
Michael Lumish
|
1df90db060
|
Merge pull request #2545 from murgatroid99/grpc-js_timer_types_update_1.9.x
grpc-js: Switch Timer type to Timeout (1.9.x)
|
2023-08-14 14:43:07 -07:00 |
Michael Lumish
|
089a8a881e
|
Merge pull request #2544 from murgatroid99/grpc-js_timer_types_update
grpc-js: Switch Timer type to Timeout
|
2023-08-14 14:42:58 -07:00 |
Michael Lumish
|
1221772052
|
grpc-js: Switch Timer type to Timeout
|
2023-08-14 10:31:16 -07:00 |
Michael Lumish
|
ea5c18d232
|
grpc-js: Switch Timer type to Timeout
|
2023-08-14 10:15:46 -07:00 |
Michael Lumish
|
004a5063d2
|
Merge pull request #2543 from murgatroid99/grpc-js_outlier_detection_config_parsing
grpc-js: Add config parsing tests and fix outlier detection config parsing
|
2023-08-11 13:26:06 -07:00 |
Michael Lumish
|
d7c27fb3aa
|
grpc-js: Add config parsing tests and fix outlier detection config parsing
|
2023-08-11 11:09:55 -07:00 |
Michael Lumish
|
aa905bf289
|
Merge pull request #2542 from murgatroid99/grpc-js-xds_config_parsing_tests
grpc-js-xds: Add config parsing tests
|
2023-08-10 14:56:33 -07:00 |
Michael Lumish
|
b2ad73a0f3
|
grpc-js-xds: Add config parsing tests
|
2023-08-10 13:54:43 -07:00 |
Michael Lumish
|
b979cbd16c
|
Merge pull request #2541 from murgatroid99/grpc-js-xds_xds_cluster_impl_config_fix
grpc-js-xds: Fix a typo in xds_cluster_impl parsing code
|
2023-08-10 11:01:06 -07:00 |
Michael Lumish
|
4f8db6907e
|
grpc-js-xds: Fix a typo in xds_cluster_impl parsing code
|
2023-08-10 09:40:37 -07:00 |
Michael Lumish
|
1137102cc7
|
Merge pull request #2540 from murgatroid99/grpc-js-xds_lrs_config_handling_fix
grpc-js-xds: Fix handling of LRS server configs
|
2023-08-09 13:01:02 -07:00 |
Michael Lumish
|
7ae331bd93
|
Also enable LRS for LOGICAL_DNS test cluster resources
|
2023-08-09 11:07:34 -07:00 |
Michael Lumish
|
11e19fb450
|
Enable LRS in local tests and fix LRS config generation bugs
|
2023-08-09 11:02:33 -07:00 |
Michael Lumish
|
8f9bd7a9ee
|
grpc-js-xds: Fix handling of LRS server configs
|
2023-08-09 10:45:07 -07:00 |
Michael Lumish
|
7a8d4630ba
|
Merge pull request #2535 from murgatroid99/grpc-js_channelz_improvements
grpc-js: Improve formatting of channelz logs for grpcdebug
|
2023-08-08 15:01:16 -07:00 |
Michael Lumish
|
9ef4655b3a
|
Merge pull request #2536 from murgatroid99/grpc-js_pick_cancel_race
grpc-js: Handle race between call cancellation and auth metadata generation
|
2023-08-08 15:01:00 -07:00 |
Michael Lumish
|
4d288dec0a
|
Merge pull request #2538 from murgatroid99/grpc-js_lb_policy_config_refactor
grpc-js: Return LB policy configs from resolvers in JSON form
|
2023-08-08 14:36:02 -07:00 |
Michael Lumish
|
99ae020131
|
Merge pull request #2539 from murgatroid99/grpc-js_pick_first_null_check
grpc-js: Add null check in pick_first array access
|
2023-08-08 14:35:48 -07:00 |
Michael Lumish
|
a4ba925352
|
grpc-js: Add null check in pick_first array access
|
2023-08-08 10:37:20 -07:00 |
Michael Lumish
|
08bcbfc677
|
grpc-js-xds: Adjust LB policy config handling for grpc-js changes
|
2023-08-07 17:25:39 -07:00 |
Michael Lumish
|
d28b9e8c37
|
grpc-js: Return LB policy configs from resolvers in JSON form
|
2023-08-07 17:23:57 -07:00 |
Michael Lumish
|
01749a8d41
|
Explicitly log credentials/cancellation races
|
2023-08-03 09:24:24 -07:00 |
Michael Lumish
|
30bc44f4ce
|
grpc-js: Handle race between call cancellation and auth metadata generation
|
2023-08-02 16:48:57 -07:00 |
Michael Lumish
|
bb2942197e
|
grpc-js: Improve formatting of channelz logs for grpcdebug
|
2023-08-02 16:42:29 -07:00 |
Michael Lumish
|
f6dd4aad55
|
Merge pull request #2531 from murgatroid99/v1.9.0_update
grpc-js/grpc-js-xds: Update to 1.9.0, and update READMEs
|
2023-08-01 13:38:31 -07:00 |
Michael Lumish
|
49b629ffb0
|
grpc-js/grpc-js-xds: Update to 1.9.0, and update READMEs
|
2023-07-31 16:55:27 -07:00 |