aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* Add DriverRouteTestZach Smith2017-11-012-2/+5
|
* 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 ↵Zach Smith2017-10-312-48/+46
| | | | exception handler
* 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-204-4/+102
|\ | | | | [RFC] Using "Refined" library (https://github.com/fthomas/refined) to…
| * [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow ↵vlad2017-10-201-0/+3
| | | | | | | | defining entities with more precise types
| * Slick support for any Refined types, JSON format and generator for ↵vlad2017-10-202-2/+54
| | | | | | | | NonEmptyName, Unit-tests
| * [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow ↵vlad2017-10-193-2/+45
| | | | | | | | defining entities with more precise types
* | Move rejection handler to companion objectv1.4.1Jakob Odersky2017-10-201-28/+33
|/ | | | | | This change makes it possible to reference the custom rejection handler from outside of a DriverApp instance. It is intended to be used in pdsui-common which wraps rejections in JSON responses.
* 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-1223-586/+702
|
* 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 ↵John St John2017-10-051-5/+4
| | | | an option
* use headers already stored in contextheaders and remove unused test importJohn St John2017-10-051-3/+3
|
* cleanup logging, remove old tracing, use new tracing libraryJohn St John2017-10-0513-412/+70
|
* 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
|
* fix format errorJohn St John2017-09-271-2/+2
|
* 2_11 does not support .fold on TrysJohn St John2017-09-271-2/+2
|
* log error as errorJohn St John2017-09-271-1/+1
|
* just use a unit size per spanJohn St John2017-09-262-2/+9
|
* only push traces every 10 requests by defaultJohn St John2017-09-265-9/+22
|
* Catch and log google tracing exceptions rather than crashing the entire appJohn St John2017-09-264-5/+36
|
* Add MdcExecutionContext to logging pacagkev1.1.1Stewart Stewart2017-09-255-65/+78
|
* Pull in slickmdcJohn St John2017-09-252-0/+74
|
* Upgrade sbt and slickv1.1.0Jakob Odersky2017-09-224-9/+8
|
* Jstjohn/google stackdriver trace (#64)v1.0.1John St. John2017-09-2110-15/+238
| | | Add app-level tracing to driver-core (https://www.pivotaltracker.com/story/show/151100422)
* Fix directory listing of GCS bucketsv0.16.10Jakob Odersky2017-09-201-2/+8
|
* Utils from pds-commonvlad2017-09-191-20/+89
|
* Utils from pds-commonvlad2017-09-191-3/+0
|
* Utils from pds-commonvlad2017-09-192-0/+196
|
* validation for phone numberKarthika2017-09-051-0/+3
|
* Proposed solution for autocreating subscriptionsZach Smith2017-08-311-8/+27
|