aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Scalafmtv0.13.5vlad2017-06-011-1/+1
|
* Merge remote-tracking branch 'origin/master'vlad2017-06-011-0/+17
|\
| * Merge pull request #44 from drivergroup/PDW-771-patch-hsqldb-driverv0.13.4Stewart Stewart2017-05-311-0/+17
| |\ | | | | | | PDW-771 Backport to use longvarchar in hsqldb ddl
| | * backport slick/slick#1733 to use longvarchar in hsqldbStewart Stewart2017-05-261-0/+17
| | |
* | | `Access-Control-Allow-Origin`: * for OPTIONS request as wellvlad2017-06-011-1/+1
|/ /
* | Custom rejection handler returning Ok to OPTIONS http methodv0.13.3vlad2017-05-301-2/+18
| |
* | Trim newline from public key filev0.13.2Zach Smith2017-05-301-1/+1
|/
* Merge pull request #42 from drivergroup/allow-originv0.13.1Vlad Uspensky2017-05-251-2/+5
|\ | | | | Allow websites to work directly with Scala APIs
| * Allow websites to work directly with Scala APIsvlad2017-05-232-7/+12
| |
* | Merge pull request #41 from drivergroup/service-dependenciesVlad Uspensky2017-05-252-12/+57
|\ \ | | | | | | Passing User-Agent in outgoing HTTP requests
| * \ Merge branch 'master' of https://github.com/drivergroup/driver-core into ↵vlad2017-05-253-5/+33
| |\ \ | | | | | | | | | | | | service-dependencies
| * | | Merge branch 'master' of https://github.com/drivergroup/driver-core into ↵vlad2017-05-253-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service-dependencies # Conflicts: # src/main/scala/xyz/driver/core/app.scala # src/main/scala/xyz/driver/core/rest.scala
| * | | Merge branch 'master' of https://github.com/drivergroup/driver-core into ↵vlad2017-05-246-79/+246
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service-dependencies # Conflicts: # src/main/scala/xyz/driver/core/app.scala # src/main/scala/xyz/driver/core/rest.scala
| * | | | Passing User-Agent in outgoing HTTP requests, Returning services' ↵vlad2017-05-233-16/+62
| | |_|/ | |/| | | | | | | | | | dependencies in /version
* | | | Merge pull request #39 from drivergroup/http-stacktraceVlad Uspensky2017-05-252-14/+40
|\ \ \ \ | |_|_|/ |/| | | Http stacktracing using headers to see which hosts this request was passing
| * | | Merge branch 'master' of https://github.com/drivergroup/driver-core into ↵vlad2017-05-258-86/+283
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | http-stacktrace # Conflicts: # src/main/scala/xyz/driver/core/app.scala # src/main/scala/xyz/driver/core/rest.scala
* | | | Merge pull request #43 from drivergroup/PDW-744-component-test-helpersv0.12.10Stewart Stewart2017-05-252-3/+30
|\ \ \ \ | | | | | | | | | | PDW-744 Add abstractions to support DAL test best practices
| * | | | 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
| | |/ / | |/| |
* | | | Base64 decode public key file in token authorizationv0.12.9Zach Smith2017-05-253-6/+13
| |_|/ |/| |
* | | Merge pull request #40 from drivergroup/swagger-overridev0.12.8Vlad Uspensky2017-05-241-3/+31
|\ \ \ | | | | | | | | Removing trailing spaces from Swagger routes …
| * | | Fixing "non-nullary method overrides nullary method"vlad2017-05-221-1/+1
| | | |
| * | | Removing trailing spaces from Swagger routes, where they're added to make ↵vlad2017-05-221-3/+31
| |/ / | | | | | | | | | trailing slashes not to be removed X-)
* | | Merge pull request #37 from drivergroup/normalize-uuid-at-constructionVlad Uspensky2017-05-241-8/+14
|\ \ \ | | | | | | | | PDW-276 normalize uuid string case received from client
| * | | make idFormat work with UUIDStewart Stewart2017-05-171-12/+3
| | | |
| * | | try to match uuid first in id PathMatcherStewart Stewart2017-05-101-8/+3
| | | |
| * | | normalize uuid case on json deserializationStewart Stewart2017-05-101-6/+17
| | | |
| * | | add method for normalize uuid constructed from pathStewart Stewart2017-05-101-0/+9
| | | |
* | | | Merge pull request #35 from drivergroup/zsmith/PDW-600-query-paramsVlad Uspensky2017-05-245-75/+208
|\ \ \ \ | |_|/ / |/| | | PDW-600 Cached Permissions JWT
| * | | Change to lazy loading public keyZach Smith2017-05-242-7/+9
| | | |
| * | | Add apply method to CachedTokenAuthorization to pass in publicKeyFile paramZach Smith2017-05-241-1/+15
| | | |
| * | | Add user parameter to authorization methodZach Smith2017-05-242-13/+13
| | | |
| * | | Re-add withAuthToken method to ServiceRequestTokenZach Smith2017-05-241-1/+8
| | | |
| * | | Respond to a few more PR commentsZach Smith2017-05-241-24/+16
| | | |
| * | | Add default for query parameterZach Smith2017-05-241-1/+1
| | | |
| * | | Change signature of RestService#getZach Smith2017-05-241-3/+3
| | | |
| * | | Permissions token refactorsZach Smith2017-05-242-81/+110
| | | |
| * | | Override hashCode equals and toString, rename to AuthorizedRequestContextZach Smith2017-05-242-18/+38
| | | |
| * | | Update AuthProvider to use cached permissions tokenZach Smith2017-05-244-79/+151
| | | |
| * | | Change signature for GET query params to allow for duplicate query keysZach Smith2017-05-241-7/+4
|/ / /
| | * Http stacktracing using headers to see which hosts this request was passingvlad2017-05-193-19/+49
| |/ |/|
* | 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
| |/ |/|