Michael Lumish
|
d46360df74
|
Merge pull request #2613 from jtimmons/feat/grpc-reflection-package
feat(grpc-reflection): created new @grpc/reflection package
@grpc/reflection@1.0.0
|
2023-12-01 07:44:51 -08:00 |
|
Justin Timmons
|
6a88cf21f4
|
docs(grpc-reflection): added helloworld implementation for reflection example
|
2023-11-28 22:04:24 -05:00 |
|
Justin Timmons
|
674a6716d0
|
Revert "docs(grpc-reflection): updated reflection example to reflect on the reflection API itself"
This reverts commit 8016d8758bda7cfdd87a3eaef535cdfc48174ad3.
|
2023-11-28 21:13:52 -05:00 |
|
Justin Timmons
|
8016d8758b
|
docs(grpc-reflection): updated reflection example to reflect on the reflection API itself
|
2023-11-27 21:20:02 -05:00 |
|
Justin Timmons
|
c53656d67b
|
refactor(grpc-reflection): precompute service list and file encodings
|
2023-11-18 19:44:48 -05:00 |
|
Justin Timmons
|
234f7f0a0c
|
refactor(grpc-reflection): switch to using protobufjs library for message encoding/decoding
|
2023-11-18 19:13:59 -05:00 |
|
Justin Timmons
|
bc8f2ead26
|
docs(grpc-reflection): fixed link to example image
|
2023-11-15 20:52:17 -05:00 |
|
Justin Timmons
|
7a15a1cccb
|
build(grpc-reflection): moved reflection tests to proper job and added test coverage
|
2023-11-15 20:51:48 -05:00 |
|
Justin Timmons
|
87e1f79846
|
docs(grpc-reflection): moved example to common directory and match grpc-go server
|
2023-11-15 20:49:03 -05:00 |
|
Michael Lumish
|
f04db5b87a
|
Merge pull request #2616 from murgatroid99/grpc-js_server_drain
grpc-js: Implement `Server#drain`
|
2023-11-15 10:26:43 -08:00 |
|
Justin Timmons
|
2449abe398
|
refactor(grpc-reflection): simplified request handling and file dependency logic
|
2023-11-15 08:28:47 -05:00 |
|
Justin Timmons
|
89a5cbbdf4
|
chore(grpc-reflection): cleaned up package dependencies
|
2023-11-14 22:28:08 -05:00 |
|
Michael Lumish
|
3a16187451
|
grpc-js: Implement server drain method
|
2023-11-14 14:37:13 -08:00 |
|
Michael Lumish
|
58b13ac6df
|
Merge pull request #2612 from murgatroid99/grpc-js_server_unbind
grpc-js: Implement `Server#unbind`
|
2023-11-14 13:08:11 -08:00 |
|
Michael Lumish
|
66f972cb87
|
grpc-js: Implement unbind
|
2023-11-10 14:58:21 -08:00 |
|
Justin Timmons
|
3b4f92ee62
|
refactor(grpc-reflection): file cleanup and enabled ts strict mode
|
2023-11-08 22:43:18 -05:00 |
|
Justin Timmons
|
215078f49a
|
feat(grpc-reflection): added reflection service to add capability to a users server
|
2023-11-08 22:39:06 -05:00 |
|
Justin Timmons
|
54df17727f
|
feat(grpc-reflection): created new grpc-reflection package ported from nestjs-grpc-reflection library
|
2023-11-08 22:39:06 -05:00 |
|
Michael Lumish
|
779e970099
|
Merge pull request #2597 from murgatroid99/grpc-js_server_deprecate_start
grpc-js: Deprecate Server#start
|
2023-10-17 14:55:33 -07:00 |
|
Michael Lumish
|
976567395e
|
grpc-js: Deprecate Server#start
|
2023-10-16 15:16:58 -07:00 |
|
Michael Lumish
|
4342f60671
|
Merge pull request #2596 from anuraaga/clean-insecure-constructor
chore(grpc-js): remove unused callcredentials parameter from insecure impl
|
2023-10-12 10:10:34 -07:00 |
|
Anuraag Agrawal
|
abac01a9cf
|
chore(grpc-js): remove unused callcredentials parameter from insecure impl
|
2023-10-11 17:43:14 +09:00 |
|
Michael Lumish
|
83743646cf
|
Merge pull request #2592 from murgatroid99/example_cancellation_fix
Cancellation example: corrected information
|
2023-10-02 10:44:29 -07:00 |
|
Michael Lumish
|
2003c8859c
|
Cancellation example: corrected information
|
2023-10-02 10:12:03 -07:00 |
|
Michael Lumish
|
f7d9baaf25
|
Merge pull request #2585 from murgatroid99/example_error_handling
Add error handling example
|
2023-09-26 16:37:41 -07:00 |
|
Michael Lumish
|
220ee8b771
|
Merge pull request #2584 from murgatroid99/example_cancellation
Add cancellation example
|
2023-09-26 16:36:57 -07:00 |
|
Michael Lumish
|
0ebfe60bf2
|
Add error handling example
|
2023-09-26 09:46:56 -07:00 |
|
Michael Lumish
|
86debcd83b
|
Add cancellation example
|
2023-09-25 17:20:36 -07:00 |
|
Michael Lumish
|
71936fab74
|
Merge pull request #2575 from murgatroid99/health-check_2.0
grpc-health-check: Version 2.0
grpc-health-check@2.0.0
|
2023-09-25 14:43:56 -07:00 |
|
Michael Lumish
|
32c816c9d1
|
Merge pull request #2572 from murgatroid99/grpc-js-xds_pick_first
grpc-js-xds: Add support for pick_first in xDS config
|
2023-09-21 10:19:03 -07:00 |
|
Michael Lumish
|
47c54ec88f
|
Merge pull request #2576 from murgatroid99/grpc-js_picker_propagation_fix
grpc-js: Delegate to child picker in ResolvingLoadBalancer#updateResolution
|
2023-09-21 10:18:44 -07:00 |
|
Michael Lumish
|
5be024f060
|
grpc-js: Delegate to child picker in ResolvingLoadBalancer#updateResolution
|
2023-09-18 17:32:29 -07:00 |
|
Michael Lumish
|
ddb8de2992
|
Merge pull request #2573 from murgatroid99/proto-loader_no_grpc_library
proto-loader: Allow the `grpcLib` option to be omitted in the type generator
@grpc/proto-loader@0.7.10
|
2023-09-18 15:06:29 -07:00 |
|
Michael Lumish
|
524bb7d341
|
grpc-health-check: Implement version 2.0 update
|
2023-09-18 14:59:31 -07:00 |
|
Michael Lumish
|
afbdbdeec3
|
grpc-health-check: Add generated code for version 2.0
|
2023-09-18 13:50:42 -07:00 |
|
Michael Lumish
|
ab02dc0be4
|
proto-loader: Allow the grpcLib option to be omitted in the type generator
|
2023-09-13 16:57:45 -07:00 |
|
Michael Lumish
|
fe74b60440
|
grpc-js-xds: Add support for pick_first in xDS config
|
2023-09-13 14:27:25 -07:00 |
|
Michael Lumish
|
6567f8d7cd
|
Update code generation with PickFirst message
|
2023-09-13 14:07:22 -07:00 |
|
Michael Lumish
|
f68ceaa44e
|
Merge pull request #2568 from murgatroid99/grpc-js-xds_ring_hash
grpc-js-xds: Implement ring_hash LB policy
|
2023-09-13 12:56:39 -07:00 |
|
Michael Lumish
|
a02622572a
|
Improve Listener resource log formatting
|
2023-09-12 13:00:15 -07:00 |
|
Michael Lumish
|
506748b8a4
|
Enable ring_hash tracing in interop tests
|
2023-09-12 12:41:35 -07:00 |
|
Michael Lumish
|
8df1bd712f
|
Treat ring_hash_lb_config field as optional
|
2023-09-12 10:08:25 -07:00 |
|
Michael Lumish
|
57c1bd2ede
|
grpc-js-xds: interop client: reduce periodic logging
|
2023-09-11 17:32:41 -07:00 |
|
Michael Lumish
|
e570a99d6d
|
Improve unvalidated resource log formatting
|
2023-09-11 17:29:01 -07:00 |
|
Michael Lumish
|
5c8b11b0be
|
Trace parsed unvalidated resources
|
2023-09-11 15:39:19 -07:00 |
|
Michael Lumish
|
c41c3dae7b
|
Test ring_hash fallback on dropped connection
|
2023-09-08 14:51:58 -07:00 |
|
Michael Lumish
|
0b2281b028
|
Revert version support change, run ring_hash tests conditionallly
|
2023-09-08 10:12:14 -07:00 |
|
Michael Lumish
|
9e487e44ab
|
grpc-js-xds: Update gts dependency for compatibility with TypeScript update
|
2023-09-07 18:07:20 -07:00 |
|
Michael Lumish
|
9974f7704d
|
grpc-js-xds: Drop support for Node versions below 16
|
2023-09-07 17:59:35 -07:00 |
|
Michael Lumish
|
4bff372df7
|
grpc-js: Remove logging in QueuePicker
|
2023-09-07 17:24:17 -07:00 |
|