Michael Lumish
cac499fb97
Merge pull request #2365 from murgatroid99/grpc-js-xds_interop_server_logging
...
grpc-js-xds: interop: log server events
2023-02-15 16:17:06 -08:00
Michael Lumish
72b99a1413
Merge pull request #2363 from murgatroid99/grpc-js_channel_keepalive_throttling
...
grpc-js: Propagate keepalive throttling throughout channel
2023-02-15 15:44:48 -08:00
Michael Lumish
f3c43542f8
grpc-js-xds: interop: log server events
2023-02-15 14:45:31 -08:00
Michael Lumish
2ed8e71ba1
grpc-js: Propagate keepalive throttling throughout channel
2023-02-14 13:47:50 -08:00
Michael Lumish
cc333bad3e
Merge pull request #2360 from murgatroid99/proto-loader_0.7.5
...
proto-loader: Bump version to 0.7.5
2023-02-13 14:35:28 -08:00
Michael Lumish
1c4f12181a
proto-loader: Bump version to 0.7.5
2023-02-13 13:33:34 -08:00
Michael Lumish
e967c94483
Merge pull request #2357 from danielronnkvist/jsdoc-deprecated-tags
...
Write @deprecated jsdoc annotation if includeComments is enabled
2023-02-13 10:17:16 -08:00
Daniel Rönnkvist
ad298bc7c8
remove possible deprecated options from type brand output
2023-02-11 22:06:59 +01:00
Michael Lumish
82c8cf17e7
Merge pull request #2358 from murgatroid99/grpc-js-xds_pass_outlier_detection_config
...
grpc-js-xds: Pass along outlier detection config from CDS to child policy
2023-02-10 13:38:30 -08:00
Michael Lumish
c4350deb4f
grpc-js-xds: Pass along outlier detection config from CDS to child policy
2023-02-10 09:56:50 -08:00
Daniel Rönnkvist
c20ddd3d2b
write @deprecated jsdoc annotation if comments are enabled
...
update golden generated with @deprecated annotation
2023-02-10 17:52:59 +01:00
Michael Lumish
54c4b9c523
Merge pull request #2356 from murgatroid99/grpc-js-xds_cluster_resolver_priority_reuse_fix
...
grpc-js-xds: Fix bug that prevented priority name reuse
2023-02-09 17:32:36 -08:00
Michael Lumish
ba08267516
Merge pull request #2352 from murgatroid99/grpc-js_deadline_refinement
...
grpc-js: Improve timeout handling and deadline logging
2023-02-09 17:24:03 -08:00
Michael Lumish
faf96a0e4f
grpc-js-xds: Fix bug that prevented priority name reuse
2023-02-09 17:04:41 -08:00
Michael Lumish
37eb5ed2fa
grpc-js: Improve timeout handling and deadline logging
2023-02-09 10:18:24 -08:00
Michael Lumish
7ab5368a6e
Merge pull request #2349 from murgatroid99/grpc-js_retry_commit_fix
...
grpc-js: Fix `commitCallWithMostMessages` trying to commit completed attempts
2023-02-08 10:40:55 -08:00
Michael Lumish
2b7f296680
Merge pull request #2351 from murgatroid99/grpc-js_export_interceptor_types
...
grpc-js: Export `InterceptingListener` and `NextCall` types
2023-02-08 10:40:25 -08:00
Michael Lumish
9bf74d9d59
Merge pull request #2350 from murgatroid99/grpc-js_retry_clean_status
...
grpc-js: Remove `progress` field in status from retrying call
2023-02-08 10:40:16 -08:00
Michael Lumish
18c803e6dd
grpc-js: Export InterceptingListener and NextCall types
2023-02-08 09:55:32 -08:00
Michael Lumish
3596c4f655
grpc-js: Remove progress field in status from retrying call
2023-02-07 14:52:20 -08:00
Michael Lumish
cf090c7f50
grpc-js: Fix commitCallWithMostMessages trying to commit completed attempts
2023-02-07 14:35:35 -08:00
Michael Lumish
dd7e1a9cc0
Merge pull request #2343 from murgatroid99/grpc-js-xds_aggregate_logical_dns_clusters
...
grpc-js-xds: Implement aggregate and logical DNS clusters
2023-02-06 10:52:08 -08:00
Michael Lumish
4e148cbb77
Use the load-balancer filename prefix for the new LB policies
2023-02-03 15:16:42 -08:00
Michael Lumish
b914a0388f
Validate that LOGICAL_DNS address is non-empty
2023-02-03 13:27:46 -08:00
Michael Lumish
fed7b02a35
Update latestConfig in ChildLoadBalancerHandler when handling update
2023-02-03 09:33:51 -08:00
Michael Lumish
2807127ca7
Add tests and fix bugs
2023-02-02 14:56:00 -08:00
Michael Lumish
e6ea6f517e
Merge pull request #2341 from murgatroid99/grpc-tools_1.12.4
...
grpc-tools: Bump version to 1.12.4
2023-01-30 17:56:52 -08:00
Michael Lumish
a86cb96e91
grpc-tools: Bump version to 1.12.4
2023-01-30 16:46:39 -08:00
Michael Lumish
8fd930bb71
Merge pull request #2333 from RedstoneWizard08/master
...
Add support for arm64 linux.
2023-01-30 16:45:31 -08:00
Jacob Sapoznikow
4b9e4019c3
Fix CMake args
2023-01-30 23:10:07 +00:00
Jacob Sapoznikow
71bfcd2afc
Fix static linking and dockerfile
2023-01-30 22:01:57 +00:00
Jacob Sapoznikow
3ec611453b
Merge branch 'master' of https://github.com/grpc/grpc-node
2023-01-30 18:46:46 +00:00
Michael Lumish
1cbadd7db0
Merge branch 'master' into grpc-js-xds_aggregate_logical_dns_clusters
2023-01-27 15:13:22 -08:00
Michael Lumish
fe4272ecb6
Merge pull request #2339 from murgatroid99/grpc-js-xds_unit_tests
...
grpc-js-xds: Add a framework for running xDS end-to-end tests
2023-01-27 15:02:46 -08:00
Michael Lumish
5732ff9e82
grpc-js-xds: Allow tests to set bootstrap info in channel args
2023-01-27 13:39:44 -08:00
Michael Lumish
05bebcd4e2
grpc-js-xds: Add unit test framework
2023-01-27 13:39:10 -08:00
Michael Lumish
cea545dd77
Merge pull request #2337 from murgatroid99/grpc-js_transport_fix_active_call_tracking
...
grpc-js: Fix tracking of active calls in transport
2023-01-25 14:28:45 -08:00
Michael Lumish
3efdc7b58c
grpc-js: Bump version to 1.8.7
2023-01-25 11:56:09 -08:00
Michael Lumish
0d177a818f
grpc-js: Fix tracking of active calls in transport
2023-01-25 11:52:24 -08:00
Michael Lumish
f29e99d0c6
Merge pull request #2336 from murgatroid99/grpc-js_transport_garbage_collection
...
grpc-js: Hold a reference to transport in SubchannelCall
2023-01-25 10:54:21 -08:00
Michael Lumish
6d98dc5bbf
grpc-js: Hold a reference to transport in SubchannelCall
2023-01-25 10:01:45 -08:00
Michael Lumish
0081d24a2c
Merge pull request #2335 from murgatroid99/grpc-js_clear_deadline
...
grpc-js: Clear deadline timer when call ends
2023-01-23 12:52:42 -08:00
Michael Lumish
ba405cf35e
grpc-js: Clear deadline timer when call ends
2023-01-23 11:36:24 -08:00
Jacob Sapoznikow
877d4a6243
Fix "file" command not found
2023-01-22 23:00:38 +00:00
Jacob Sapoznikow
1924d4a9fd
Begin aarch64 support
2023-01-22 22:54:12 +00:00
Michael Lumish
3fe218525a
Merge pull request #2331 from murgatroid99/grpc-js-xds_cluster_weight_limit
...
grpc-js-xds: weighted clusters: stop checking total_weight, check weight sum <= uint32 max
2023-01-20 10:59:14 -08:00
Michael Lumish
7a6fa275fe
grpc-js-xds: weighted clusters: stop checking total_weight, check weight sum <= uint32 max
2023-01-18 10:55:28 -08:00
Sergii Tkachenko
f3d6d48903
Merge pull request #2330 from sergiitk/backport-1.8-xds-interop-fix-buildscript-suites
...
xds interop: Fix buildscripts not continuing on a failed test suite (@grpc/grpc-js@1.8.x backport)
Apparently there's a difference between bash 3 and bash 4.
OSX comes with bash 3 out-of-box, so for whoever wrote this logic
it "worked on my machine".
The `((` construct returns a 0 exit code if the value is non-zero.
Since the value starts at 0 and we do a post-increment,
it will always fail the first time.
Changing it to a pre-increment fixes the problem.
2023-01-17 19:26:40 -05:00
Michael Lumish
d441aa687d
Merge pull request #2323 from sergiitk/xds-interop-fix-buildscript-suites
...
xds interop: Fix buildscripts not continuing on a failed test suite
2023-01-17 16:20:20 -08:00
Michael Lumish
3bf1409067
Merge pull request #2323 from sergiitk/xds-interop-fix-buildscript-suites
...
xds interop: Fix buildscripts not continuing on a failed test suite
2023-01-17 09:58:24 -08:00