aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2 from drivergroup/implicit-companionsStewart Stewart2016-12-191-4/+7
|\
| * Merge branch 'master' into implicit-companionsStewart Stewart2016-12-1935-749/+1037
| |\
| * | implicit from companion of type alias not visible (SI-9770)Stewart Stewart2016-10-112-6/+6
| * | fix formattingStewart Stewart2016-10-102-3/+0
| * | move implicits into companion objectsStewart Stewart2016-10-102-8/+14
* | | Merge pull request #11 from drivergroup/typesafe-id-no-eq-relationStewart Stewart2016-12-192-0/+25
|\ \ \ | |_|/ |/| |
| * | test:scalafmt and add assertionsStewart Stewart2016-12-191-10/+11
| * | use implicit mappers for typed Id conversionStewart Stewart2016-12-182-26/+11
| * | add tests for typesafe id conversionStewart Stewart2016-12-181-0/+17
| * | remove reflexive/transitive SameId implicitsStewart Stewart2016-12-181-10/+2
| * | scope SameId to IdStewart Stewart2016-12-181-27/+25
| * | add documentation for sameIdStewart Stewart2016-12-181-0/+7
| * | add SameId for typechecked conversion between IdsStewart Stewart2016-12-181-0/+25
|/ /
* | Merge pull request #6 from drivergroup/uuid-type-mapperv0.9.28Stewart Stewart2016-12-122-5/+29
|\ \
| * | 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-083-1/+99
* | 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 pull request #5 from drivergroup/decouple-codegenv0.9.21Stewart Stewart2016-12-011-2/+2
|\ \
| * \ Merge branch 'master' into decouple-codegenStewart Stewart2016-12-0111-84/+79
| |\ \ | |/ / |/| |
* | | Merge pull request #4 from drivergroup/string-idsVlad Uspensky2016-11-2911-84/+79
|\ \ \
| * | | 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-293-8/+10
| |\ \ \ | |/ / / |/| | |
| * | | 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-2911-73/+80
| | * | remove reference to driver.core...Database in ColumnTypesStewart Stewart2016-11-291-2/+2
| |/ / |/| |
* | | Merge pull request #3 from drivergroup/column-type-mappingv0.9.18Stewart Stewart2016-11-223-6/+8
|\ \ \ | |/ / |/| |
| * | replace '-' with '.' in implicit namesStewart Stewart2016-11-221-3/+3
| * | use updated scalastyle settingsStewart Stewart2016-11-212-1/+2
| * | 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-162-3/+2
* | Rollback for Database standard table creation methodv0.9.14vlad2016-11-092-13/+12
* | 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-023-20/+27