aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/rest
Commit message (Collapse)AuthorAgeFilesLines
* 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