Michael Lumish
|
11aa7226d8
|
grpc-tools: Build for an older Mac version (attempt 2)
|
2022-12-05 15:29:14 -05:00 |
Michael Lumish
|
c92d3d525a
|
Merge pull request #2290 from murgatroid99/grpc-tools_mac_deployment_target_fix
grpc-tools: Build for older Mac version
|
2022-12-05 11:06:50 -08:00 |
Michael Lumish
|
45adf24cf0
|
grpc-tools: Build for older Mac version
|
2022-12-05 13:46:55 -05:00 |
Michael Lumish
|
49f8b5e40f
|
Merge pull request #2288 from murgatroid99/grpc-tools_mac_tarball_fix
grpc-tools: Force GNU format for artifact tarballs
|
2022-12-05 09:21:51 -08:00 |
Michael Lumish
|
2ddd628747
|
Use BSD tar-specific options on Mac
|
2022-12-05 11:25:04 -05:00 |
Michael Lumish
|
488803740e
|
grpc-tools: Force GNU format for artifact tarballs
|
2022-12-05 10:59:50 -05:00 |
Michael Lumish
|
0c22b2a917
|
Merge pull request #2281 from LunaTK/feature/branded-type
proto-loader-gen-types: Support nominal typing with type branding
|
2022-12-05 07:38:57 -08:00 |
Taegeun Moon
|
f1e3f6d7d3
|
use option method
|
2022-12-03 00:31:26 +09:00 |
Michael Lumish
|
8d6b590adc
|
Merge pull request #2253 from natiz/master
grpc-tools: Update protoc to v3.19.1
|
2022-12-01 08:46:01 -08:00 |
natiz
|
df8c719ceb
|
chore: bump to 1.12.0
|
2022-12-01 18:30:49 +02:00 |
natiz
|
8ce5bf8c24
|
fix: lower cmake version to 3.7
|
2022-12-01 14:21:22 +02:00 |
Taegeun Moon
|
80332044c7
|
update typeBrandHint location
|
2022-12-01 14:12:10 +09:00 |
Taegeun Moon
|
256fbd8915
|
set defaults for brand option
|
2022-12-01 13:34:32 +09:00 |
Taegeun Moon
|
927c29de4a
|
support both input and output
update readme
update readme
|
2022-12-01 13:34:31 +09:00 |
Taegeun Moon
|
e955c47bd5
|
rename as outputBranded
|
2022-12-01 11:09:09 +09:00 |
Michael Lumish
|
a70b271b33
|
Merge pull request #2284 from murgatroid99/library_comparison_update
Update information in README and PACKAGE-COMPARISON docs
|
2022-11-30 12:59:57 -08:00 |
Michael Lumish
|
b07b74bfd4
|
Update information in README and PACKAGE-COMPARISON docs
|
2022-11-30 15:40:49 -05:00 |
natiz
|
5f01206869
|
Merge branch 'grpc:master' into master
|
2022-11-30 22:30:20 +02:00 |
Michael Lumish
|
a403ad7b48
|
Merge pull request #2282 from murgatroid99/grpc-tools_docker_fix
grpc-tools: Update native build docker image
|
2022-11-30 11:59:58 -08:00 |
Michael Lumish
|
87e70e890b
|
grpc-tools: Update native build docker image
|
2022-11-30 13:59:03 -05:00 |
Michael Lumish
|
9214988c45
|
Merge pull request #2280 from murgatroid99/grpc-js-xds_retry
grpc-js-xds: Implement retry support
|
2022-11-30 10:04:47 -08:00 |
Taegeun Moon
|
9e548d4d87
|
update readme
|
2022-11-30 22:34:15 +09:00 |
Taegeun Moon
|
6f755fe346
|
add branded option for proto-loader-gen-types
|
2022-11-30 22:31:22 +09:00 |
Michael Lumish
|
edf612a56a
|
grpc-js-xds: Implement retry support
|
2022-11-29 14:29:47 -05:00 |
natiz
|
6b4dd60f11
|
fix: windows build
|
2022-11-27 23:37:56 +02:00 |
natiz
|
d209a34d6f
|
Merge branch 'grpc:master' into master
|
2022-11-27 21:34:34 +02:00 |
Michael Lumish
|
271c848b68
|
Merge pull request #2279 from murgatroid99/grpc-js-xds_failure_mode_behavior
grpc-js-xds: Update failure mode behavior
|
2022-11-18 15:52:55 -08:00 |
Michael Lumish
|
641ed45d48
|
grpc-js-xds: Update failure mode behavior
|
2022-11-18 15:06:41 -08:00 |
Michael Lumish
|
8bee12e9c9
|
Merge pull request #2276 from install/avoidTsEnums
proto-loader-gen-types Avoid TS enums
|
2022-11-18 12:57:54 -08:00 |
Michael Lumish
|
89e132ad3a
|
Merge pull request #2278 from murgatroid99/grpc-js_retry2
grpc-js: Implement retries
|
2022-11-17 14:05:01 -08:00 |
Michael Lumish
|
fa21e13ef3
|
Limit maxAttempts to 5 for retries and hedging
|
2022-11-17 11:51:49 -08:00 |
Michael Lumish
|
f1f351f3cd
|
Fix handling of messages that overflow the buffer limit
|
2022-11-17 11:09:16 -08:00 |
Michael Lumish
|
47ba357861
|
Fix typo in service config validation error messages
|
2022-11-17 09:34:16 -08:00 |
Michael Lumish
|
95516b66a0
|
Fix detection of refused streams
|
2022-11-16 14:37:31 -08:00 |
Michael Lumish
|
a120aa06b3
|
Merge branch 'master' into grpc-js_retry2
|
2022-11-16 14:19:46 -08:00 |
Michael Lumish
|
e19a773705
|
grpc-js: Add retry tests, and fix bugs and add tracing
|
2022-11-16 14:10:26 -08:00 |
Michael Lumish
|
5a5e42498c
|
grpc-js: Enable servers to send trailers-only responses
|
2022-11-16 14:09:40 -08:00 |
install
|
ef7b8e8f14
|
Don't allow `null` for enum field inputs/outputs
|
2022-11-16 10:10:13 -05:00 |
install
|
c7125fbdb5
|
proto-loader-gen-types Avoid TS enums
|
2022-11-15 16:44:52 -05:00 |
Michael Lumish
|
01c5ee783a
|
Merge pull request #2272 from murgatroid99/grpc-js_max_connection_age
grpc-js: Implement server connection management
|
2022-11-14 11:21:43 -08:00 |
Michael Lumish
|
6c0223da93
|
Merge pull request #2275 from murgatroid99/grpc-js-xds_interop_time_correction_fix
grpc-js-xds: interop: Fix timestamp handling when config changes
|
2022-11-14 11:10:47 -08:00 |
Michael Lumish
|
f8f95ee9bb
|
grpc-js-xds: interop: Fix timestamp handling when config changes
|
2022-11-14 09:50:33 -08:00 |
Michael Lumish
|
e066a5a97b
|
Merge pull request #2273 from murgatroid99/grpc-js_filter_factory_reuse_fix2
grpc-js: Make filter stack factory clone with a copy of the array
|
2022-11-11 11:19:28 -08:00 |
Michael Lumish
|
38f2497dae
|
grpc-js: Make filter stack factory clone with a copy of the array
|
2022-11-11 09:24:15 -08:00 |
Michael Lumish
|
dda62637d7
|
Merge pull request #2271 from murgatroid99/grpc-js_filter_factory_reuse_fix
grpc-js: Fix reuse of channel filter stack factory
|
2022-11-10 11:43:39 -08:00 |
Michael Lumish
|
0de2aad269
|
grpc-js: Fix reuse of channel filter stack factory
|
2022-11-10 10:54:19 -08:00 |
Michael Lumish
|
a42d6b4f5c
|
grpc-js: Implement server connection management
|
2022-11-10 09:59:53 -08:00 |
Michael Lumish
|
24ee5a0f16
|
Merge pull request #2270 from murgatroid99/grpc-js-xds_prof_directory_fix
grpc-js-xds: interop: Fix target directory for profile log
|
2022-11-09 10:45:40 -08:00 |
Michael Lumish
|
02c48f426d
|
grpc-js-xds: interop: Fix target directory for profile log
|
2022-11-09 10:08:47 -08:00 |
Michael Lumish
|
54f97a61c5
|
Merge pull request #2269 from murgatroid99/grpc-js-xds_interop_prof_mkdir
grpc-js-xds: interop: mkdir artifact directory before running tests
|
2022-11-08 16:00:29 -08:00 |