Jan Tattermusch
cb6d09ac21
add missing bm_pollset and bm_chttp2_transport targets to bazel build
5 years ago
Esun Kim
de9feb69ab
Add dbghelp.lib to windows artifacts
5 years ago
Lars Kanis
4c667476a0
Add ruby-2.7 to build process of binary gems for Windows and Linux
...
With rake-compiler-dock-1.0.1 there's no need to use a derived Dockerfile.
The standard RCD image can be used instead.
The only issue is with conflicting declarations of gettimeofday(), which can be easily worked around by patching win32.h before the build.
Fixes #21514
5 years ago
Zhanghui Mao
6fef56573e
Implement server interceptor for unary unary call
5 years ago
Zhanghui Mao
8072fcb231
Merge pull request #7 from grpc/master
...
Sync with grpc
5 years ago
Mehrdad Afshari
64fb7d4745
Merge pull request #22031 from mehrdada/no-validate-ok-details
...
Do not validate details when status code is OK
5 years ago
Mehrdad Afshari
9a929c1546
Do not validate details when status code is OK
5 years ago
Lidi Zheng
a747a50cc1
Merge pull request #22027 from lidizheng/update-dashboard
...
Use the working dashboard link in README
5 years ago
Lidi Zheng
5622e9e78c
Make sanity tests happy
5 years ago
Lidi Zheng
37055f923f
Make pylint happy
5 years ago
Lidi Zheng
908a8489f0
Make the version check more strict
5 years ago
Lidi Zheng
43788ac44e
Update the copyright
5 years ago
Lidi Zheng
7b4d0b28c6
Implement health checking servicer in AsyncIO
5 years ago
Yash Tibrewal
bcf24a9304
Merge pull request #21945 from yashykt/workserializertestsize
...
Disable work_serializer_test on internal tests
5 years ago
Lidi Zheng
e6278b5333
Make the test intent more obvious
5 years ago
Lidi Zheng
414b1ff799
Use the working dashboard
5 years ago
jboeuf
fb25b28579
Merge pull request #21967 from jboeuf/sts_more_tests
...
Add more tests for STS
5 years ago
Lidi Zheng
909ce6fee2
Point out it is testing client-side behavior
5 years ago
Lidi Zheng
12b0ddbc2b
Improve the documentation based on suggestions
5 years ago
Lidi Zheng
479651e4cf
Remove NoReturn to support <3.6.2
5 years ago
Lidi Zheng
0c7bf6c434
Make sanity tests happy
5 years ago
Lidi Zheng
1945c1108f
Move the docstring from Cython to rst
5 years ago
Lidi Zheng
d743e4390a
Fill-in missing interfaces & improve rst template
5 years ago
Lidi Zheng
e62afd7ed2
Polish the grpc_asyncio.rst
5 years ago
Lidi Zheng
f17ec928df
Fix lack of empty line in the docstring
5 years ago
Lidi Zheng
5326f8623d
Update sphinx configuration
5 years ago
Lidi Zheng
4c59615f46
Format __init__.py
5 years ago
Lidi Zheng
3cdd83bdac
Improve invocation_defects_tests with assertions and comments
5 years ago
Lidi Zheng
11953d1315
Merge pull request #21988 from lidizheng/aio-fast-close-2
...
[Aio] Make client-side graceful shutdown faster
5 years ago
Mark D. Roth
b66e798739
Pass C repo manager duty to Nico.
5 years ago
Jan Tattermusch
14800b0c1a
Merge pull request #22006 from jtattermusch/libuv_stuff_in_bazel
...
Add missing libuv specific sources to bazel BUILD (align build.yaml and BUILD)
5 years ago
Jan Tattermusch
047c2d476f
Merge pull request #21739 from grpc/vjpai-patch-1
...
Make microbenchmarks tests rather than binaries, fix issues
5 years ago
Esun Kim
df0daed9ff
Merge pull request #22010 from veblush/ruby-docker
...
Update docker images for Ruby
5 years ago
Yash Tibrewal
820ee53030
Merge pull request #22000 from yashykt/unusedparams
...
Remove some unused parameter warnings
5 years ago
Julien Boeuf
f930322bf9
Add more tests for STS
...
- ensure that we don't crash if the token file is not readable.
- fixed the oauth2 token fetcher as well.
5 years ago
Richard Belleville
c01b39e55b
Pull Python 3 only tests out to a separate repo
5 years ago
Lidi Zheng
7a50172cc8
Handle the intercepted call case
5 years ago
Matthew Stevenson
b344c90fe1
ssl creds
5 years ago
Matthew Stevenson
b07ea16e37
Added back in experiment file and now using ssl credentials.
5 years ago
Lidi Zheng
e0f8fe3254
Ensure channel isolation is maintained while graceful close
5 years ago
Yash Tibrewal
eb179095c4
Buildify
5 years ago
Yash Tibrewal
660e5360f7
Merge pull request #21981 from yashykt/20928fix
...
Fix Issue 20928
5 years ago
Esun Kim
03660c6c42
Merge pull request #22008 from veblush/docxyfile-unique
...
Dedup srcs in doxyfile
5 years ago
Esun Kim
aa666f4b76
Merge pull request #21996 from veblush/deadline-catch
...
Delete default TimePoint constructor to detect error at compile time
5 years ago
Yash Tibrewal
a77d7c0f5a
Merge pull request #21999 from yashykt/xdsinteropclangtidy
...
Clang tidy xds interop client
5 years ago
Esun Kim
d0c8cb826d
Merge pull request #22009 from veblush/del-sync-cxx11
...
Removed unused sync_[no]_cxx11 files
5 years ago
Yash Tibrewal
9713fc6ac5
Revert log statement
5 years ago
Yash Tibrewal
edda7020a3
Revert channel arg changes and clear the maps only if created from the XdsResolver
5 years ago
Esun Kim
377fcc9bba
Update docker images for Ruby
5 years ago
Vijay Pai
f7d857a8e4
Make threadpool and trickle tests manual only (excessive time/resources)
5 years ago