aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Made rest directives change less disruptivev0.10.3vlad2017-02-022-38/+35
|
* executionContext made protected in AuthProvider not to expose thatv0.10.2vlad2017-02-021-1/+1
|
* Moved email and phone number to corev0.10.1vlad2017-02-025-4/+86
|
* Merge remote-tracking branch 'origin/master' into master3vlad2017-02-022-15/+12
|\
| * Merge pull request #19 from drivergroup/iso-json-datev0.9.35Stewart Stewart2017-02-012-15/+12
| |\ | | | | | | Serialize date to ISO string rather than object, resolving #18
| | * serialize date to ISO string rather than objectStewart Stewart2017-01-312-15/+12
| | |
* | | Removing permissions from user and role as permission is something to check ↵vlad2017-02-026-64/+87
|/ / | | | | | | | | | | not something to have now Adding couple handy case classes
* | Cleaned up core from Driver-specific roles and permissions, updated README ↵v0.9.34vlad2017-02-015-197/+136
| | | | | | | | todo items
* | Role.fromStringv0.9.33vlad2017-01-201-0/+13
| |
* | Merge pull request #17 from drivergroup/zsmith/timestamp-bugVlad Uspensky2017-01-201-11/+53
|\ \ | | | | | | Fix bug in database timestamp column mapper
| * | Switch to supporting both primitive and sql.Timestamp column types via ↵Zach Smith2017-01-201-12/+53
| | | | | | | | | | | | inherited traits
| * | Fix bug in database timestamp column mapperZach Smith2017-01-201-1/+2
|/ /
* | Handy method to get auth from the request contextv0.9.32vlad2017-01-191-1/+5
| |
* | Allowing abstract DAL functions to be used by API clientsv0.9.31vlad2017-01-091-5/+5
|/
* Swagger schema configurabilityv0.9.30vlad2016-12-222-1/+5
|
* Merge pull request #15 from drivergroup/symmetric-id-mapperVlad Uspensky2016-12-222-6/+14
|\ | | | | Allow explicit conversion with symmetric id mapper via apply
| * clean up codeStewart Stewart2016-12-221-5/+5
| |
| * add a way to provide type hint to explicit conversionStewart Stewart2016-12-221-2/+2
| |
| * add apply method to Id.Mapper for explicit conversionsStewart Stewart2016-12-222-3/+11
| |
* | Merge pull request #14 from drivergroup/date-to-stringVlad Uspensky2016-12-223-2/+23
|\ \ | | | | | | Add Date#toString and Date.fromString
| * | add Date#toString and Date.fromStringStewart Stewart2016-12-223-2/+23
| | |
* | | Merge pull request #13 from drivergroup/symmetric-id-mapperStewart Stewart2016-12-212-3/+5
|\ \ \ | |/ / |/| / | |/ Make id type mappers bidirectional
| * more generically named type parameter for MapperStewart Stewart2016-12-211-8/+5
| |
| * add bidirectional id type mappersStewart Stewart2016-12-212-3/+8
|/
* Merge pull request #8 from drivergroup/dal-improvementsv0.9.29Stewart Stewart2016-12-2012-58/+173
|\ | | | | Dal improvements
| * fix Time#toDate and sqlDateToDateStewart Stewart2016-12-203-11/+10
| |
| * add tests for time/date conversionsStewart Stewart2016-12-201-0/+18
| |
| * add tests for Date json formatStewart Stewart2016-12-201-0/+16
| |
| * clarify month deserialization error messageStewart Stewart2016-12-191-1/+1
| |
| * update scalastyle config (from sbt-settings update)Stewart Stewart2016-12-191-1/+1
| |
| * Merge branch 'master' into dal-improvementsStewart Stewart2016-12-193-4/+32
| |\ | |/ |/|
* | Merge pull request #2 from drivergroup/implicit-companionsStewart Stewart2016-12-191-4/+7
|\ \ | | | | | | move implicits into companion objects
| * \ 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
|\ \ \ \ | |_|/ / |/| | | Typesafe Id mapping via implicit conversions.
| * | | 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
|/ / /
| | * remove overloaded Dal#execute (can use mapT instead)Stewart Stewart2016-12-191-16/+4
| | |
| | * add json formatter for dateStewart Stewart2016-12-191-1/+5
| | |
| | * fix name of month json formatterStewart Stewart2016-12-191-1/+1
| | |
| | * remove overloaded Dal#execute (can use mapT instead)Stewart Stewart2016-12-191-4/+16
| | |
| | * update sbt-settings (for scalaz 2.7.8 with `mapT`)Stewart Stewart2016-12-192-17/+5
| | |
| | * add timezone to time => date conversionStewart Stewart2016-12-193-2/+7
| | |