aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* disassociate createAndDropSchema from scalatestStewart Stewart2017-05-252-6/+4
|
* make GeneratedTables a structural typeStewart Stewart2017-05-252-11/+11
|
* add fixture trait for use in database component testsStewart Stewart2017-05-241-0/+19
|
* add base trait for all generated slick schemasStewart Stewart2017-05-241-0/+10
|
* Merge pull request #34 from drivergroup/zsmith/PDW-336-gcsv0.12.7zachdriver2017-05-188-160/+332
|\ | | | | PDW-336 Add GCS file storage implementation
| * Re-add gcs dependency that was removed in merge conflictZach Smith2017-05-041-0/+1
| |
| * Add signedFileUrl methodZach Smith2017-05-042-1/+20
| |
| * Fix DateTest to handle equal dates correctlyZach Smith2017-05-041-1/+1
| |
| * Add GCS file storage implementationZach Smith2017-05-042-4/+139
| |
| * Split FileStorage implementations into separate filesZach Smith2017-05-044-155/+172
| |
* | Adding more values to MDC to identify service callerv0.12.6vlad2017-05-171-0/+11
| |
* | Merge pull request #36 from drivergroup/database-helpersv0.12.5Stewart Stewart2017-05-101-1/+6
|\ \ | |/ |/| Add `resultT` to compiled query ops (PDW-744)
| * add resultT to compiled query opsStewart Stewart2017-05-091-1/+6
|/
* Updated README.md and the new sbt-settingsv0.12.4vlad2017-05-035-141/+104
|
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-0110-93/+104
|
* Header definition to set cached permissions + updated ↵v0.12.2vlad2017-04-232-1/+2
| | | | com.typesafe.scala-logging to 3.4.0
* Permissions header to prepare for PDW-600v0.12.1vlad2017-04-131-0/+2
|
* Merge pull request #33 from drivergroup/PDW-598v0.12.0Vlad Uspensky2017-04-1312-289/+60
|\ | | | | PDW-598 Getting rid of log wrapper
| * PDW-598 PR comments, refinement for OptionT utilsvlad2017-04-134-47/+27
| |
| * PDW-598 Getting rid of log wrappervlad2017-04-129-242/+33
|/
* Time haven't comev0.11.2vlad2017-04-121-7/+1
|
* Merge pull request #32 from drivergroup/SCALA-2v0.11.1Vlad Uspensky2017-04-113-3/+158
|\ | | | | Custom Swagger Json Converter for SCALA-2
| * Review commentsvlad2017-04-112-4/+10
| |
| * Update to handle custom values in `Option`svlad2017-04-101-3/+3
| |
| * Customizable Scala Json converter for SCALA-2vlad2017-04-101-0/+149
| |
| * swagger-akka-http update to 0.9.1vlad2017-04-071-2/+2
|/
* Set akka-http version to 10.0.5v0.11.0Zach Smith2017-04-051-15/+13
|
* Revert "WIP: fixing sanitize directive to account for chunked/strict request ↵Stewart Stewart2017-04-031-9/+1
| | | | | | entities" This reverts commit 5831ed23235daccc773362bfb5bb5dda70f7dc1b.
* Merge branch 'master' of github.com:drivergroup/driver-coreStewart Stewart2017-04-033-25/+78
|\
| * More loggingv0.10.40vlad2017-04-013-23/+32
| |
| * Logging clean up, Monadic execution utilsv0.10.39vlad2017-03-313-8/+52
| |
* | WIP: fixing sanitize directive to account for chunked/strict request entitiesStewart Stewart2017-03-311-1/+9
|/
* Merge branch 'PDW-436-normalize-email-case'v0.10.38Stewart Stewart2017-03-311-1/+1
|\
| * fix emailEqual type errorStewart Stewart2017-03-311-1/+1
| |
* | Merge pull request #30 from drivergroup/PDW-436-normalize-email-caseVlad Uspensky2017-03-301-0/+8
|\| | | | | Use case insensitive string comparison for `Email`
| * only implement email equal instanceStewart Stewart2017-03-301-7/+3
| |
| * use case insensitive string comparison for emailsStewart Stewart2017-03-301-0/+12
|/
* Revert "Hopefully fixing 504s"v0.10.37Zach Smith2017-03-271-4/+2
| | | | This reverts commit a03bef1436774e8937a90df2927babc52608d150.
* Merge remote-tracking branch 'origin/master'v0.10.36vlad2017-03-271-0/+3
|\
| * Merge pull request #29 from drivergroup/zsmith/PDW-384-with-auth-tokenv0.10.35Vlad Uspensky2017-03-251-0/+3
| |\ | | | | | | Add withAuthToken convenience method to ServiceRequestContext
| | * Add withAuthToken convenience method to ServiceRequestContextZach Smith2017-03-251-0/+3
| |/
* / Hopefully fixing 504svlad2017-03-271-2/+4
|/
* Merge pull request #28 from drivergroup/PDW-238v0.10.34Vlad Uspensky2017-03-252-12/+32
|\ | | | | PDW-238 Session validity verification support for `AuthProvider`
| * PDW-238 Session validity verification support for `AuthProvider`, abstract ↵vlad2017-03-252-1/+5
| | | | | | | | `isSessionValid`
| * PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-241-6/+7
| |
| * PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-242-5/+5
| |
| * PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-241-4/+19
|/
* Merge remote-tracking branch 'origin/master' into master3v0.10.33vlad2017-03-242-43/+105
|\
| * Merge pull request #27 from drivergroup/xss-escape-directivev0.10.32Stewart Stewart2017-03-232-43/+105
| |\ | | | | | | Add directive for escaping script tags in request entities
| | * slight refactor of escapeScriptTagsStewart Stewart2017-03-211-13/+15
| | |