Donna Dionne
2ec96be5db
Default Route matcher checking:
...
- if xds routing is disabled: only allow matcher to be empty or single
slash( same behaviour as 1.28)
- if xds routing is enabled: ignore all supported path matchers and reject
all unsupported path matchers
5 years ago
Richard Belleville
ae87ce342d
Merge pull request #22971 from staticdev/master
...
Quickfix for linting in docstring
5 years ago
Eric Anderson
df8eb2887a
Merge pull request #22768 from menghanl/path_case_sensitive
...
doc: clarify that gRPC paths are case-sensitive
5 years ago
Stanley Cheung
2fc2377b04
Merge pull request #22838 from HannahShiSFB/compression-interop-test
...
PHP: add interop test case of compression
5 years ago
Esun Kim
44fb37c99f
Merge pull request #22818 from veblush/bm_opencensus_plugin_test_flag
...
Remove flaky flag from bm opencensus plugin test
5 years ago
Esun Kim
d2fbaf7f46
Merge pull request #22819 from veblush/time-convert-flag
...
Remove flaky flag from ChannelzChannelTest::LastCallStartedTime
5 years ago
Yang Gao
2ff6917378
Merge pull request #22969 from yang-g/sequential_conn
...
Roll-forward sequential_connection_test
5 years ago
Thiago C. D'Ávila
1531f09f6a
Quickfix for linting in docstring
5 years ago
Esun Kim
c56134deeb
Merge pull request #22939 from veblush/ping-log
...
Fix log ping format
5 years ago
yang-g
2b78747d15
Let grpc_init/shutdown cover credentials create/release
5 years ago
yang-g
10b50653ee
Revert "Merge pull request #22952 from grpc/revert-22922-sequential_conn"
...
This reverts commit 30ad47d819
, reversing
changes made to ad7c94c944
.
5 years ago
Mark D. Roth
c6497389bf
Merge pull request #22966 from markdroth/xds_routing_env_var
...
Trigger xds routing support via env var instead of channel arg.
5 years ago
Stanley Cheung
8cb7fd5df0
Merge pull request #22940 from stanley-cheung/test-python-fix
...
Fix run_tests pip install error
5 years ago
Esun Kim
78be6655e4
Merge pull request #22959 from veblush/manylinux2010-update
...
Update manylinux2010 docker images
5 years ago
Lidi Zheng
60eea82fbf
Merge pull request #22604 from dhalperi/patch-1
...
gRPC docs: remove mention of Python 2.7
5 years ago
Jan Tattermusch
163fcfa0f3
Merge pull request #22896 from Falco20019/grpc-tools-fix-env-variables
...
Fix properties in Grpc.Tools
5 years ago
Mark D. Roth
2ba3f8e7f9
Trigger xds routing support via env var instead of channel arg.
5 years ago
Jan Tattermusch
b88e94fd67
Merge pull request #22930 from jtattermusch/csharp_route_guide_simpler
...
Simplify running of C# RouteGuide example
5 years ago
Jan Tattermusch
30ad47d819
Merge pull request #22952 from grpc/revert-22922-sequential_conn
...
Revert "Let the connectivity test use local subchannel pool to create multipl…"
5 years ago
Jan Tattermusch
ad7c94c944
Merge pull request #22113 from uecasm/fix-cpp-tools-paths
...
Grpc.Tools: Fix cpp paths in tools to match actual codegen.
5 years ago
Esun Kim
3c5b02b17c
Removed unnecessary commands
5 years ago
Lidi Zheng
567325d293
Merge pull request #22667 from lidizheng/aio-channelz
...
[Aio] Add AsyncIO support for Channelz
5 years ago
apolcyn
fed09cbe2c
Merge pull request #20417 from casperisfine/ruby-27-frozen-strings
...
Fix Ruby 2.7 compatibility in GenericService.underscore
5 years ago
Yang Gao
10d262a65d
Merge pull request #22957 from yang-g/client_fuzzer
...
Add a missing ref and fuzzer test case
5 years ago
Lidi Zheng
698a5a8869
Merge pull request #22770 from grpc/revert-22759-revert-22688-aio-status
...
Revert "Revert "[Aio] Add AsyncIO support to grpcio-status""
5 years ago
yang-g
5872d49c83
generate projects
5 years ago
yang-g
2fcb1ffe3b
Add a missing ref and fuzzer test case
5 years ago
Jan Tattermusch
7a53004da7
Revert "Let the connectivity test use local subchannel pool to create multipl…"
5 years ago
Jan Tattermusch
584afc2d8e
Merge pull request #22473 from jtattermusch/win2019_bazel_rbe
...
Migrate windows RBE to win2019 pool
5 years ago
Jan Tattermusch
60f499fe56
Merge pull request #22047 from tomaszjonak/patch-1
...
grpc_cli: add info about cmake gRPC_BUILD_TESTS flag
5 years ago
Esun Kim
2b329d4c0c
Merge pull request #22325 from veblush/sanitizer-option
...
Added GRPC_TSAN_SUPPRESSED and GRPC_ASAN_SUPPRESSED
5 years ago
Stanley Cheung
f9726aefc1
Merge pull request #22871 from jagobagascon/feature/add-autogenerated-header-to-objc-files
...
objc: add autogenerated header to generated files
5 years ago
Stanley Cheung
811f9b1bac
Merge pull request #22908 from HannahShiSFB/ignore-valgrind-undef-errors
...
PHP: ignore-valgrind-undef-errors from php7.3
5 years ago
Stanley Cheung
7d8f295ab0
Fix run_tests pip install error
5 years ago
Stanley Cheung
2d63189237
Merge pull request #22913 from pbatg/master
...
Moved GRPCTypes into its own grpc_objc_library.
5 years ago
Lidi Zheng
0b7b6181e9
Merge pull request #22925 from lidizheng/aio-server-interceptor-test
...
[Aio] Add test cases for server interceptors
5 years ago
Jan Tattermusch
436165a753
Simplify the instructions a bit more.
5 years ago
Jan Tattermusch
7740ed281d
A few more improvements
5 years ago
Jan Tattermusch
2de0e4c7df
small fixup
5 years ago
Jan Tattermusch
cdb3d823fd
migrate windows RBE to win2019 pool
5 years ago
Jan Tattermusch
e59b42f7d1
add script to create Win VM
5 years ago
apolcyn
5a5105b89c
Merge pull request #22876 from apolcyn/recv_status_error_message_ruby
...
Ruby: surface recv_status_op.error_string and into BadStatus exceptions
5 years ago
Hannah Shi
912157fb9d
change docker/template and re-run generate
5 years ago
Esun Kim
680d08baed
Fix log ping format
5 years ago
pbatg
4918a51372
Moved GRPCTypes into its own grpc_objc_library.
5 years ago
Alexander Polcyn
90f13f08f0
plumb recv_stats_op error_string field up to the ruby surface
5 years ago
Yang Gao
c9524640ba
Merge pull request #22919 from yang-g/once
...
add a static assert for gpr_once with abseil
5 years ago
Muxi Yan
85b5883553
Merge pull request #22933 from apolcyn/revert_source_addr_in_tcp
...
Revert "Include source address in tcp posix async connect errors"
5 years ago
donnadionne
b1425e2c62
Merge pull request #22749 from donnadionne/new
...
Integrating weighted target policy into xds routing policy
5 years ago
Eric Anderson
576f478a74
Merge pull request #22886 from ejona86/compression-initial-call
...
doc/compression.md: Make it clear compression is per-RPC
5 years ago