aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use sqlDateToDate instead of Date.fromJavaDateZach Smith2017-11-142-8/+2
* Rename to follow slick naming conventionsZach Smith2017-11-141-8/+8
* Move java date conversion to Date object helper methodZach Smith2017-11-142-12/+10
* Add offset method to PaginationZach Smith2017-11-141-1/+3
* Add implicit GetResult definitionsZach Smith2017-11-141-0/+38
* Merge pull request #85 from drivergroup/zsmith/login-auditsv1.6.6zachdriver2017-11-092-9/+36
|\
| * OriginatingIP -> OriginatingIpZach Smith2017-11-082-11/+11
| * Remove unnecessary type annotationZach Smith2017-11-061-1/+1
| * Add originatingIP to ServiceRequestContextZach Smith2017-11-032-9/+36
* | Merge pull request #89 from drivergroup/initv1.6.5v1.6.4v1.6.3Vlad Uspensky2017-11-084-2/+144
|\ \
| * | App initialization convenience methodsvlad2017-11-081-1/+1
| * | App initialization convenience methodsvlad2017-11-081-8/+10
| * | App initialization convenience methodsvlad2017-11-084-11/+151
| |/
* | Add tests for CORS headersZach Smith2017-11-072-1/+58
* | Add default headers to basic routes defined in DriverAppZach Smith2017-11-071-1/+6
|/
* Two small methods for Role for compatibility with PDS UIvlad2017-11-021-1/+6
* Add DriverRouteTestZach Smith2017-11-014-4/+95
* Remove duplicate allowOrigin functionZach Smith2017-10-311-11/+4
* 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-312-37/+36
* Change DriverRoute log val to defZach Smith2017-10-311-1/+1
* Change Module back to having a simple route: Route methodZach Smith2017-10-312-20/+15
* Stop catching throwable, remove PHI filtering, move status code logic to exce...Zach Smith2017-10-312-48/+46
* Remove unnecessary terminated valZach Smith2017-10-311-8/+7
* 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-314-124/+164
* Merge pull request #76 from drivergroup/refinedv1.5.1Vlad Uspensky2017-10-206-5/+143
|\
| * [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow d...vlad2017-10-201-0/+3
| * Slick support for any Refined types, JSON format and generator for NonEmptyNa...vlad2017-10-204-3/+95
| * [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow d...vlad2017-10-193-2/+45
* | Move rejection handler to companion objectv1.4.1Jakob Odersky2017-10-201-28/+33
|/
* Rename files containing multiple classes to lowercaseZach Smith2017-10-175-80/+74
* 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-169-55/+40
* Move AuthorizedServiceRequestContext into ServiceRequestContext.scalaZach Smith2017-10-162-27/+23
* Split up app package into separate filesZach Smith2017-10-164-437/+452
* Refactor rest package into separate filesZach Smith2017-10-1224-586/+703
* reapply scalafmtJohn St John2017-10-051-13/+12
* add trackingidheader back to allowed headersJohn St John2017-10-051-0/+1
* Wait for tracing to flush and default to the noop tracer rather than taking a...John St John2017-10-051-5/+4
* use headers already stored in contextheaders and remove unused test importJohn St John2017-10-052-4/+3
* cleanup logging, remove old tracing, use new tracing libraryJohn St John2017-10-0515-415/+72
* Follow google example to implement a scheduled flusing trace consumer by defaultJohn St John2017-10-044-8/+30
* Upgrade google pubsub and storage librariesZach Smith2017-10-032-3/+2
* remove unused importJohn St John2017-09-271-1/+0
* use standard try catchJohn St John2017-09-271-3/+13