aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/core.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add StringId, LongId, and UuidId types to corezsmith/id-typesZach Smith2018-03-061-11/+20
|
* App initialization convenience methodsv1.6.8vlad2017-11-221-1/+7
|
* [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow ↵vlad2017-10-191-0/+14
| | | | defining entities with more precise types
* Use vlad's ugly implicitly versionZach Smith2017-08-031-3/+3
|
* Add subflatMap to OptionT (stolen from cats)Zach Smith2017-08-021-1/+4
|
* PDW-598 PR comments, refinement for OptionT utilsvlad2017-04-131-1/+21
|
* Added writing tracking Id to MDC so it can be logged for all messages, ↵vlad2017-03-131-2/+2
| | | | removed some linkerd legacy and refined Revision equals
* Removing permissions from user and role as permission is something to check ↵vlad2017-02-021-0/+2
| | | | | | not something to have now Adding couple handy case classes
* 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-221-1/+4
|
* more generically named type parameter for MapperStewart Stewart2016-12-211-8/+5
|
* add bidirectional id type mappersStewart Stewart2016-12-211-1/+8
|
* Merge branch 'master' into dal-improvementsStewart Stewart2016-12-191-0/+4
|\
| * use implicit mappers for typed Id conversionStewart Stewart2016-12-181-20/+2
| |
| * 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
| |
* | use core.tagging for monthsStewart Stewart2016-12-171-0/+5
|/
* Inline lengthv0.9.19vlad2016-11-291-2/+2
|
* 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-291-14/+20
|
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-0/+46
multiple permissions