Jason Meller
3e17411774
Covert hash to keyword arguments for ruby 2.7
...
Ruby 2.7 deprecated passing a hash as the last argument for a method that takes keyword params. This commit coverts the hash explicitly to keyword args using the double splat.
```
grpc-1.28.0-universal-darwin/src/ruby/lib/grpc/generic/service.rb:170: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
```
5 years ago
Thomas Etter
f5c9fd94a5
do not write unnecessary new lines in the grpc_cli as the formatters already write them
5 years ago
Alexander Polcyn
6f828a9494
Attempt to fix Android test Cmake build
5 years ago
Lidi Zheng
f7591a3426
Merge pull request #22855 from lidizheng/stop-leak
...
Stop memory leak when Python channel is deallocated without invoking "close"
5 years ago
Alexander Polcyn
1dad16c0d9
Use C-core's histogram, drop use of exec_ctx header
5 years ago
Lidi Zheng
e844f30101
Close Core's channel when there is no reference to the channel
5 years ago
apolcyn
4046ee6367
Merge pull request #22594 from Oshiumi/fix-nested-message-output-generation
...
Fix generating method output with nested resource
5 years ago
Hannah Shi
290d187f60
ignore-valgrind-undef-errors from php7.3
5 years ago
Mark D. Roth
581751b65b
xds: When listener does not exist, put channel in TRANSIENT_FAILURE.
5 years ago
Mark D. Roth
a13e54cc5f
Merge pull request #22755 from markdroth/absl_string_view_host_port2
...
Remove deprecated variant of JoinHostPort().
5 years ago
Yash Tibrewal
fc7233e8f0
Merge pull request #22901 from yashykt/httpstatuserror
...
Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies
5 years ago
ZhenLian
2252895011
Merge pull request #22863 from ZhenLian/zhen_tmp_branch
...
Expose Peer SPIFFE Identity
5 years ago
Mark D. Roth
c769951764
Remove deprecated variant of JoinHostPort().
5 years ago
Ville M. Vainio
5111d873f8
SkipGrpcNativeLibsCopying can now be False, false or FALSE
5 years ago
Yash Tibrewal
8051d956af
Merge pull request #22429 from pavelsimo/patch-1
...
Fix typo in CallOpSet comments
5 years ago
Yash Tibrewal
32a2310516
Merge pull request #20866 from klfreeman/master
...
Add GRPC_ARG_HTTP_PROXY channel argument.
5 years ago
Yash Tibrewal
f103a16182
Merge pull request #20784 from Yannic/bazel_ci
...
Add config for Bazel CI
5 years ago
Oshiumi
8c796fa7cf
Fix code style
5 years ago
Hannah Shi
db4f82e9b9
enable php client compression tests
5 years ago
Hannah Shi
2ea54ceea2
add client_compressed_streaming interop test
5 years ago
Hannah Shi
662c44cbc3
add test case of compression
5 years ago
ZhenLian
b98457ff79
fix first round of feedback
5 years ago
Yash Tibrewal
28a0c0ff00
Merge pull request #22903 from yashykt/donotcloseissues
...
Do not close kind/bug with stalebot for now
5 years ago
Yash Tibrewal
f2839869ff
Merge pull request #22864 from yashykt/closedenhancementissues
...
Update note on closed feature requests with help wanted label
5 years ago
Yash Tibrewal
da6094f70a
Merge pull request #22866 from yashykt/noquestions
...
Add an issue template for questions and change wording for issue templates
5 years ago
Yash Tibrewal
29479667cc
Do not close kind/bug with stale for now
5 years ago
Yash Tibrewal
14ab949d98
Merge pull request #22314 from yashykt/execctxstartingcpu
...
Lazily initialize starting_cpu_ in ExecCtx
5 years ago
Vijay Pai
29151efd34
Merge pull request #22837 from vjpai/channel_acec
...
Fixes on ApplicationCallbackExecCtx
5 years ago
Yash Tibrewal
376d8689d2
Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies
5 years ago
apolcyn
662141e90c
Merge pull request #22865 from apolcyn/more_context_in_dns_errors
...
Include the query type and name in all c-ares DNS error messages
5 years ago
apolcyn
f815053e5f
Merge pull request #22868 from apolcyn/dest_address_in_immediate_tcp_errors
...
Include the destination address in synchronous TCP connect errors
5 years ago
Vijay Pai
611dccb492
Add a test without WritesDone and reorder destruction
5 years ago
Vijay Pai
420e814e1f
Merge pull request #22893 from grpc/vjpai-patch-1
...
Mark override on service method
5 years ago
Alexander Polcyn
bbdfde5551
Include the relevant query type and name in all c-ares DNS resolution errors
5 years ago
Alexander Polcyn
b872ffe2f2
Make channel soak interop test more debuggable, add max_failures and
...
max_acceptable_latency_ms options
5 years ago
Kraemer, Benjamin
f3fbec3c67
Keep properties if already set
...
* Protobuf_ToolsOs
* Protobuf_ToolsCpu
* Protobuf_ProtocFullPath
5 years ago
Kraemer, Benjamin
eb8c6189ea
Fix CPP cleanup
5 years ago
Jan Tattermusch
8fa1b33c26
Merge pull request #22252 from zackgalbreath/clarify_docs
...
Documentation improvements
5 years ago
Ville M. Vainio
c6723399b8
SkipGrpcNativeLibsCopying flag
5 years ago
Vijay Pai
415b71c98d
Defensive programming: ACEC is an optimization and not strictly needed
5 years ago
matthewstevenson88
8174dbdd50
Merge pull request #22892 from matthewstevenson88/remove-flaky-test
...
Remove flaky test introduced in PR 21932.
5 years ago
Vijay Pai
113c7fcb7c
Mark override on service method
5 years ago
Vijay Pai
e9b4e168ba
Declare ApplicationCallbackExecCtx at channel's core entry points
5 years ago
Matthew Stevenson
a37d5f14b0
Remove flaky test introduced in PR 21932.
5 years ago
Jan Tattermusch
1cbd0d4c2a
populate Status.DebugErrorString in C#
5 years ago
Jan Tattermusch
cfe0b3a327
Revert "populate error string in ClientSideStatus"
...
This reverts commit f2178a136d
.
5 years ago
Jan Tattermusch
f2178a136d
populate error string in ClientSideStatus
5 years ago
Jan Tattermusch
0ac75d7a19
add grpcsharp_batch_context_recv_status_on_client_error_string native method
5 years ago
donnadionne
db932d810d
Merge pull request #22888 from donnadionne/revert
...
Fixing a build error
5 years ago
Donna Dionne
7fe44d8b1e
Fixing a build error
...
A parameter has been removed, but the next PR merged cleanly while still
using the removed parameter.
5 years ago