aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/rest/DriverRouteTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Move REST functionality to separate projectJakob Odersky2018-10-091-121/+0
* Move core types into core-types projectJakob Odersky2018-10-091-1/+0
* Add `completeWithPagination` directive (#180)Sergey Nastich2018-07-111-4/+3
* 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
* 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-221-46/+1
* Remove default config valuesZach Smith2018-02-201-6/+59
* Remove rejection handler, respond with default set of allowed methods and ori...Zach Smith2018-02-201-1/+3
* Make test descriptions for service exceptions not lieStewart Stewart2018-01-081-2/+2
* Add DriverRouteTestZach Smith2017-11-011-0/+89