aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Autocreate pubsub topics on publisher creationZach Smith2017-08-311-5/+16
|
* Merge pull request #61 from drivergroup/monadT-mockingv0.16.7Vlad Uspensky2017-08-241-2/+4
|\ | | | | Making Dal monadT mockable for SlickDal
| * Making Dal monadT mockable for SlickDalvlad2017-08-241-2/+4
| |
* | Merge pull request #60 from drivergroup/zsmith/docker-postgresv0.16.6zachdriver2017-08-231-39/+0
|\ \ | |/ |/| Move test-related database classes from core to test-utils
| * Remove test-related classes out of database packageZach Smith2017-08-221-106/+0
| |
| * Add new traits for postgres docker databases and inserting test dataZach Smith2017-08-221-0/+67
| |
* | CORS for failed responsesv0.16.5vlad2017-08-221-11/+28
|/
* Fixing `insertTestData` implementationv0.16.4vlad2017-08-101-18/+13
|
* Removing fully qualified class namesvlad2017-08-101-3/+5
|
* Method to insert test data from SQL filevlad2017-08-091-0/+24
|
* Rollback Slick to 3.1.1vlad2017-08-073-7/+7
|
* Merge remote-tracking branch 'origin/master'vlad2017-08-079-20/+23
|\
| * Use vlad's ugly implicitly versionZach Smith2017-08-031-3/+3
| |
| * Add subflatMap to OptionT (stolen from cats)Zach Smith2017-08-021-1/+4
| |
| * Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-028-20/+20
| |
* | Merge remote-tracking branch 'origin/master'vlad2017-08-012-374/+382
|\|
| * Fix GCS streaming and listingv0.14.3Jakob Odersky2017-07-311-2/+3
| |
| * Add OptionT REST extensions for returning 404 on None, and 200 on SomeZach Smith2017-07-281-372/+379
| |
* | Users hierarchy simplificationvlad2017-07-281-4/+19
|/
* Add Access-Control-Allow-Methods headerSuhas Gaddam2017-07-261-5/+8
|
* Add streaming download to file storage.v0.14.0Jakob Odersky2017-07-254-2/+59
| | | | This enables downloading of content without saving it to a file.
* New `Pagination` case classv0.13.22vlad2017-07-111-0/+2
|
* Making string to json marshallers not implicitv0.13.21vlad2017-07-111-4/+4
|
* Fake pubsub implementationv0.13.20vlad2017-07-071-0/+18
|
* Pubsub subscription receiver return type is ignore anywayv0.13.19vlad2017-07-071-6/+6
|
* Unmarshallers for pubsub messages toov0.13.18vlad2017-07-061-1/+7
|
* Json to string marshallers for pubsub messagesv0.13.17vlad2017-07-062-13/+17
|
* Merge pull request #49 from drivergroup/pubsubv0.13.16Vlad Uspensky2017-07-061-0/+98
|\ | | | | Pubsub
| * 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-296-48/+99
| |\
| * | Google pubsub utilvlad2017-06-291-0/+84
| | |
* | | Use an abstract materializer in RestServiceJakob Odersky2017-07-051-2/+2
| |/ |/| | | | | | | | | | | This avoids exposing implementation details to services. (Suggesting this now as the ongoing PDSUI refactor will create a lot of new RestService children.)
* | Add file existence checking to file storagev0.13.15Jakob Odersky2017-06-214-9/+30
| |
* | Add minLength attribute to generatorsv0.13.14Zach Smith2017-06-211-13/+16
| |
* | Merge pull request #46 from drivergroup/zsmith/auth-mapzachdriver2017-06-211-17/+37
|\ \ | | | | | | Return map of authorized permissions
| * | Return map of authorized permissionsZach Smith2017-06-161-17/+37
| |/
* / Check for null values in gcs directory listingv0.13.12Jakob Odersky2017-06-192-9/+16
|/ | | | | | GCS: when listing, always assume the path is a directory GCS: fix unit test
* More CORS allowed headersv0.13.11vlad2017-06-151-24/+31
|