Eric Gribkoff
d9f656a911
fix docstring on grpc.server
6 years ago
Bill Feng
527ddd9982
cleanup
6 years ago
Bill Feng
fbd3808d0d
added exec_compatible_with to sh_test
6 years ago
Lidi Zheng
53476eced4
Adopt reviewer's suggestions
...
* Correct the StatusCode
* Format code
* Use @staticmethod
* Fix typo
6 years ago
Vishal Powar
f614fa5947
Adding upb as submodule
...
upb will be used for codegen of xDS protos.
6 years ago
Stanley Cheung
5ede895caf
Merge pull request #17315 from stanley-cheung/php-fix-zts-master
...
Fix PHP ZTS build breakage
6 years ago
Mehrdad Afshari
8199aff7a6
Fix Python blocking interceptors facing RpcError
...
RpcError should be returned from the continuation intact,
not raised.
6 years ago
apolcyn
aa00e06b65
Merge pull request #17290 from ganmacs/return-unimplemented-in-server-streamer
...
Return UNIMPLEMENTED error when user does not implement server_streamer method
6 years ago
Stanley Cheung
f2973917f4
Fix PHP ZTS build breakage
6 years ago
Yash Tibrewal
b87984bace
Stream size needs to be rounded up to alignment
6 years ago
Lidi Zheng
43599facf4
Channelz Python wrapper implementation
...
* Expose the C-Core API in Cython layer
* Handle the object translation
* Create a separate package for Channelz specifically
* Handle nullptr and raise exception if seen one
* Translate C++ Channelz unit tests
* Adding 5 more invalid query unit tests
Adding peripheral utility for grpcio-channelz package
* Add to `pylint_code.sh`
* Add to Python build script
* Add to artifact build script
* Add to Bazel
* Add to Sphinx module list
6 years ago
Yash Tibrewal
28ad1bd28e
Use grpc_event_engine_can_track_errors
6 years ago
Yash Tibrewal
fe9ba9adf8
Always set fd to be readable/writable on receiving EPOLLERR
6 years ago
Lidi Zheng
c5d22df984
Merge pull request #17304 from euroelessar/grpc-redeclaration
...
[cython] Declare symbols once
6 years ago
Yash Tibrewal
023415c461
Circumvent padding issues and make traced the second last field
6 years ago
Yash Tibrewal
cee77cfd38
Add traced information to stream op
6 years ago
Bill Feng
e00b58ba5a
trying latest image
6 years ago
Bill Feng
eff3b4ec30
trying standard-16 machine
6 years ago
Bill Feng
49528b9713
trying highmem machine
6 years ago
Guantao Liu
dc9ffa8034
Revert "Use a static local flag to memorize whether the grpc event engine runs in background or not"
...
This reverts commit 9bbda894cb
.
6 years ago
Guantao Liu
a7b24f511f
Revert "Resolve naming conflicts"
...
This reverts commit c1af11fbd6
.
6 years ago
Yash Tibrewal
66b2005cbb
Enable errqueue support for linux kernel versions 4.0.0 and above
6 years ago
Srini Polavarapu
0adcbd5014
gRPC release schedule
6 years ago
Bill Feng
74b780e096
added toolchain_resolution_debug for displaying platform
6 years ago
Soheil Hassas Yeganeh
a93b6012cc
Merge pull request #17300 from soheilhy/worktree-h2-refcnt
...
Move HTTP2 transport and byte stream to grpc_core::RefCount.
6 years ago
Soheil Hassas Yeganeh
58beb81d11
Move HTTP2 transport and byte stream to grpc_core::RefCount.
...
Also, added a TODO to move `grpc_transport` to C++. I believe that's
doable, which would requires significant change in all transports.
6 years ago
Soheil Hassas Yeganeh
1832d64f70
Merge pull request #17301 from soheilhy/worktree-orphanable
...
Use grpc_core::RefCount in place of gpr_refcount in OrphanablePtr
6 years ago
Ruslan Nigmatullin
f8f711ae4c
[cython] Declare symbols once
6 years ago
Soheil Hassas Yeganeh
b77c77f7da
Use grpc_core::RefCount in place of gpr_refcount
6 years ago
Guantao Liu
c1af11fbd6
Resolve naming conflicts
6 years ago
Guantao Liu
9bbda894cb
Use a static local flag to memorize whether the grpc event engine runs in background or not
6 years ago
Jan Tattermusch
4036ebbe3d
Merge pull request #17283 from jtattermusch/python_interop_37
...
Run python interop tests with python3.7
6 years ago
Noah Eisen
debb6d8991
Merge pull request #17296 from ncteisen/clang-tidy
...
Fix Clang Tidy
6 years ago
Lidi Zheng
4bc98acfd7
Merge pull request #17281 from lidizheng/issue-16718
...
Raise the exception while credential initialization
6 years ago
Bill Feng
1e53e3c17f
added back platform registration to WORKSPACE
6 years ago
Bill Feng
5810b53df3
merge conflict fix
6 years ago
Lidi Zheng
b7fd18daa4
Raise the exception while credential initialization
6 years ago
Bill Feng
70f9992d77
modified execution platform registration, added host platform
6 years ago
vishalpowar
5ee0cdc422
Merge pull request #17239 from vishalpowar/add_ads_in_metadata
...
Adding ads (data-plane-api) method name to wellknown names list.
6 years ago
vishalpowar
222706ac58
Merge pull request #17257 from vishalpowar/cleanup_load_reporting
...
xDS plugin is going to use LRS stream to report load to balancer. Remove
6 years ago
ncteisen
d3631f9c79
fix clang tidy
6 years ago
Jan Tattermusch
b0bcfb4ea5
use python stretch3.7 image for interop tests
6 years ago
Jan Tattermusch
422fdbfd6c
run python interop tests with python3.7
6 years ago
Jan Tattermusch
346d745c6e
Merge pull request #15640 from jtattermusch/slow_python_interop_build
...
Run interop tests using python3.4 (and build interop with 3.4 only)
6 years ago
ganmacs
bd1fdfaabe
Return unimplemented
...
when calling a method which is server_streamer and is not implemented by user
6 years ago
Lidi Zheng
e0d9692fa3
Merge pull request #17268 from mehrdada/remove-beta-elements-from-bazel
...
Remove beta module dependency from the Python Bazel package
6 years ago
Yash Tibrewal
c79a64d1d8
Merge pull request #17278 from yashykt/seq17219
...
Necessary change after #17219
6 years ago
Yash Tibrewal
8fb11e6d5e
Apply the conversion on the status irrespective of whether Pluck returned true
6 years ago
Yash Tibrewal
544f2a5abb
Necessary change after #17219
6 years ago
Mehrdad Afshari
e69c1b960f
Remove BUILD.bazel files from beta code elements
...
Beta code elements are going to get deprecated and
Bazel support is much newer, so Bazel users are
not supposed to accidentally depend on beta code
elements. Preventing Bazel from building and
including beta code elements makes our tests pass
without depending on beta in grpcio target and
helps avoid including that dependency accidentally
if you are using Bazel.
6 years ago