Muxi Yan
|
881439476c
|
Merge pull request #22684 from grpc/revert-22423-objc-poller
Revert "Introduce CFRunLoop based iomgr"
|
5 years ago |
Lidi Zheng
|
b6a7d5505c
|
Merge pull request #22662 from lidizheng/aio-reflection
[Aio] Add AsyncIO support to grpcio-reflection
|
5 years ago |
Lidi Zheng
|
ebfa9e7e51
|
Merge pull request #22665 from lidizheng/aio-unary-none
[Aio] Handle the empty response with error code from server handler
|
5 years ago |
Muxi Yan
|
0e0db09613
|
Revert "Introduce CFRunLoop based iomgr"
|
5 years ago |
Mark D. Roth
|
43c30f40da
|
Merge pull request #22675 from markdroth/xds_default_route
xds: Accept either "" or "/" as the prefix for the default route.
|
5 years ago |
Vijay Pai
|
f812e29149
|
Merge pull request #22673 from grpc/vjpai-patch-1
Remove unneeded fields of requested_call
|
5 years ago |
ZhenLian
|
882bc03432
|
Merge pull request #22672 from grpc/zhen_core_test_improvement_4
[5/n] Avoid using hardcoded test credentials
|
5 years ago |
Vijay Pai
|
8057e25a4b
|
Merge pull request #22663 from vjpai/destatic
Make proper use of anonymous namespace and remove useless typedefs
|
5 years ago |
Eric Gribkoff
|
ed572acab4
|
Merge pull request #22652 from ericgribkoff/xds_reuse_resources
change --tolerate_gcp_errors to --use_existing_gcp_resources
|
5 years ago |
Eric Gribkoff
|
c98c9f6615
|
Merge branch 'master' into xds_reuse_resources
|
5 years ago |
Lidi Zheng
|
9503b68a8b
|
Discards response message with non-OK status
|
5 years ago |
Lidi Zheng
|
51e38fa508
|
Allow "None" as response message with none-OK status
|
5 years ago |
Lidi Zheng
|
cc04b8aaf0
|
Merge pull request #22677 from lidizheng/aio-codec-doc
Improve the documentation for serializer and deserializer
|
5 years ago |
Muxi Yan
|
7f36ff039f
|
Merge pull request #22423 from muxi/objc-poller
Introduce CFRunLoop based iomgr
|
5 years ago |
Lidi Zheng
|
6e0ac50b09
|
Improve the documentation for serializer and deserializer
|
5 years ago |
Lidi Zheng
|
37755c482b
|
Avoid docstring duplication
|
5 years ago |
Lidi Zheng
|
17d75dde69
|
Simplify logic around send message operation
|
5 years ago |
Muxi Yan
|
b96895bf9d
|
Add apple_ev iomgr
|
5 years ago |
Mark D. Roth
|
bf6e534714
|
Accept either "" or "/" as the prefix for the default route.
|
5 years ago |
Jan Tattermusch
|
beee4cefa3
|
Merge pull request #22636 from chalin/patch-4
C++ Hello World: refer reader to Quick Start
|
5 years ago |
Vijay Pai
|
a8973db224
|
Remove unneeded fields of requested_call
|
5 years ago |
ZhenLian
|
5dfa78b55f
|
[No Review] test MacOS test behaviors
|
5 years ago |
Vijay Pai
|
2d29269f8c
|
Make proper use of anonymous namespace
|
5 years ago |
Jan Tattermusch
|
c850aa194f
|
Merge pull request #22634 from chalin/patch-2
Ignore `cmake/build/` anywhere in the repo
|
5 years ago |
Lidi Zheng
|
e819e03a83
|
Restore 27 compatibility
|
5 years ago |
Lidi Zheng
|
3e187feca0
|
Fix the inaccurate cancel injection
|
5 years ago |
Lidi Zheng
|
b8691f9669
|
Fix the import for aio gRPC
|
5 years ago |
Lidi Zheng
|
faf946931d
|
Add the new test case to tests.json
|
5 years ago |
Lidi Zheng
|
3e85a129b4
|
Add test case for set_code with no return value
|
5 years ago |
Lidi Zheng
|
9b4070a380
|
Fix the None return case
|
5 years ago |
ZhenLian
|
5aee7d3bc6
|
Merge pull request #22656 from grpc/zhen_core_test_improvement_2
[4/n] Avoid using hardcoded test credentials
|
5 years ago |
ZhenLian
|
97ea8ed66f
|
Merge pull request #22625 from grpc/zhen_core_test_improvement
[3/n] Avoid using hardcoded test credentials
|
5 years ago |
Vijay Pai
|
f66ed22c08
|
Merge pull request #22660 from grpc/vjpai-patch-1-1
Remove unneeded assignment
|
5 years ago |
Lidi Zheng
|
eb9728f25f
|
Add AsyncIO support to grpcio-reflection
|
5 years ago |
Eric Gribkoff
|
8efa4b9cc1
|
Merge pull request #22659 from ericgribkoff/gcp_retries
Enable retries for failed GCP API calls
|
5 years ago |
Vijay Pai
|
7d82170ec0
|
Remove unneeded assignment
|
5 years ago |
ZhenLian
|
096c276182
|
[4/n] Avoid using hardcoded test credentials
|
5 years ago |
Mark D. Roth
|
cbf18222af
|
Merge pull request #22648 from markdroth/xds_remove_old_flow
xds: Remove fallback code and support for old xds LB configs.
|
5 years ago |
Eric Gribkoff
|
d1cb8a32aa
|
increase time.sleep between polling operations
|
5 years ago |
Eric Gribkoff
|
6113d70812
|
Enable retries for failed GCP API calls
The HttpRequest.execute() method used to make GCP calls has a
`num_retries` parameter, as documented at
https://googleapis.github.io/google-api-python-client/docs/epy/googleapiclient.http.HttpRequest-class.html#execute
|
5 years ago |
Jan Tattermusch
|
f198dc79b2
|
Merge pull request #22657 from markdroth/disable_client_channel_stress_test
Mark client_channel_stress_test as manual so that it doesn't run on every PR.
|
5 years ago |
ZhenLian
|
e8d47d31de
|
[3/n] Avoid using hardcoded test credentials
|
5 years ago |
Mark D. Roth
|
d7a62868c8
|
Mark client_channel_stress_test as manual.
|
5 years ago |
Jan Tattermusch
|
c923f95294
|
Merge pull request #22633 from chalin/patch-1
Removing obsolete C++ tutorial content
|
5 years ago |
Jan Tattermusch
|
66dc6e97f6
|
Merge pull request #22635 from chalin/patch-3
C++ examples README cleanup
|
5 years ago |
Yash Tibrewal
|
615cd251b8
|
Merge pull request #22640 from yashykt/keepalivetrace
Add option for logging keepalive pings
|
5 years ago |
Eric Gribkoff
|
83b0bc8da0
|
change --tolerate_gcp_errors to --use_existing_gcp_resources
|
5 years ago |
Muxi Yan
|
e8ec1d6273
|
Merge pull request #22649 from grpc/fix-xds-e2e-test
Use correct status code type in xDS e2e test
|
5 years ago |
Richard Belleville
|
2974b5c816
|
Merge pull request #22643 from gnossen/manylinux2010_soreuseport
Support SO_REUSEPORT on manylinux2010
|
5 years ago |
Patrice Chalin
|
c95c2102c6
|
Delete cpptutorial.md
|
5 years ago |