aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary type annotationZach Smith2017-11-061-1/+1
* Add originatingIP to ServiceRequestContextZach Smith2017-11-032-9/+36
* Add DriverRouteTestZach Smith2017-11-012-2/+5
* Change transformWith to recoverWithZach Smith2017-10-312-8/+8
* Add ExternalServiceException and use in ServiceTransportZach Smith2017-10-313-7/+25
* Remove duplicate CORS header code from errorResponse methodZach Smith2017-10-311-15/+2
* Move all CORS headers to DriverRoute from DriverAppZach Smith2017-10-311-3/+18
* Change DriverRoute log val to defZach Smith2017-10-311-1/+1
* Stop catching throwable, remove PHI filtering, move status code logic to exce...Zach Smith2017-10-312-48/+46
* Rename APIError -> ServiceException and subclassesZach Smith2017-10-313-43/+44
* Add more API Error typesZach Smith2017-10-311-0/+24
* Add DriverRoute trait and clean up DriverAppZach Smith2017-10-312-0/+100
* Rename files containing multiple classes to lowercaseZach Smith2017-10-173-26/+24
* Move implicit class extension to package objectZach Smith2017-10-171-3/+1
* Move Implicits to package.scalaZach Smith2017-10-162-18/+18
* Consolidate filesZach Smith2017-10-168-54/+38
* Move AuthorizedServiceRequestContext into ServiceRequestContext.scalaZach Smith2017-10-162-27/+23
* Split up app package into separate filesZach Smith2017-10-161-11/+38
* Refactor rest package into separate filesZach Smith2017-10-1222-0/+702