aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/rest/DriverRouteTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add `completeWithPagination` directive (#180)Sergey Nastich2018-07-111-4/+3
| | | | | * 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)
* 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 ↵Zach Smith2018-02-201-1/+3
| | | | origins to all options requests in DriverRoute
* Make test descriptions for service exceptions not lieStewart Stewart2018-01-081-2/+2
|
* Add DriverRouteTestZach Smith2017-11-011-0/+89