We've made a change in the structure of our apt repositories.
[arvados.git] / lib / controller / router /
2019-06-17 Tom Clegg14287: Use JSON body for 404 response.
2019-06-17 Tom Clegg14287: Add debug logs.
2019-06-17 Tom Clegg14287: Handle CORS OPTIONS requests.
2019-06-17 Tom Clegg14287: Ignore etag and unsigned_manifest_text in collec...
2019-06-17 Tom Clegg14287: Propagate "distinct" param.
2019-06-17 Tom Clegg14287: Accept order param as string or array.
2019-06-17 Tom Clegg14287: Propagate reader_tokens to Rails API.
2019-06-17 Tom Clegg14287: Fill in resp.items[].kind even if no uuid/pdh...
2019-06-17 Tom Clegg14287: Handle collection/.../provenance and .../used_by...
2019-06-17 Tom Clegg14287: Test request formatting variations.
2019-06-17 Tom Clegg14287: Remove extra zeroes from items[] entries too.
2019-06-17 Tom Clegg14287: Remove zero/missing values when req uses select...
2019-06-17 Tom Clegg14287: Add "kind" key to controller responses.
2019-06-17 Tom Clegg14287: Fix debug log level.
2019-06-17 Tom Clegg14287: Ensure timestamps in responses have 9 digits...
2019-06-17 Tom Clegg14287: Fix accepting JSON-encoded params in request...
2019-06-17 Tom Clegg14287: Test timestamp precision is maintained by respon...
2019-06-17 Tom Clegg14287: Fix token in container test.
2019-06-17 Tom Clegg14287: Fix accepting boolean params via query string.
2019-06-17 Tom Clegg14287: Refactor controller to use strong types in API...