Michael Lumish
|
06a05a4200
|
Merge pull request #2897 from murgatroid99/grpc-js-xds_interop_server
grpc-js-xds: Add interop server implementation
|
2025-02-05 13:51:08 -08:00 |
Michael Lumish
|
1ed46a1ae5
|
Allow binding some IPv6 ports to fail
|
2025-02-05 10:32:56 -08:00 |
Michael Lumish
|
8fea44d2d5
|
Fix IPv6 address formatting
|
2025-02-05 09:53:35 -08:00 |
Michael Lumish
|
77dc658b46
|
Case insensitive address type matching
|
2025-02-04 14:58:08 -08:00 |
gfrancz
|
6dc3abe798
|
Fix type issue by setting the attribute separately
Co-authored-by: ws-gregm <55088361+ws-gregm@users.noreply.github.com>
|
2025-02-04 13:55:16 -05:00 |
Michael Lumish
|
0e6bfcc1a7
|
Merge branch 'master' into grpc-js-xds_interop_server
|
2025-02-04 10:21:56 -08:00 |
Michael Lumish
|
e1a9f1275e
|
Use tini in server interop dockerfile
|
2025-02-03 15:26:35 -08:00 |
Michael Lumish
|
33fcde929f
|
Add logging for non-data-plane requests in the interop server
|
2025-01-31 15:38:19 -08:00 |
Michael Lumish
|
cacace75a0
|
Add some more logging in the interop server
|
2025-01-30 10:54:57 -08:00 |
Michael Lumish
|
8b64c8144c
|
Increase xDS interop client log verbosity
|
2025-01-28 13:33:36 -08:00 |
Michael Lumish
|
0396cb92e4
|
Build both docker images in one function call
|
2025-01-28 09:24:37 -08:00 |
gfrancz
|
fdb6064721
|
fix: xds-client LrsCallState statsTimer memory leak
|
2025-01-27 21:46:34 -05:00 |
Michael Lumish
|
94781c9cc9
|
Fix server argument parsing
|
2025-01-27 18:09:43 -08:00 |
Michael Lumish
|
854c15e113
|
Fix docker image build sequencing
|
2025-01-27 15:08:21 -08:00 |
Michael Lumish
|
73dea90052
|
Build new required packages in Dockerfiles
|
2025-01-27 14:55:35 -08:00 |
Michael Lumish
|
a3d99e3554
|
grpc-js-xds: Implement xDS server
|
2025-01-22 14:53:19 -08:00 |
Michael Lumish
|
bfd87a9bf6
|
grpc-js-xds: Reference clusters for ConfigSelector lifetime
|
2025-01-14 15:36:33 -08:00 |
Michael Lumish
|
198ff4e9ea
|
grpc-js-xds: Start resource timers for resources requested after stream start
|
2025-01-14 13:35:36 -08:00 |
Michael Lumish
|
2a6ce92a55
|
grpc-js-xds: Add more detailed xDS dependency manager logging
|
2025-01-09 16:13:13 -08:00 |
Michael Lumish
|
9620806dcd
|
grpc-js-xds: Preserve resource type version and nonce when unsubscribing
|
2025-01-07 14:24:25 -08:00 |
Michael Lumish
|
daaa1c37b3
|
grpc-js-xds: Add interop server implementation
|
2024-12-18 15:05:22 -05:00 |
Michael Lumish
|
2a4cd42f82
|
grpc-js: Propagate error messages through LB policy tree
|
2024-12-10 14:20:55 -05:00 |
Michael Lumish
|
b84940ef0c
|
grpc-js-xds: Add XdsChannelCredentials
|
2024-12-09 14:12:24 -05:00 |
Michael Lumish
|
bd00ccf5f3
|
grpc-js-xds: Update @types/node and update code for compatibility
|
2024-11-22 14:35:40 -08:00 |
Michael Lumish
|
86e62f2426
|
grpc-js: Pass channel args to LB policies with updates
|
2024-11-20 09:24:00 -08:00 |
Michael Lumish
|
f621dc6c48
|
Merge pull request #2848 from murgatroid99/grpc-js_revert_lb_policy_creds_arg
Revert "grpc-js: Enable LB policies to override subchannel credentials"
|
2024-11-14 11:10:05 -08:00 |
Michael Lumish
|
c405404d96
|
grpc-js{,-xds}: Renew self-signed certificates used in tests
|
2024-11-13 17:37:33 -08:00 |
Michael Lumish
|
7a6107f7d3
|
Revert "grpc-js: Enable LB policies to override subchannel credentials"
This reverts commit 57f0a71399.
|
2024-11-13 16:28:22 -08:00 |
Michael Lumish
|
ec9b3cfbb0
|
Add a test
|
2024-11-07 12:03:04 -08:00 |
Michael Lumish
|
ac9ad67f0a
|
grpc-js-xds: xds_cluster_manager: pass along updates to existing children
|
2024-11-07 11:32:28 -08:00 |
Michael Lumish
|
eee7030a28
|
grpc-js-xds: Fix a couple of bugs with the config tears change
|
2024-11-06 16:24:39 -08:00 |
Michael Lumish
|
6e907b3153
|
grpc-js-xds: Implement relevant parts of A74 and A75
|
2024-11-04 17:30:19 -08:00 |
Michael Lumish
|
1a1024aa1e
|
Add tests and fix bugs
|
2024-10-14 15:08:49 -07:00 |
Michael Lumish
|
c87767e029
|
Merge branch 'master' into grpc-js-xds_server_creds
|
2024-10-14 11:14:16 -07:00 |
Michael Lumish
|
d8f4343958
|
Add xds credentials tests
|
2024-10-14 11:13:54 -07:00 |
Michael Lumish
|
1ce0143220
|
Add support for testing with alternate credentials
|
2024-10-11 15:20:30 -07:00 |
Michael Lumish
|
08172ba9d9
|
grpc-js-xds: Implement XdsServerCredentials
|
2024-10-08 15:52:11 -07:00 |
Michael Lumish
|
051c0480f5
|
grpc-js: Bump to 1.12.0
|
2024-10-01 10:32:21 -07:00 |
Michael Lumish
|
50668f7164
|
grpc-js-xds: Enable dualstack support by default
|
2024-09-30 14:38:32 -07:00 |
Michael Lumish
|
d95ea3074d
|
Merge pull request #2823 from murgatroid99/grpc-js-xds_file_watcher_plugin
grpc-js-xds: Add bootstrap certificate provider config handling
|
2024-09-17 10:50:10 -07:00 |
Michael Lumish
|
b16e1c9fe4
|
grpc-js-xds: Add bootstrap certificate provider config handling
|
2024-09-11 17:31:41 -07:00 |
Michael Lumish
|
57f0a71399
|
grpc-js: Enable LB policies to override subchannel credentials
|
2024-09-09 11:19:50 -07:00 |
Michael Lumish
|
bf8e071efd
|
grpc-js: Bump packages to 1.11.0, and update documentation
|
2024-07-12 14:02:18 -07:00 |
Michael Lumish
|
f2dcb21a77
|
Merge branch 'master' into grpc-js-xds_server2
|
2024-07-01 11:19:12 -07:00 |
Michael Lumish
|
bac66ad291
|
grpc-js-xds: Implement xDS Server
|
2024-07-01 10:45:44 -07:00 |
Michael Lumish
|
71853407a4
|
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.10.x' into grpc-js_1.10.x_upmerge
|
2024-05-28 13:34:05 -07:00 |
Michael Lumish
|
fec135a980
|
Merge pull request #2729 from sergiitk/psm-interop-common-prod-tests
PSM Interop: simplify Kokoro buildscripts
|
2024-05-06 15:26:17 -07:00 |
Sergii Tkachenko
|
1495b020f5
|
PSM Interop: move test suite lists to psm_interop_kokoro_lib.sh
|
2024-05-06 14:05:54 -07:00 |
Michael Lumish
|
e4f2ecd053
|
grpc-js(-xds): Pick up proto-loader update
|
2024-04-30 15:49:20 -07:00 |
Michael Lumish
|
2af21a55f3
|
Merge pull request #2712 from sergiitk/psm-interop-pkg-dev
PSM Interop: Migrate to Artifact Registry
|
2024-04-08 18:04:43 -07:00 |