aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_test/grpc_test/framework/interfaces
Commit message (Collapse)AuthorAge
* Merge pull request #3052 from nathanielmanistaatgoogle/crustGravatar Masood Malekghassemi2015-08-27
|\ | | | | The RPC Framework crust package
| * The RPC Framework crust packageGravatar Nathaniel Manista2015-08-25
| |
* | Add code and message to base.NoSuchMethodErrorGravatar Nathaniel Manista2015-08-25
|/ | | | | This is part of support for applications being able to respond to RPCs with unrecognized names with specific codes and messages.
* Merge pull request #3040 from nathanielmanistaatgoogle/faceGravatar Masood Malekghassemi2015-08-24
|\ | | | | A test suite for the RPC Framework Face interface
| * A test suite for the RPC Framework Face interfaceGravatar Nathaniel Manista2015-08-25
| | | | | | | | | | While a full Cartesian product across all variables isn't yet present this is still reasonably comprehensive.
* | Add a "transport" field to links.TicketGravatar Nathaniel Manista2015-08-24
|/ | | | | This will be used for communication of transport-specific values and objects up to applications.
* The RPC Framework core package.Gravatar Nathaniel Manista2015-08-21
| | | | | | This is the second generation of the old base package (framework.base) and implements the translation between the new links and base interfaces.
* A test suite for the RPC Framework base interfaceGravatar Nathaniel Manista2015-08-18
| | | | | 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).
* Service-side read without allowanceGravatar Nathaniel Manista2015-08-13
| | | | This compensates for the abstraction mismatch described in issue 2916.
* Reorganize Python testsGravatar Masood Malekghassemi2015-07-30