aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #69 from drivergroup/jstjohn/fix_2_11_compatibility_errorv1.2.1John St. John2017-09-272-6/+15
|\
| * remove unused importJohn St John2017-09-271-1/+0
| * use standard try catchJohn St John2017-09-271-3/+13
| * test against all of our release targets in travisJohn St John2017-09-271-2/+2
| * fix format errorJohn St John2017-09-271-2/+2
| * 2_11 does not support .fold on TrysJohn St John2017-09-271-2/+2
|/
* Merge pull request #68 from drivergroup/jstjohn/catch_and_log_google_exceptio...John St. John2017-09-277-11/+62
|\
| * 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
|/
* Merge pull request #66 from drivergroup/jstjohn/add_slick_mdcv1.2.0Stewart Stewart2017-09-255-63/+150
|\
| * 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-227-15/+11
* Jstjohn/google stackdriver trace (#64)v1.0.1John St. John2017-09-2112-30/+287
* Fix directory listing of GCS bucketsv0.16.10Jakob Odersky2017-09-202-3/+9
* Merge pull request #63 from drivergroup/pds-common-utilsv0.16.9Vlad Uspensky2017-09-193-20/+285
|\
| * 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
|/
* Merge pull request #62 from drivergroup/zsmith/autocreate-pubsubv0.16.8zachdriver2017-09-011-13/+43
|\
| * 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 SlickDalvlad2017-08-241-2/+4
* | Merge pull request #60 from drivergroup/zsmith/docker-postgresv0.16.6zachdriver2017-08-231-39/+0
|\ \ | |/ |/|
| * Remove test-related classes out of database packageZach Smith2017-08-222-110/+1
| * Add exclusion rule to docker-client dependencyZach Smith2017-08-221-1/+3
| * Add new traits for postgres docker databases and inserting test dataZach Smith2017-08-222-1/+69
* | CORS for failed responsesv0.16.5vlad2017-08-221-11/+28
|/
* Fixing `insertTestData` implementationv0.16.4vlad2017-08-101-18/+13
* Merge pull request #59 from drivergroup/insert-test-data-methodv0.16.3v0.16.2Vlad Uspensky2017-08-101-0/+26
|\
| * Removing fully qualified class namesvlad2017-08-101-3/+5
| * Method to insert test data from SQL filevlad2017-08-091-0/+24
|/
* Merge pull request #56 from drivergroup/users-hierarchyv0.16.1Vlad Uspensky2017-08-076-13/+36
|\
| * Rollback Slick to 3.1.1vlad2017-08-073-7/+7
| * Rollback Slick to 3.1.1vlad2017-08-071-1/+1
| * Merge remote-tracking branch 'origin/master'vlad2017-08-0716-38/+41
| |\ | |/ |/|
* | Merge pull request #58 from drivergroup/zsmith/subflatMapv0.15.1zachdriver2017-08-031-0/+3
|\ \
| * | 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-0215-38/+38
| * Merge remote-tracking branch 'origin/master'vlad2017-08-012-374/+382
| |\ | |/ |/|
* | Fix GCS streaming and listingv0.14.3Jakob Odersky2017-07-311-2/+3
* | Merge pull request #55 from drivergroup/zsmith/OptionT-404v0.14.2zachdriver2017-07-281-372/+379
|\ \
| * | Add OptionT REST extensions for returning 404 on None, and 200 on SomeZach Smith2017-07-281-372/+379
|/ /
| * Users hierarchy simplificationvlad2017-07-282-5/+28
|/
* Merge pull request #52 from drivergroup/access-control-allow-methodsv0.14.1Suhas Gaddam2017-07-271-5/+8
|\