Esun Kim
5207eba9ff
Add abseil
5 years ago
Esun Kim
bf9a0aa6a0
Merge pull request #21542 from grpc/revert-21481-net-csharp
...
Revert "Support CentOS 7 for gRPC.NET"
5 years ago
Esun Kim
252de4f05c
Revert "Support CentOS 7 for gRPC.NET"
5 years ago
Guantao Liu
6b8a71ef40
Add a new submodule "libuv"
5 years ago
Esun Kim
1897f9ff60
Merge pull request #21574 from veblush/distribtest-timeout
...
Change the default timeout of CppDistribTest to 45min from 30min
5 years ago
Esun Kim
c683d80330
Merge pull request #21575 from veblush/yapf
...
Yapf all target python sources
5 years ago
Yash Tibrewal
324d2e64be
Replace or with ||
5 years ago
Jiangtao Li
fef0a47222
Merge pull request #21547 from ZhenLian/zhen_alts_context_new_3
...
Exposing ALTS Context and clientAuthzCheck()
5 years ago
Lidi Zheng
9a3ddd8d76
Correct comment wording
5 years ago
Lidi Zheng
4e3d980f70
Convert local cancellation exception into CancelledError
5 years ago
Lidi Zheng
a3d7733dd0
Passing cancel signal to Core for Unary Call as well
5 years ago
Lidi Zheng
6f0ffef2e9
Resolve a TODO and handle one more cancellation corner case
5 years ago
Lidi Zheng
413d29218e
Make YAPF happy
5 years ago
Lidi Zheng
d49b0849f0
Adding more catch clauses for CancelledError
5 years ago
Lidi Zheng
e8283e4818
Reword the comment
5 years ago
Lidi Zheng
65e4f17a2c
Remove unused code
5 years ago
Lidi Zheng
f1b29deea6
Improve cancellation mechanism:
...
* Remove the weird cancellation_future;
* Convert all CancelledError into RpcError with CANCELLED;
* Move part of call logic from Cython to Python layer;
* Make unary-stream call based on reader API instead of async generator.
5 years ago
Zhen Lian
618771dc6a
[Exposing ALTS Context 2/2] Utility Wrapper Class
...
This PR contains:
1. An ALTS context exposed for users to use, and a GetAltsContextFromAuthContext() function to get ALTS context from an AuthContext. Functionality-wise this part is similar with a previous PR https://github.com/grpc/grpc/pull/21536 , but in this PR, we adjusted the code structure and made some minor changes to better suit function clientAuthzCheck()
2. A clientAuthzCheck() function for users to check if the server is authorized
5 years ago
Esun Kim
7be821ac47
Yapf all target python sources
5 years ago
Vijay Pai
867d5f8052
Comment out unused-parameter
5 years ago
Esun Kim
782879d104
Change the default timeout of CppDistribTest to 45min from 30min
5 years ago
Yash Tibrewal
ce9e6eeded
Merge pull request #21573 from yashykt/updatetriage
...
Passing triage duty to Esun
5 years ago
Yash Tibrewal
e508d7fabe
Passing triage duty to Esun
5 years ago
Yash Tibrewal
ac845a1cd0
Fix log statement
5 years ago
Yash Tibrewal
268c6a5f80
Merge pull request #21546 from yashykt/runtestsfix
...
Don't fail on upload_results_to_bq not being defined
5 years ago
Pau Freixes
a85d001225
Merge pull request #21543 from Skyscanner/allow_calling_none_existing_servers
...
[Aio] Call correctly the connect CB error when an error happens
5 years ago
Pau Freixes
d3bba44e9e
[Aio] Call correctly the connect CB error when an error happens
...
Fixes a bug with the Aio socket that did not call correctly the
connect CB function when there was an issue connecting to a host
5 years ago
Yash Tibrewal
72c4b9767b
YAPF formatting
5 years ago
Yash Tibrewal
0263f75105
Merge pull request #21539 from yashykt/logging1
...
Extra logging with Truncated message on read closed
5 years ago
Yash Tibrewal
e0e6e574d1
Reviewer comments
5 years ago
Yash Tibrewal
45501dbbc4
Don't fail on upload_results_to_bq not being defined
5 years ago
Jan Tattermusch
9e95ff96ee
Merge pull request #21467 from zackgalbreath/cmake_docs
...
Updated documentation for using gRPC C++
5 years ago
Esun Kim
32af6c7459
Merge pull request #21530 from veblush/artifact-linux
...
Change the linux for linux artifacts to CentOS 6
5 years ago
Yash Tibrewal
6be9f613b4
Extra logging with Truncated message on read closed
5 years ago
Jan Tattermusch
4bfc638305
Merge pull request #21529 from zackgalbreath/cmake_building_docs
...
Improve documentation for building with CMake
5 years ago
Esun Kim
ab6dfb7eca
Merge pull request #21528 from veblush/xds-fix
...
Add namespace to MakeUnique in xds.cc
5 years ago
Jan Tattermusch
90b936ee84
Merge pull request #21488 from zackgalbreath/fetchcontent_example
...
Add distrib test for CMake FetchContent build
5 years ago
Vijay Pai
027eb3b05b
Merge pull request #21532 from vjpai/deadline
...
Properly set up deadline for generic callback requests
5 years ago
Vijay Pai
9ccc6b0e38
Properly set up deadline for generic requests
5 years ago
Esun Kim
f00bdb3d90
Change the linux for linux artifacts to CentOS 6
5 years ago
Lidi Zheng
090097bd2b
Merge pull request #21497 from lidizheng/newer-pip
...
Upgrade pip to 19.3.1 across the project
5 years ago
Lidi Zheng
5c7b8b322f
Merge pull request #21460 from lidizheng/fix-buildier
...
Make buildifier sanity test fail-able
5 years ago
Lidi Zheng
016d03fbad
Update the docgen.py
5 years ago
Lidi Zheng
fe919dd71e
Pin to 19.3.1
5 years ago
Lidi Zheng
0404939ad0
Let our CI use the latest pip version
5 years ago
Lidi Zheng
6e636bec94
Merge pull request #21522 from menghanl/patch-1
...
fix fmt.Errorf missing args
5 years ago
Zack Galbreath
e3c1ee698d
Improve documentation for building with CMake
5 years ago
Vijay Pai
2e43fd4660
Merge pull request #21523 from vjpai/conversion
...
Check for negative on NextMessageSize
5 years ago
Esun Kim
97954dda09
Add namespace to MakeUnique in xds.cc
5 years ago
Yash Tibrewal
d13b188988
Merge pull request #21519 from yashykt/addinterop1.25
...
Add v1.25.0 to interop matrix
5 years ago