Eric Gribkoff
|
7401256927
|
check arg early, correct var name
|
5 years ago |
donnadionne
|
d6ecc3220a
|
Merge pull request #21911 from donnadionne/example2
Add XDS example to the suite of examples.
|
5 years ago |
Richard Belleville
|
aadcded305
|
Add docstrings
|
5 years ago |
Richard Belleville
|
1abe2f0ac2
|
Add stream_stream
|
5 years ago |
Yash Tibrewal
|
003122d1c2
|
Add size enormous to work_serializer_test
|
5 years ago |
Richard Belleville
|
38bef98463
|
Add stream-unary
|
5 years ago |
Lidi Zheng
|
56aa2c1143
|
Merge pull request #21910 from lidizheng/aio-no-mix
[Aio] Prohibit mixing two styles of API on client side
|
5 years ago |
Richard Belleville
|
b5f06c216e
|
Implement unary_stream
|
5 years ago |
Richard Belleville
|
4ac50ceed6
|
Add maximum-based channel eviction
|
5 years ago |
Donna Dionne
|
2bf8cbb424
|
Modify helloworld example to allow a target string
|
5 years ago |
Lidi Zheng
|
5cf41f3424
|
Revert the changes in _channel.py
|
5 years ago |
Lidi Zheng
|
33014035eb
|
Skip the test_invalid_metadata on Windows for now
|
5 years ago |
Lidi Zheng
|
c7095d6854
|
Make a proper shallow copy of onging calls set
|
5 years ago |
Lidi Zheng
|
15ff162fe3
|
Improve the documentation about newly added exception classes
|
5 years ago |
Lidi Zheng
|
22cd31b0ec
|
Remove TODO
|
5 years ago |
Lidi Zheng
|
ecf44b094b
|
Prohibit mixing two styles of API on client side
|
5 years ago |
Richard Belleville
|
20f85c1d60
|
Don't run test under Python 2
|
5 years ago |
Mark D. Roth
|
eeccff4e74
|
Merge pull request #21933 from markdroth/xds_logging_prep
Move xds API code into a class, so that common state can be cached.
|
5 years ago |
Lidi Zheng
|
072c150e77
|
Merge pull request #21885 from lidizheng/aio-channel-ready
[Aio] Add channel_ready helper function
|
5 years ago |
Lidi Zheng
|
231d4b22a1
|
Merge pull request #21919 from Skyscanner/set-error-description
[Aio] Set debug_error_string to AioRpcError
|
5 years ago |
Lidi Zheng
|
be85024b34
|
Merge pull request #21809 from lidizheng/aio-compression
[Aio] Support compression for both client and server
|
5 years ago |
Mark D. Roth
|
477b2fd0d0
|
Merge pull request #21909 from markdroth/xds_segfault
xds: Fix crash when moving all localities from a priority to a higher priority.
|
5 years ago |
Mark D. Roth
|
f739557803
|
Move xds API code into a class, so that common state can be cached.
|
5 years ago |
Doug Fawley
|
d5e8fdb1e1
|
Merge pull request #21925 from dfawley/master
Add v1.27.1 release of grpc-go to interop matrix
|
5 years ago |
Matthew Stevenson
|
924aace7dc
|
Version 4.
|
5 years ago |
Matthew Stevenson
|
ceae5835e6
|
Merge remote-tracking branch 'upstream/master' into tls-credentials-1
|
5 years ago |
Jan Tattermusch
|
e83426b741
|
Merge pull request #21890 from grpc/jtattermusch-patch-1
a few cmake fixes in BUILDING.md
|
5 years ago |
Jan Tattermusch
|
060c756945
|
add README.md for third_party
|
5 years ago |
Mariano Anaya
|
1df63bf35b
|
Get the debug_error_string in a simpler fashion
* Use the public method in ``AioRpcStatus``
* Keep everything encapsulated inside the function that creates the
error.
|
5 years ago |
Jan Tattermusch
|
f7cffb602b
|
improve the docs
|
5 years ago |
Jan Tattermusch
|
5ed0b4108b
|
align stuff
|
5 years ago |
Zhanghui Mao
|
cace1d7032
|
Merge pull request #4 from grpc/master
Sync with grpc repo
|
5 years ago |
Matthew Stevenson
|
d869bed623
|
Added in server builder.
|
5 years ago |
Doug Fawley
|
5f76067228
|
Add v1.27.1 release of grpc-go to interop matrix
|
5 years ago |
matthewstevenson88
|
b6cc9a72a0
|
Merge pull request #21923 from grpc/revert-21852-tls-credentials-1
Revert "Updates to TLS credentials, version 3"
|
5 years ago |
Lidi Zheng
|
473a75b47e
|
Reduce side effect of a "create" method
|
5 years ago |
matthewstevenson88
|
ee7ae056e5
|
Revert "Updates to TLS credentials, version 3"
|
5 years ago |
matthewstevenson88
|
e31532c155
|
Merge pull request #21852 from matthewstevenson88/tls-credentials-1
Updates to TLS credentials, version 3
|
5 years ago |
Vijay Pai
|
bbebd3eee3
|
Merge pull request #21913 from grpc/vjpai-patch-3
Remove unused parameter names
|
5 years ago |
Yannic Bonenberger
|
06ecc87290
|
[bazel] Add fixes for --incompatible_load_proto_rules_from_bzl
|
5 years ago |
Mark D. Roth
|
cf032b300e
|
xds: Fix crash when moving all localities from a priority to a higher priority.
|
5 years ago |
Mariano Anaya
|
583712704a
|
[Aio] Set debug_error_string to AioRpcError
When handling errors in aio, also set the ``debug_error_string``, to get
more information (when available), about the exception, and help debug.
|
5 years ago |
Vijay Pai
|
152f46b5f6
|
Move generic stub implementation to header (prepare for templates)
|
5 years ago |
Vijay Pai
|
ae640ef122
|
Remove unused parameter name
|
5 years ago |
Vijay Pai
|
43665d6877
|
Remove unused parameter name
|
5 years ago |
Richard Belleville
|
741b407ac4
|
Add simple eviction mechanism
|
5 years ago |
Mark D. Roth
|
01e87e2d93
|
Remove old JSON API
|
5 years ago |
Lidi Zheng
|
c564d28f9a
|
Merge pull request #21903 from lidizheng/aio-fix-close
[Aio] Attempt to fix recent AsyncIO windows flake
|
5 years ago |
Yash Tibrewal
|
c3bcb6c7ce
|
Merge pull request #21846 from yashykt/workserializer
Replace LogicalThread with WorkSerializer
|
5 years ago |
Eric Gribkoff
|
237e1cd033
|
typo
|
5 years ago |