Michael Lumish
|
5f889b2dd2
|
Install reflection before xds library
|
2025-02-04 12:55:13 -08: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
|
d2462cad64
|
Merge pull request #2895 from murgatroid99/grpc-js_interop_fix
grpc-js: Connect with https scheme when using TLS
|
2025-01-30 14:52:18 -08:00 |
Michael Lumish
|
9569f20fc6
|
grpc-js: Connect with https scheme when using TLS
|
2025-01-30 14:22:09 -08:00 |
Michael Lumish
|
cacace75a0
|
Add some more logging in the interop server
|
2025-01-30 10:54:57 -08:00 |
Michael Lumish
|
023b0862f0
|
Merge pull request #2894 from murgatroid99/retry_example
Add retry example
|
2025-01-29 13:22:48 -08:00 |
Michael Lumish
|
b1fd52d566
|
Add retry example
|
2025-01-29 12:40:24 -08:00 |
Michael Lumish
|
23e6dd7d14
|
grpc-js: Ensure server sendMetadata interceptors are called
|
2025-01-29 10:35:55 -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 |
Michael Lumish
|
94781c9cc9
|
Fix server argument parsing
|
2025-01-27 18:09:43 -08:00 |
Michael Lumish
|
7068708e93
|
Add @types/mocha dev dependency in reflection package
|
2025-01-27 15:37:43 -08:00 |
Michael Lumish
|
ffcb67cfa4
|
Add @types/mocha dev dependency in health check
|
2025-01-27 15:26:06 -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
|
34b82cbf7f
|
Merge pull request #2876 from melkouri/malak.elkouri/fix-grpc-js-no-proxy-cidr-support
fix: support CIDR blocks in no_proxy env variable
|
2025-01-15 13:17:11 -08:00 |
Michael Lumish
|
908c22a3e3
|
Merge pull request #2884 from murgatroid99/grpc-js_call_committed_consistency
grpc-js: Always use RetryingCall, always call onCommitted
|
2025-01-15 10:46:24 -08:00 |
Malak El Kouri
|
5e7cd85290
|
remove trace
|
2025-01-15 10:02:14 +01:00 |
Michael Lumish
|
a5b6178d99
|
grpc-js: Always use RetryingCall, always call onCommitted
|
2025-01-14 18:09:58 -08:00 |
Michael Lumish
|
5a942ed648
|
Merge pull request #2883 from murgatroid99/grpc-js-xds_config_selector_cluster_ref
grpc-js-xds: Reference clusters for ConfigSelector lifetime
|
2025-01-14 17:27:02 -08:00 |
Michael Lumish
|
bfd87a9bf6
|
grpc-js-xds: Reference clusters for ConfigSelector lifetime
|
2025-01-14 15:36:33 -08:00 |
Michael Lumish
|
22bbe8a315
|
Merge pull request #2874 from DefangLabs/lio/omit_request_instanceof
feat(grpc-tools): add omit_serialize_instanceof generator option
|
2025-01-14 14:07:13 -08:00 |
Michael Lumish
|
d9b677a74a
|
Merge pull request #2882 from murgatroid99/grpc-js-xds_missing_cluster_handling
grpc-js-xds: Start resource timers for resources requested after stream start
|
2025-01-14 14:03:52 -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 |
Malak El Kouri
|
5f20dc91f0
|
fix case where serverHost is not an IP address + refactor
|
2025-01-10 10:39:20 +01:00 |
Michael Lumish
|
bfebbe7047
|
Merge pull request #2881 from murgatroid99/grpc-js-xds_dependency_manager_logging
grpc-js-xds: Add more detailed xDS dependency manager logging
|
2025-01-09 17:10:44 -08:00 |
Michael Lumish
|
2a6ce92a55
|
grpc-js-xds: Add more detailed xDS dependency manager logging
|
2025-01-09 16:13:13 -08:00 |
Lionello Lunesu
|
0a20c2df64
|
Add omit_serialize_instanceof generator option
|
2025-01-09 05:59:04 -08:00 |
Malak El Kouri
|
2fa886109b
|
define no_proxy cases in hostMatchesNoProxyList
|
2025-01-09 12:11:12 +01:00 |
Malak El Kouri
|
ef510d9e9a
|
refactor
|
2025-01-09 10:06:37 +01:00 |
Michael Lumish
|
5b0956a9df
|
Merge pull request #2864 from rickihastings/patch/configurable-http2-initial-window-size
feat(grpc-js): allow configurable http2 initial window size
|
2025-01-08 14:42:46 -08:00 |
Michael Lumish
|
137f476040
|
Merge pull request #2879 from murgatroid99/grpc-js-xds_preserve_stream_type_state
grpc-js-xds: Preserve resource type version and nonce when unsubscribing
|
2025-01-07 15:48:25 -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
|
7346a186e3
|
Merge pull request #2877 from grpc/@grpc/grpc-js@1.12.x
Merge grpc-js 1.12.x into master
|
2025-01-07 10:25:06 -08:00 |
Malak El Kouri
|
ca07343b78
|
fix: support CIDR blocks in no_proxy env variable
|
2025-01-06 18:33:37 +01:00 |
Ricki Hastings
|
c591c2a268
|
fix: update channel-options.ts
|
2025-01-02 08:57:44 +00:00 |
Ricki Hastings
|
a0914c6cda
|
fix: rename variable and use nullish coalesce
|
2025-01-02 08:56:53 +00:00 |
Michael Lumish
|
bae98b3d2f
|
Merge pull request #2873 from murgatroid99/grpc-js_http_error_resource_exhausted_fix
grpc-js: Prioritize HTTP status errors over message decoding errors
|
2024-12-18 12:45:37 -08:00 |
Michael Lumish
|
63d97170da
|
grpc-js: Prioritize HTTP status errors over message decoding errors
|
2024-12-18 15:14:22 -05:00 |
Michael Lumish
|
daaa1c37b3
|
grpc-js-xds: Add interop server implementation
|
2024-12-18 15:05:22 -05:00 |
Michael Lumish
|
263c478c9a
|
Merge pull request #2869 from murgatroid99/grpc-tools_workflow_fix
bump actions/download-artifact and actions/upload-artifact from 2 to 4 in grpc-tools build workflow
|
2024-12-11 07:38:51 -08:00 |
Michael Lumish
|
2a48d2689c
|
bump actions/download-artifact and actions/upload-artifact from 2 to 4 in grpc-tools build workflow
|
2024-12-11 10:21:08 -05:00 |
Michael Lumish
|
5cd30ae4b8
|
Merge pull request #2868 from murgatroid99/grpc-js_error_propagation
grpc-js: Propagate error messages through LB policy tree
|
2024-12-10 12:56:26 -08:00 |
Michael Lumish
|
fad797fd92
|
Improve round robin error message
|
2024-12-10 15:27:49 -05:00 |
Michael Lumish
|
2a4cd42f82
|
grpc-js: Propagate error messages through LB policy tree
|
2024-12-10 14:20:55 -05:00 |
Michael Lumish
|
614e5f948c
|
Merge pull request #2866 from murgatroid99/grpc-js-xds_channel_credentials
grpc-js-xds: Add XdsChannelCredentials
|
2024-12-10 08:39:08 -08:00 |
Michael Lumish
|
41f3fc096d
|
Remove test that became invalid
|
2024-12-09 14:52:12 -05:00 |