Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update compression test for languages without compression bit | 2017-07-10 | |
| | |||
* | doc/interop: Simplify language to fix missed x-user-ip | 2017-04-21 | |
| | |||
* | doc/interop: Fix link for CacheableUnaryCall | 2017-04-21 | |
| | |||
* | Update include paths | 2017-03-28 | |
| | |||
* | interop-test-descriptions.md: correct proto for custom_metadata's | 2017-01-06 | |
| | | | | FullDuplexCall | ||
* | updated the interop spec to conform with recent name change | 2016-10-24 | |
| | |||
* | manually fixed merge conflict. caused by the addition of a different new ↵ | 2016-10-12 | |
|\ | | | | | | | interop test | ||
| * | trivial change to kick off jenkins run | 2016-10-12 | |
| | | |||
| * | s/flat/flag | 2016-09-30 | |
| | | |||
* | | updated interop test doc. unimplemented test no longer checks error message, ↵ | 2016-09-29 | |
| | | | | | | | | since some server languages set it to empty string, and some set it to a non empty message | ||
* | | fixed typo in the updated interop test description file | 2016-09-28 | |
| | | |||
* | | Update interop-test-descriptions.md | 2016-09-28 | |
| | | |||
| * | more doc fixes | 2016-09-28 | |
| | | |||
| * | added comment about setting cacheable flag. | 2016-09-28 | |
| | | |||
| * | doc fixes and max-age set to 60 | 2016-09-28 | |
| | | |||
| * | trivial doc fix. | 2016-09-28 | |
| | | |||
| * | Addressed review feedback | 2016-09-27 | |
| | | | | | | | | | | 1. modified documentation 2. changed test slightly to make it more robust to accidental cache hits | ||
| * | Add interop test for Cacheable Unary Calls | 2016-09-14 | |
|/ | | | | | | modified interop test spec doc added CacheableUnaryCall to test.proto modified server and client implmenentations to support new method | ||
* | Merge pull request #7162 from dgquintas/interop-cred-flag-fix | 2016-07-01 | |
|\ | | | | | Removed invalid sentence from interop flag description | ||
| * | Removed invalid sentence | 2016-06-29 | |
| | | |||
* | | Fix Python server interop spec noncompliance | 2016-06-29 | |
|/ | | | | Also fix spelling mistakes in the spec itself. | ||
* | moar pr comments | 2016-06-15 | |
| | |||
* | pr comments | 2016-06-14 | |
| | |||
* | spec comments addressed | 2016-06-10 | |
| | |||
* | Reworded spec. | 2016-06-09 | |
| | |||
* | Completed interop spec, as well as code for c++ | 2016-06-09 | |
| | |||
* | more changes after offline chat with ejona | 2016-06-08 | |
| | |||
* | Fixed wrong spec and reworked streaming compressed case | 2016-06-08 | |
| | |||
* | updated interop spec | 2016-06-07 | |
| | |||
* | Fix another path | 2016-03-25 | |
| | |||
* | fix broken links | 2016-03-03 | |
| | |||
* | Update interop test service url to grpc-test.sandbox.googleapis.com. | 2016-01-20 | |
| | |||
* | Fix dead link in doc | 2015-11-17 | |
| | |||
* | Merge pull request #3266 from grpc/jtattermusch-patch-2 | 2015-09-09 | |
|\ | | | | | Allow using service account credential for per_rpc_creds interop test. | ||
| * | Allow using service account credential for per_rpc_creds interop test. | 2015-09-04 | |
| | | |||
* | | allow usable auth for JWT token creds interop test | 2015-09-04 | |
|/ | |||
* | address comments | 2015-09-02 | |
| | |||
* | Update auth tests definition | 2015-09-02 | |
| | |||
* | fix links | 2015-08-27 | |
| | |||
* | replace all grpc-common occurances with examples | 2015-08-27 | |
| | |||
* | Added compression specs | 2015-08-25 | |
| | |||
* | Clarify interop spec | 2015-08-06 | |
| | |||
* | Suffixed -bin for server descrioption of echo trailing metadata | 2015-07-30 | |
| | |||
* | Suffixed -bin, added service name | 2015-07-30 | |
| | |||
* | Resolved merge conflicts | 2015-07-21 | |
|\ | |||
| * | Addressed review comments | 2015-07-21 | |
| | | | | | | | | | | | | Added server feature spec to echo metadata. Clarified client spec for testing metadata. Removed Status for tests that are now ready for implementation. Modified the spec for UnimplementedCall to take an Empty request. | ||
* | | Resolve comments | 2015-07-15 | |
| | | |||
* | | Clarify the oauth2_auth_token scenario and add the per call credentials scenario | 2015-07-13 | |
| | | |||
* | | Adds an interop test: oauth2_auth_token | 2015-06-24 | |
| | | | | | | | | - test is similar to the auth tests - uses an auth library to obtain the auth token OOB. This should be simplest, as many languages already use such an auth library in their existing auth tests. | ||
| * | Address review comments. | 2015-06-19 | |
| | | | | | | Defined server side behavior needed to echo status code and message . Assorted minor fixes to spelling. |