aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* serialize date to json as object with three fieldsStewart Stewart2016-12-192-21/+7
* add json format for date (ISO)Stewart Stewart2016-12-172-1/+23
* use core.tagging for monthsStewart Stewart2016-12-172-5/+8
* add Date generatorStewart Stewart2016-12-172-0/+5
* Merge branch 'date' into dal-improvementsStewart Stewart2016-12-172-0/+49
|\
| * add database-date integrationStewart Stewart2016-12-172-0/+12
| * add date providing simple Date case classStewart Stewart2016-12-171-0/+37
* | Extract Dal traits into new fileStewart Stewart2016-12-162-62/+60
* | move database from object to packageStewart Stewart2016-12-162-7/+9
* | add execute for ListT/OptionT and improve inferenceStewart Stewart2016-12-161-24/+38
|/
* simplify key mapper trait namesStewart Stewart2016-12-121-8/+8
* separate the clashing Id type mappers into traitsStewart Stewart2016-12-121-6/+22
* add numeric Id generatorStewart Stewart2016-12-121-0/+4
* make column mapper names more consistentStewart Stewart2016-12-121-2/+2
* fix column type mapper for serial id <-> core.Id[_]Stewart Stewart2016-12-121-5/+5
* add column type mapper for UUID <-> core.Id[_]Stewart Stewart2016-12-121-1/+5
* General GADT json formatv0.9.27vlad2016-12-081-0/+48
* Physician and Relative roles for Patient Portalv0.9.26vlad2016-12-071-0/+12
* Lost important PathMatcher bugfixv0.9.25vlad2016-12-071-3/+9
* Default Id — UUIDv0.9.24vlad2016-12-061-1/+1
* Useful abstractions to craft DALsv0.9.23vlad2016-12-051-10/+4
* Useful abstractions to craft DALsv0.9.22vlad2016-12-011-1/+53
* Merge branch 'master' into decouple-codegenStewart Stewart2016-12-016-50/+48
|\
| * Inline lengthv0.9.19vlad2016-11-291-2/+2
| * Merge branch 'master' of https://github.com/drivergroup/driver-core into stri...vlad2016-11-291-15/+3
| * Merge branch 'master' of https://github.com/drivergroup/driver-core into stri...vlad2016-11-291-7/+8
| |\
| * | Changed ids underlying type to String and made Ids and Names — value-classesvlad2016-11-291-1/+1
| * | Changed ids underlying type to String and made Ids and Names — value-classesvlad2016-11-296-39/+49
* | | remove reference to driver.core...Database in ColumnTypesStewart Stewart2016-11-291-2/+2
| |/ |/|
* | replace '-' with '.' in implicit namesStewart Stewart2016-11-221-3/+3
* | more hygenic implicits for slick column type mappingStewart Stewart2016-11-211-5/+6
* | prevent IdColumnTypes initialization order bugsStewart Stewart2016-11-191-1/+1
|/
* Made EnumJsonFormat a RootJsonFormatv0.9.17vlad2016-11-181-7/+7
* File size added to FileLink classv0.9.16vlad2016-11-161-3/+6
* Rollback for file path url decode at downloadv0.9.15vlad2016-11-161-2/+1
* Rollback for Database standard table creation methodv0.9.14vlad2016-11-091-12/+11
* Database standard table creation methodv0.9.13vlad2016-11-091-1/+20
* DIR-135 Return tracing headers in all responsesv0.9.12vlad2016-11-093-18/+19
* DIR-80 Local file store fixv0.9.11vlad2016-11-081-1/+2
* DIR-135 Bug fix for handling request headersv0.9.10vlad2016-11-021-1/+1
* DIR-135 Handy default values for contextvlad2016-11-021-1/+3
* DIR-135 Directive for more effortless context extractionv0.9.9vlad2016-11-022-13/+15
* DIR-135 Consistent request context extractionv0.9.8vlad2016-11-014-111/+69
* Request tracing and audit loggingv0.9.7vlad2016-10-263-42/+52
* Fixing "Sending an 2xx 'early' response before end of request was received......v0.9.5vlad2016-10-262-21/+13
* Renamed package to xyz, New formatting, authorize directive supporting multip...v0.9.4vlad2016-10-211-2/+1
* Renamed package to xyz, New formatting, authorize directive supporting multip...vlad2016-10-2114-80/+83
* DIR-104 Fix GC stats collectionv0.9.3vlad2016-10-131-1/+1
* DIR-1 Trying to breakvlad2016-10-121-27/+97
* App /health endpoint with info related to OS, memory, file system and GCv0.9.2vlad2016-10-122-1/+88