aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/rest
Commit message (Collapse)AuthorAgeFilesLines
* [RFC] Use akka's built-in authenticate/authorize directives in AuthProvider ↵Zach Smith2018-08-011-1/+0
| | | | | | | | | | (#136) * Use akka's built-in authenticate/authorize directives in AuthProvider * Move AuthProvider companion object to AuthProvider file, move realm to parameter of AuthProvider * Add secondary constructor to maintain ABI compat
* 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
| | | | | * Extracts pagination from the request * Adds ResourceCount/PageCount headers to the response
* Add `Connection: close` header to all responses in order to mitigate ↵v1.11.2Sergey Nastich2018-06-141-1/+18
| | | | connection pool issues with envoy (#175)
* Add service exception json formatters and pass through exceptions in ↵v1.9.4zachdriver2018-05-251-8/+25
| | | | HttpRestServiceTransport (#168)
* 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 ↵Zach Smith2018-02-202-13/+51
| | | | origins to all options requests in DriverRoute
* 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