Michael Lumish
|
3a16187451
|
grpc-js: Implement server drain method
|
2023-11-14 14:37:13 -08:00 |
|
Michael Lumish
|
66f972cb87
|
grpc-js: Implement unbind
|
2023-11-10 14:58:21 -08:00 |
|
Michael Lumish
|
779e970099
|
Merge pull request #2597 from murgatroid99/grpc-js_server_deprecate_start
grpc-js: Deprecate Server#start
|
2023-10-17 14:55:33 -07:00 |
|
Michael Lumish
|
976567395e
|
grpc-js: Deprecate Server#start
|
2023-10-16 15:16:58 -07:00 |
|
Anuraag Agrawal
|
abac01a9cf
|
chore(grpc-js): remove unused callcredentials parameter from insecure impl
|
2023-10-11 17:43:14 +09:00 |
|
Michael Lumish
|
5be024f060
|
grpc-js: Delegate to child picker in ResolvingLoadBalancer#updateResolution
|
2023-09-18 17:32:29 -07:00 |
|
Michael Lumish
|
4bff372df7
|
grpc-js: Remove logging in QueuePicker
|
2023-09-07 17:24:17 -07:00 |
|
Michael Lumish
|
3a43cba3a3
|
grpc-js-xds: Implement ring_hash LB policy
|
2023-09-07 17:14:39 -07:00 |
|
Michael Lumish
|
00e1ac46a8
|
grpc-js: Pass channel options to LoadBalancer constructors
|
2023-09-06 10:39:56 -07:00 |
|
Michael Lumish
|
092d1e96e2
|
Merge pull request #2561 from murgatroid99/grpc-js_pick_first_leaf
grpc-js: Make pick_first the universal leaf policy, plus related changes
|
2023-08-31 15:46:22 -07:00 |
|
Michael Lumish
|
266af4c19f
|
Add pick_first tests
|
2023-08-30 15:16:25 -07:00 |
|
Michael Lumish
|
3ff8b674bb
|
Export HealthListener type in experimental
|
2023-08-30 14:57:52 -07:00 |
|
Michael Lumish
|
49b7c6af34
|
grpc-js: Make pick_first the universal leaf policy, switch to endpoint lists
|
2023-08-30 14:46:08 -07:00 |
|
gusumuzhe
|
613c9144d9
|
fix: pick first load balancer call doPick infinite
|
2023-08-29 17:39:38 +08:00 |
|
Michael Lumish
|
9ca8302725
|
Add tests and fix bugs
|
2023-08-23 14:32:15 -07:00 |
|
Michael Lumish
|
c679726246
|
Add custom LB interop test support
|
2023-08-22 09:53:19 -07:00 |
|
Michael Lumish
|
ea5c18d232
|
grpc-js: Switch Timer type to Timeout
|
2023-08-14 10:15:46 -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
|
d28b9e8c37
|
grpc-js: Return LB policy configs from resolvers in JSON form
|
2023-08-07 17:23:57 -07:00 |
|
Michael Lumish
|
14b11f6b99
|
Merge pull request #2511 from murgatroid99/grpc-js_pick_first_update
grpc-js: Implement pick_first sticky TF and address list shuffling
|
2023-07-31 16:11:39 -07:00 |
|
Michael Lumish
|
b86615c1a3
|
Merge pull request #2508 from murgatroid99/grpc-js_server_clear_deadline_cancel
grpc-js: Cancel deadline timer on server when call is cancelled
|
2023-07-31 15:47:22 -07:00 |
|
Michael Lumish
|
ff25a75ce9
|
Merge pull request #2507 from murgatroid99/grpc-js_tls_trace
grpc-js: Add channel option to enable TLS tracing
|
2023-07-31 15:45:35 -07:00 |
|
Michael Lumish
|
1d38cc319c
|
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.8.x_upmerge_3
|
2023-07-28 14:53:43 -07:00 |
|
Michael Lumish
|
4e111e7792
|
grpc-js: Fix propagation of UNIMPLEMENTED error messages
|
2023-07-28 14:21:33 -07:00 |
|
Michael Lumish
|
e43fa71619
|
Fix formatting
|
2023-07-25 10:11:45 -07:00 |
|
Michael Lumish
|
e83ce3b6fd
|
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.8.x_upmerge_3
|
2023-07-25 10:10:16 -07:00 |
|
Michael Lumish
|
6d97956549
|
grpc-js: Fix a crash when grpc.keepalive_permit_without_calls is set
|
2023-07-25 09:40:45 -07:00 |
|
Michael Lumish
|
66cd8519bd
|
grpc-js: pick_first: Properly dispose of current pick when it disconnects
|
2023-07-24 16:00:13 -07:00 |
|
Michael Lumish
|
71d035b5bf
|
Fix formatting
|
2023-07-24 13:54:30 -07:00 |
|
Michael Lumish
|
981efb6eca
|
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.8.x_upmerge_again
|
2023-07-24 13:53:17 -07:00 |
|
Michael Lumish
|
42a02749eb
|
grpc-js: Fix compilation error from new @types/node version
|
2023-07-24 13:08:55 -07:00 |
|
Michael Lumish
|
2e9060385c
|
grpc-js: Fix keepalive ping timing after inactivity
|
2023-07-24 11:20:00 -07:00 |
|
Michael Lumish
|
698d1427c6
|
grpc-js: Implement pick_first sticky TF and address list shuffling
|
2023-07-21 09:45:34 -07:00 |
|
Michael Lumish
|
54409d00f3
|
grpc-js: Fix transport trace message formatting
|
2023-07-14 14:15:44 -07:00 |
|
Michael Lumish
|
7c3a5fe70c
|
grpc-js: Cancel deadline timer on server when call is cancelled
|
2023-07-14 10:58:53 -07:00 |
|
Michael Lumish
|
cb11e66c59
|
grpc-js: Add channel option to enable TLS tracing
|
2023-07-14 10:46:03 -07:00 |
|
Michael Lumish
|
66bcc7a2cc
|
grpc-js: Reformat files and fix lint errors
|
2023-07-13 14:20:54 -07:00 |
|
Michael Lumish
|
220a70289c
|
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.18.x_upmerge
|
2023-07-13 14:14:29 -07:00 |
|
Cedric Kassen
|
8ed0a50c58
|
directly pass deserializeMessageWithInternalError to resolve
|
2023-07-13 20:59:04 +02:00 |
|
Cedric Kassen
|
c5bdd9c398
|
remove oversight asyncs and replace safeDeserializeMessage
|
2023-07-13 08:01:09 +02:00 |
|
Michael Lumish
|
493cbaaf45
|
grpc-js: Increment version to 1.8.18
|
2023-07-12 15:23:34 -07:00 |
|
Michael Lumish
|
713a2c9bd1
|
grpc-js: Enable the noUnusedLocals TypeScript compiler option
|
2023-07-12 15:22:15 -07:00 |
|
Michael Lumish
|
45e277547f
|
grpc-js: Fix mistakenly committed testing changes
|
2023-07-12 14:55:49 -07:00 |
|
Cedric Kassen
|
555643dcc8
|
try catch promise rejection and sendError
|
2023-07-12 14:31:11 +02:00 |
|
Cedric Kassen
|
14b18a4bba
|
promisify receiveUnaryMessage server-call
|
2023-07-12 14:31:10 +02:00 |
|
Michael Lumish
|
51c5b9491a
|
Merge pull request #2471 from murgatroid99/grpc-js_channel_idle_timeout
grpc-js: Implement channel idle timeout
|
2023-06-27 10:21:59 -07:00 |
|
Michael Lumish
|
ed70a0b381
|
Fix handling of OD policy with no child
|
2023-06-27 10:11:45 -07:00 |
|
Michael Lumish
|
b53f5882f1
|
grpc-js: Disallow pick_first as child of outlier_detection
|
2023-06-22 14:32:09 -07:00 |
|
Michael Lumish
|
6fb6544483
|
grpc-js: Update documentation of compression behavior in README
|
2023-06-21 11:36:45 -07:00 |
|
Michael Lumish
|
89cd8f7bc3
|
grpc-js: Idle timeout: format files
|
2023-06-20 15:46:27 -07:00 |
|