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
Michael Lumish
fcff72b941
grpc-js: Implement channel idle timeout
2023-06-20 14:47:14 -07:00
Michael Lumish
87b5466b1b
grpc-js: Implement trace function in Http2SubchannelConnector
2023-06-20 10:25:59 -07:00
Dan Rumney
cd24d6956d
style: run eslint fix on codebase
...
Fixes #2464
2023-06-15 13:04:57 -05:00
Dan Rumney
3bf2af1d70
docs(apache-notice.md): add a notice acknowledging the use of GTS config settings
...
This might actually be unnecessary; since I've copied over configuration settings from the GTS package, I figured I'd add this notice. It's in a file, since there's no capacity for adding comments in a JSON or .rc file. It feels doubtful that configuration settings fall under the auspices of the Apache License, but I'll leave that to the maintainers to decide.
2023-06-15 13:03:30 -05:00
Dan Rumney
208b79e625
refactor(packages/grpc-js/log.txt): remove extraneous file
2023-06-15 13:01:38 -05:00
Dan Rumney
e3522bb53b
refactor(grpc-js): convert from gts to eslint/prettier/tsconfig
...
GTS provides config for ESLint, Prettier and TSConfig; this commit removes GTS, but brings over the configuration details
Fixes #2464
2023-06-15 12:54:15 -05:00
Dan Rumney
1880faf8a0
fix(packages/grpc-js/test/assert2): move assert2 into its own file
...
Moving from exporting a namespace to just putting assert2 functions into their own files
Fixes #2464
2023-06-15 12:52:45 -05:00
Michael Lumish
2b455e7d18
grpc-js: Fix a couple of minor issues
2023-05-31 14:05:10 -07:00
Michael Lumish
d70d7eed07
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.8.x_upmerge
2023-04-24 16:52:54 -07:00
Michael Lumish
3709998012
grpc-js: Fix a couple of errors from a previous PR
2023-04-13 09:25:38 -07:00
Michael Lumish
6bc85716cd
grpc-js: Bump version to 1.8.14
2023-04-12 14:46:27 -07:00
Michael Lumish
8f329e08b2
Merge pull request #2412 from murgatroid99/grpc-js_round_robin_refactor
...
grpc-js: Simplify round robin implementation
2023-04-12 13:53:12 -07:00
Michael Lumish
43d42dcf3f
grpc-js: Fix connectivity state change event sequencing
2023-04-11 14:50:41 -07:00
Michael Lumish
d21ce8cc49
grpc-js: Simplify round robin implementation
2023-04-05 16:35:10 -07:00
Michael Lumish
59423176f0
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.8.x' into v1.8.x_merge
2023-04-03 14:19:03 -07:00
Michael Lumish
3fbdf0d337
grpc-js: Bump version to 1.8.13
2023-03-10 14:05:39 -08:00