Yash Tibrewal
bc9ae03963
Merge pull request #23041 from kdungs/patch-1
...
Correct gMock syntax in example code.
5 years ago
Yash Tibrewal
a3e4a2ca67
Merge branch 'master' into unnamedstruck
5 years ago
Yash Tibrewal
b16ce8d621
Merge pull request #23032 from rcleveng/master
...
Fix missing include for std::string
5 years ago
apolcyn
30cfd114b3
Merge pull request #23110 from apolcyn/fix_grpc_cli
...
Allow configuring default service configs in grpc_cli via --default_service_config
5 years ago
Jan Tattermusch
72c92813a8
alternative API: expose debug error in form of an exception
5 years ago
Jan Tattermusch
171eeb552a
make hostname configurable
5 years ago
Richard Belleville
9e5a91b3b9
A rare moment where I wish I had a Windows machine
5 years ago
Richard Belleville
bc157d5eb5
Support Windows
5 years ago
Nicolas Noble
d075d49a1b
Merge pull request #23116 from grpc/revert-23005-asyncwrite
...
Revert "Fix StartCall: make corking work and allow concurrent Start*"
5 years ago
Richard Belleville
2ed3d6bb5e
Add to tests.json
5 years ago
Karthik Ravi Shankar
11c54ada0d
Revert "Fix StartCall: make corking work and allow concurrent Start*"
5 years ago
Richard Belleville
951263b12f
Remove reference to builing from source
5 years ago
Alexander Polcyn
0a452b9d19
Allow configuring default service configs in grpc_cli
5 years ago
Richard Belleville
f4d4200127
Underscore
5 years ago
Mark D. Roth
c566b0f7af
Merge pull request #23105 from markdroth/xds_uri_scheme
...
Support xDS via both "xds" and "xds-experimental" URI schemes.
5 years ago
Jan Tattermusch
f5ecc0adc8
add commandline parsing
5 years ago
Jan Tattermusch
8049266e64
improvements
5 years ago
Jan Tattermusch
682e8bd035
add C# xds example
5 years ago
Mark D. Roth
46ee6598b0
Merge pull request #23106 from markdroth/xds_listener_removed_flakiness
...
Fix xds_end2end_test to not set the response state back to SENT.
5 years ago
Mariano Anaya
6e83eb79f4
Apply formatting & fix typing
5 years ago
Mariano Anaya
7b3430ef3e
Restore test that passes metadata in a list
...
The old interface of accepting the metadata as a list, should be kept
due to a backwards incompatibility with a client.
The new ``aio.Metadata()`` type supports iteration, so creating a list
from it, is possible.
5 years ago
Mariano Anaya
a6bf093af8
Use metadata types in the service context
...
Replace the signature to allow methods to use the metadata object.
Internally, they'll still wrap the data in a tuple, but the interface
makes it clear that the ``aio.Metadata()`` object is supported.
Remove the ``tuple(<metadata>)`` conversions done in the tests.
5 years ago
Mariano Anaya
5a5a578446
Fix new metadata tests
...
Using the new aio.Metadata() type instead of tuple.
5 years ago
Mariano Anaya
8fcc77a310
[issue-21953] Improvements from review
...
* Replace ``MetadataType`` by ``Metadata`` in all places
* Fix annotations
* Use the new ``Metadata.from_tuple`` to create Metadata objects
5 years ago
Mariano Anaya
e9dadf46bf
[issue-24953] Fix tests, format, & types
...
Fixes https://github.com/grpc/grpc/issues/21953
5 years ago
Mariano Anaya
e04fcd2998
[issue-21953] Use the Metadata type
...
In all places where a tuple was used for metadata (in the aio version),
replace it by the new ``Metadata`` class.
5 years ago
Srini Polavarapu
48e7c3d275
Merge pull request #23108 from srini100/merge_from_129x
...
Merge from 129x
5 years ago
Srini Polavarapu
c80513b8aa
merge from 1.29.x to master
5 years ago
Stanley Cheung
fc9e5092da
Merge pull request #23093 from stanley-cheung/roll-forward-22998
...
Roll forward #22998
5 years ago
Pau Freixes
7d4ce583f9
Merge pull request #23092 from grpc/client_interceptor_bi_streaming
...
Add Aio stream stream client interceptor support
5 years ago
Richard Belleville
c843c18801
Actually change the implementation
5 years ago
Richard Belleville
2d4b6e894b
Interoperate with contextvars backports
5 years ago
Mark D. Roth
d2646941b0
Fix xds_end2end_test to not set the response state back to SENT.
5 years ago
Mark D. Roth
d674fa3e37
Support xDS via both "xds" and "xds-experimental" URI schemes.
5 years ago
Pau Freixes
b4afe041f1
Fixed weird annotation issues with pytype
5 years ago
Yash Tibrewal
62e4d25534
Merge pull request #23021 from Dlougach/patch-1
...
Include <memory> for std::unique_ptr
5 years ago
Pau Freixes
c8b7f22474
Apply feedback review
5 years ago
Richard Belleville
3ade93b447
Add TODOs
5 years ago
Richard Belleville
8487ce7faf
Propagate on posix
5 years ago
Richard Belleville
bccbda7f28
Add failing test
5 years ago
Karthik Ravi Shankar
c9474bdad0
Merge pull request #23099 from karthikravis/repoManager
...
Pass repo manager resposibility to Esun
5 years ago
Lidi Zheng
48e3b4b014
Merge pull request #23094 from lidizheng/forward-package
...
Add grpc-prefixed package generation script
5 years ago
Mark D. Roth
ebf1b84e0e
Merge pull request #23075 from markdroth/gpr_strvec
...
Second attempt: Remove gpr_strvec.
5 years ago
Jan Tattermusch
a43082112f
Merge pull request #23068 from jtattermusch/concurrent_connectivity_flaky
...
Mark concurrent_connectivity_test as flaky
5 years ago
Jan Tattermusch
ec8be426bd
Merge pull request #23067 from jtattermusch/cancel_ares_query_test_flaky
...
Mark cancel_ares_query_test as flaky
5 years ago
Karthik Ravi Shankar
24e7b8eb05
Pass repo manager resposibility to Esun
5 years ago
Pau Freixes
f9d9793c96
Apply review feedback
5 years ago
staticdev
ab41ecbaaf
clang_format_code
5 years ago
Stanley Cheung
03fc68bb5a
Merge pull request #23095 from jeffreyqw/Compression-example
...
PHP: Update Compression example
5 years ago
jeffreyqw
ed0f4e404c
PHP: Update Compression example
5 years ago