aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49 from drivergroup/pubsubv0.13.16Vlad Uspensky2017-07-063-5/+104
|\
| * Generic messages for PubSubvlad2017-07-061-8/+16
| * Generic messages for PubSubvlad2017-07-061-13/+17
| * Google pubsub utilvlad2017-06-291-3/+5
| * Merge remote-tracking branch 'origin/master'vlad2017-06-2910-55/+131
| |\
| * | Google pubsub utilvlad2017-06-293-5/+90
* | | Use an abstract materializer in RestServiceJakob Odersky2017-07-051-2/+2
| |/ |/|
* | Add file existence checking to file storagev0.13.15Jakob Odersky2017-06-215-9/+56
* | Add minLength attribute to generatorsv0.13.14Zach Smith2017-06-212-16/+19
* | Bump sbt-settings to 0.7.39v0.13.13Zach Smith2017-06-211-1/+1
* | Merge pull request #46 from drivergroup/zsmith/auth-mapzachdriver2017-06-212-18/+38
|\ \
| * | Return map of authorized permissionsZach Smith2017-06-162-18/+38
| |/
* / Check for null values in gcs directory listingv0.13.12Jakob Odersky2017-06-193-11/+17
|/
* More CORS allowed headersv0.13.11vlad2017-06-151-24/+31
* More CORS allowed headersv0.13.10vlad2017-06-151-0/+1
* More CORS allowed headersv0.13.9vlad2017-06-151-1/+19
* Fixing control headersv0.13.8vlad2017-06-151-1/+1
* Optional `Origin` header and `Access-Control-Allow-Headers`v0.13.7vlad2017-06-151-7/+13
* Proper CORS implementationv0.13.6vlad2017-06-151-36/+42
* 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
| |\
| | * 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 APIsvlad2017-05-232-7/+12
* | Merge pull request #41 from drivergroup/service-dependenciesVlad Uspensky2017-05-252-12/+57
|\ \
| * \ Merge branch 'master' of https://github.com/drivergroup/driver-core into serv...vlad2017-05-253-5/+33
| |\ \
| * | | Merge branch 'master' of https://github.com/drivergroup/driver-core into serv...vlad2017-05-253-5/+10
| * | | Merge branch 'master' of https://github.com/drivergroup/driver-core into serv...vlad2017-05-246-79/+246
| |\ \ \
| * | | | Passing User-Agent in outgoing HTTP requests, Returning services' dependencie...vlad2017-05-233-16/+62
| | |_|/ | |/| |
* | | | Merge pull request #39 from drivergroup/http-stacktraceVlad Uspensky2017-05-252-14/+40
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' of https://github.com/drivergroup/driver-core into http...vlad2017-05-258-86/+283
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #43 from drivergroup/PDW-744-component-test-helpersv0.12.10Stewart Stewart2017-05-252-3/+30
|\ \ \ \
| * | | | 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
|\ \ \
| * | | Fixing "non-nullary method overrides nullary method"vlad2017-05-221-1/+1
| * | | Removing trailing spaces from Swagger routes, where they're added to make tra...vlad2017-05-221-3/+31
| |/ /
* | | Merge pull request #37 from drivergroup/normalize-uuid-at-constructionVlad Uspensky2017-05-241-8/+14
|\ \ \
| * | | 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
|\ \ \ \ | |_|/ / |/| | |