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
18dacfaceb
Merge pull request #2513 from murgatroid99/grpc-js_keepalive_time_fix
...
grpc-js: Fix keepalive ping timing after inactivity
@grpc/grpc-js@1.8.19
2023-07-24 13:39:34 -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
af31ef0a3d
Merge pull request #2509 from murgatroid99/grpc-js_transport_trace_fix
...
grpc-js: Fix transport trace message formatting
2023-07-14 15:32:40 -07:00
Michael Lumish
54409d00f3
grpc-js: Fix transport trace message formatting
2023-07-14 14:15:44 -07:00
Michael Lumish
6b036f3350
Merge pull request #2505 from murgatroid99/v1.18.x_upmerge
...
Merge v1.18.x into master (with formatting fixes)
2023-07-13 14:52:37 -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
Michael Lumish
9ce6e4919d
Merge pull request #2501 from CedricKassen/master
...
Fix premature leaving of context due to improper Http2ServerCallStream handling
2023-07-13 13:21:31 -07:00
Cedric Kassen
8ed0a50c58
directly pass deserializeMessageWithInternalError to resolve
2023-07-13 20:59:04 +02:00
Michael Lumish
3e13d845b0
Merge pull request #2503 from murgatroid99/grpc-js_stackString_fix_fix
...
grpc-js: Fix an error from a previous change, and enable a TS compiler options to prevent regressions
@grpc/grpc-js@1.8.18
2023-07-13 11:18:59 -07: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
fe42d6495e
Merge pull request #2498 from murgatroid99/proto-loader_0.7.8
...
proto-loader: Increment version to 0.7.8
2023-07-11 11:05:10 -07:00
Michael Lumish
513f72a4fc
proto-loader: Increment version to 0.7.8
2023-07-11 10:54:15 -07:00
Michael Lumish
85832dc4fb
Merge pull request #2496 from luciomartinez/master
...
Fixes security issue by upgrading `protobufjs`
2023-07-11 10:52:57 -07:00
Lucio Martinez
31adc1dac1
Fixes security issue by upgrading protobufjs
2023-07-10 22:03:01 +00:00
Michael Lumish
8d64030d10
Merge pull request #2490 from sergiitk/backport-1.8-psm-interop-server-bump
...
grpc-js-xds: Bump the canonical server from v1.46.x to v1.56.0 (@grpc/grpc-js@1.8.x backport)
2023-06-29 09:30:49 -07:00
Michael Lumish
3cef1ba547
Merge pull request #2488 from grpc/psm-interop-server-bump
...
grpc-js-xds: Bump the canonical server from v1.46.x to v1.56.0
2023-06-28 16:13:18 -07:00
Michael Lumish
1cc36e8df8
Merge pull request #2488 from grpc/psm-interop-server-bump
...
grpc-js-xds: Bump the canonical server from v1.46.x to v1.56.0
2023-06-28 16:00:22 -07:00
Sergii Tkachenko
d2a3ef45c0
grpc-js-xds: Bump the canonical server from v1.46.x to v1.56.0
...
Similar to https://github.com/grpc/grpc/pull/33542 .
Note that there's a ticket to automatically use the one specified in the `--server_image_canonical` flag, but for now we just hardcode.
2023-06-28 13:55:27 -07:00
Michael Lumish
409418b103
Merge pull request #2476 from murgatroid99/grpc-js_prohibit_od_pick_first
...
grpc-js: Disallow pick_first as child of outlier_detection
@grpc/grpc-js@1.8.17
2023-06-27 10:31:12 -07: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
d507624ffb
Merge pull request #2473 from murgatroid99/grpc-js_compression_documentation
...
grpc-js: Update documentation of compression behavior in README
2023-06-27 10:14:18 -07:00
Michael Lumish
ed70a0b381
Fix handling of OD policy with no child
2023-06-27 10:11:45 -07:00
Michael Lumish
974f8100ea
Merge pull request #2463 from murgatroid99/grpc-js-xds_federation
...
grpc-js-xds: Implement federation support
2023-06-26 15:15:51 -07:00
Michael Lumish
2ee8a68ac6
Merge pull request #2477 from murgatroid99/grpc-js-xds_docker_distroless
...
grpc-js-xds: Use distroless Node image for interop Dockerfile
2023-06-26 09:48:43 -07:00
Sergii Tkachenko
073caf5b83
Merge pull request #2478 from murgatroid99/grpc-js-xds_docker_distroless_1.8.x
...
grpc-js-xds: Use distroless Node image for interop Dockerfile (1.8.x)
2023-06-23 20:05:31 -04:00
Michael Lumish
d2d17b0b69
Merge pull request #2482 from XuanWang-Amos/backport-1.8-file_multiple_url_map
...
[PSM interop] Don't fail target if sub-target already failed (@grpc/grpc-js@1.8.x backport)
2023-06-23 10:54:03 -07:00
Michael Lumish
a6aa7ea43e
Merge pull request #2475 from XuanWang-Amos/file_multiple_url_map
...
[PSM interop] Don't fail target if sub-target already failed
2023-06-23 17:40:49 +00:00
Michael Lumish
5d731c4c62
Merge pull request #2475 from XuanWang-Amos/file_multiple_url_map
...
[PSM interop] Don't fail target if sub-target already failed
2023-06-23 10:37:01 -07:00
Michael Lumish
a62d2b027b
Use entrypoint /nodejs/bin/node
2023-06-23 09:34:59 -07:00
Michael Lumish
9b7e5e66ab
Use entrypoint /nodejs/bin/node
2023-06-23 09:34:29 -07:00
Michael Lumish
9441de78f6
grpc-js-xds: Use distroless Node image for interop Dockerfile
2023-06-22 17:04:54 -07:00
Michael Lumish
3098d69e40
Merge pull request #2474 from murgatroid99/import_examples
...
Import examples from core repository
2023-06-22 16:55:19 -07:00
Michael Lumish
cc89158e13
grpc-js-xds: Use distroless Node image for interop Dockerfile
2023-06-22 16:52:53 -07:00
Michael Lumish
204cd388db
Import examples from core repository
2023-06-22 16:03:27 -07:00
Michael Lumish
b53f5882f1
grpc-js: Disallow pick_first as child of outlier_detection
2023-06-22 14:32:09 -07:00
Xuan Wang
4f9c41978a
[PSM interop] Don't fail target if sub-target already failed
2023-06-22 21:21:14 +00:00
Michael Lumish
6fb6544483
grpc-js: Update documentation of compression behavior in README
2023-06-21 11:36:45 -07:00
Michael Lumish
967f903ff8
Newlines at ends of files
2023-06-21 11:25:46 -07:00
Michael Lumish
09d74ca43d
Merge pull request #2470 from murgatroid99/grpc-js_transport_trace_fix
...
grpc-js: Implement trace function in Http2SubchannelConnector
@grpc/grpc-js@1.8.16
2023-06-20 16:03:42 -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