| Commit message (Collapse) | Author | Age |
... | |
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Removing service_accounts credentials. These credentials just have
drawbacks compared to service_account_jwt_access credentials, notably
in terms for security.
- Renaming Google specific credentials with a Google prefix for C and
C++. This should be done as well for wrapped languages.
|
| |_|/
|/| |
| | |
| | | |
stable ABI.
|
|\ \ \
| | | |
| | | | |
Outlaw illegal metadata characters
|
| | | | |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
Use a custom exception in test_control
|
|\ \ \ \
| | | | |
| | | | | |
Status code conformance in grpc._links
|
| | | | |
| | | | |
| | | | |
| | | | | |
Whitespace is now disallowed in metadata keys.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use of ValueError is too easily misconstrued as an actual defect in the
system under test.
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
This is part of support for applications being able to respond to RPCs
with unrecognized names with specific codes and messages.
|
|\ \ \ \
| | | | |
| | | | | |
Four small Python bugfixes
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix parameter reassignment defect
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
A test suite for the RPC Framework Face interface
|
| |_|_|/ /
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
While a full Cartesian product across all variables isn't yet present
this is still reasonably comprehensive.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add a "transport" field to links.Ticket
|
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
This defect was introduced in 515b0a93526a.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Add cancel_all_calls to Python server.
|
| | | | |\
| |_|_|_|/
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This will be used for communication of transport-specific values and
objects up to applications.
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(1) In grpc._links.service._Kernel.add_ticket, premetadata() the call
if it has not already been premetadataed for any non-None ticket
termination, not just links.Ticket.Termination.COMPLETION.
(2) In grpc.framework.core._reception, add an entry to
_REMOTE_TICKET_TERMINATION_TO_LOCAL_OUTCOME for REMOTE_FAILURE.
REMOTE_FAILURE on a received ticket indicates the remote side of the
operation blaming the local side for operation abortion.
(3) In grpc.framework.core._reception.ReceptionManager._abort, only
abort the operation's other managers if the operation has not already
terminated, as indicated by the "outcome" attribute of the
TerminationManager.
(4) In grpc.framework.core._reception.ReceptionManager._abort, don't
transmit the outcome to the other side of the operation. Either it came
from the other side in the first place and to send it back would be
telling the other side something it already knows, or it arose from a
network failure and there's no confidence that it would reach the other
side.
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
This is the public API of the old face package of RPC Framework
extracted into a first-class interface and adapted to metadata, status,
and flow control.
|
| | |\
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
The RPC Framework core package.
|
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is the second generation of the old base package (framework.base)
and implements the translation between the new links and base
interfaces.
|
| |/
|/|
| |
| |
| | |
Also format _low_test.py to fit within the 80 character fill-limit and
re-style test assertions.
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Add some reserved checks that need to be present
|
| |/
|/| |
|
|/ |
|
|
|
|
|
| |
I wasn't able to flesh this out nearly as much as I had wanted to but I
can come back to it after Beta (issue #2959).
|
|
|
|
|
|
| |
This is the public API of the old base package of RPC Framework
extracted into a first-class interface and adapted to metadata, status,
and flow control.
|
|\ |
|
| |\
| | |
| | | |
Service-side read without allowance
|
| |\ \
| | | |
| | | | |
Add health-checking to Python.
|
| | |/
| |/|
| | |
| | | |
This compensates for the abstraction mismatch described in issue 2916.
|
|\| |
| | |
| | |
| | |
| | | |
Conflicts:
src/ruby/ext/grpc/rb_channel.c
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds the initial reference implementation for health-checking in gRPC
Python as a separate project (but within the same grpc package to keep
namespaces consistent). Only installs the package to test the
build-proto-modules custom command introduced in the health-checking
project.
|
| |\ \
| | | |
| | | | |
Expose new core functionality to Python.
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Use common timeouts in Python face-layer test-cases.
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
src/node/ext/call.cc
src/node/ext/channel.cc
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix debug annotation typo in Python.
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
src/csharp/ext/grpc_csharp_ext.c
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Move Python protoc plugin tests to grpcio_test.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Set Python user-agent string.
|