Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update compression test for languages without compression bit | Eric Gribkoff | 2017-07-10 |
| | |||
* | doc/interop: Simplify language to fix missed x-user-ip | Eric Anderson | 2017-04-21 |
| | |||
* | doc/interop: Fix link for CacheableUnaryCall | Eric Anderson | 2017-04-21 |
| | |||
* | Update include paths | Craig Tiller | 2017-03-28 |
| | |||
* | interop-test-descriptions.md: correct proto for custom_metadata's | Eric Gribkoff | 2017-01-06 |
| | | | | FullDuplexCall | ||
* | updated the interop spec to conform with recent name change | Noah Eisen | 2016-10-24 |
| | |||
* | manually fixed merge conflict. caused by the addition of a different new ↵ | Noah Eisen | 2016-10-12 |
|\ | | | | | | | interop test | ||
| * | trivial change to kick off jenkins run | Makarand Dharmapurikar | 2016-10-12 |
| | | |||
| * | s/flat/flag | Makarand Dharmapurikar | 2016-09-30 |
| | | |||
* | | updated interop test doc. unimplemented test no longer checks error message, ↵ | Noah Eisen | 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 | Noah Eisen | 2016-09-28 |
| | | |||
* | | Update interop-test-descriptions.md | Noah Eisen | 2016-09-28 |
| | | |||
| * | more doc fixes | Makarand Dharmapurikar | 2016-09-28 |
| | | |||
| * | added comment about setting cacheable flag. | Makarand Dharmapurikar | 2016-09-28 |
| | | |||
| * | doc fixes and max-age set to 60 | Makarand Dharmapurikar | 2016-09-28 |
| | | |||
| * | trivial doc fix. | Makarand Dharmapurikar | 2016-09-28 |
| | | |||
| * | Addressed review feedback | Makarand Dharmapurikar | 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 | Makarand Dharmapurikar | 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 | David G. Quintas | 2016-07-01 |
|\ | | | | | Removed invalid sentence from interop flag description | ||
| * | Removed invalid sentence | David Garcia Quintas | 2016-06-29 |
| | | |||
* | | Fix Python server interop spec noncompliance | Nathaniel Manista | 2016-06-29 |
|/ | | | | Also fix spelling mistakes in the spec itself. | ||
* | moar pr comments | David Garcia Quintas | 2016-06-15 |
| | |||
* | pr comments | David Garcia Quintas | 2016-06-14 |
| | |||
* | spec comments addressed | David Garcia Quintas | 2016-06-10 |
| | |||
* | Reworded spec. | David Garcia Quintas | 2016-06-09 |
| | |||
* | Completed interop spec, as well as code for c++ | David Garcia Quintas | 2016-06-09 |
| | |||
* | more changes after offline chat with ejona | David Garcia Quintas | 2016-06-08 |
| | |||
* | Fixed wrong spec and reworked streaming compressed case | David Garcia Quintas | 2016-06-08 |
| | |||
* | updated interop spec | David Garcia Quintas | 2016-06-07 |
| | |||
* | Fix another path | Craig Tiller | 2016-03-25 |
| | |||
* | fix broken links | Stanley Cheung | 2016-03-03 |
| | |||
* | Update interop test service url to grpc-test.sandbox.googleapis.com. | Adele Zhou | 2016-01-20 |
| | |||
* | Fix dead link in doc | Carl Mastrangelo | 2015-11-17 |
| | |||
* | Merge pull request #3266 from grpc/jtattermusch-patch-2 | Yang Gao | 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. | Jan Tattermusch | 2015-09-04 |
| | | |||
* | | allow usable auth for JWT token creds interop test | Jan Tattermusch | 2015-09-04 |
|/ | |||
* | address comments | yang-g | 2015-09-02 |
| | |||
* | Update auth tests definition | yang-g | 2015-09-02 |
| | |||
* | fix links | Stanley Cheung | 2015-08-27 |
| | |||
* | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 |
| | |||
* | Added compression specs | David Garcia Quintas | 2015-08-25 |
| | |||
* | Clarify interop spec | Masood Malekghassemi | 2015-08-06 |
| | |||
* | Suffixed -bin for server descrioption of echo trailing metadata | Abhishek Kumar | 2015-07-30 |
| | |||
* | Suffixed -bin, added service name | Abhishek Kumar | 2015-07-30 |
| | |||
* | Resolved merge conflicts | Abhishek Kumar | 2015-07-21 |
|\ | |||
| * | Addressed review comments | Abhishek Kumar | 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 | yang-g | 2015-07-15 |
| | | |||
* | | Clarify the oauth2_auth_token scenario and add the per call credentials scenario | yang-g | 2015-07-13 |
| | | |||
* | | Adds an interop test: oauth2_auth_token | Tim Emiola | 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. | Abhishek Kumar | 2015-06-19 |
| | | | | | | Defined server side behavior needed to echo status code and message . Assorted minor fixes to spelling. |