aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/rest
Commit message (Expand)AuthorAgeFilesLines
* Move REST functionality to separate projectJakob Odersky2018-10-094-462/+0
* Move core types into core-types projectJakob Odersky2018-10-091-1/+0
* Trait-based initialization and other utilitiesJakob Odersky2018-09-121-11/+7
* Add `Trimmed` tag and its logic (revisited) (#215)v1.14.2Sergey Nastich2018-09-121-1/+0
* Add `Cache-Control: no-cache` to all responses of DriverRoutes. (#190)Sergey Nastich2018-09-101-1/+11
* [RFC] Use akka's built-in authenticate/authorize directives in AuthProvider (...Zach Smith2018-08-011-1/+0
* Fix pagination directive failing on empty responses (#182)v1.11.7Sergey Nastich2018-07-111-18/+64
* Add `completeWithPagination` directive (#180)Sergey Nastich2018-07-112-4/+36
* Add `Connection: close` header to all responses in order to mitigate connecti...v1.11.2Sergey Nastich2018-06-141-1/+18
* Add service exception json formatters and pass through exceptions in HttpRest...v1.9.4zachdriver2018-05-251-8/+25
* Fixed merge JsValues when field is absent in old value (#153)v1.8.21Kseniya Tomskikh2018-04-121-0/+9
* Use patch unmarshallerZach Smith2018-03-251-23/+25
* Curry the PatchRetrievable apply methodZach Smith2018-03-201-6/+6
* Enforce application/merge-patch+json Content-TypeZach Smith2018-03-201-6/+19
* Add implicit ServiceRequestContext to PatchRetrievableZach Smith2018-03-161-5/+5
* Add PatchSupport trait and testsZach Smith2018-03-161-0/+77
* Review fixKseniya Tomskikh2018-03-071-1/+1
* Created directive for optional paginationKseniya Tomskikh2018-03-061-0/+23
* Use Akka's parameter directive to extract a paginationJakob Odersky2018-03-011-7/+42
* Remove unused abstract config from DriverRouteZach Smith2018-02-261-10/+0
* Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-222-46/+85
* Remove default config valuesZach Smith2018-02-202-100/+59
* Remove rejection handler, respond with default set of allowed methods and ori...Zach Smith2018-02-202-13/+51
* Make test descriptions for service exceptions not lieStewart Stewart2018-01-081-2/+2
* Apply new formattingJakob Odersky2017-11-201-6/+7
* Add tests for CORS headersZach Smith2017-11-071-0/+57
* Add DriverRouteTestZach Smith2017-11-012-0/+104