aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/core.scala
Commit message (Expand)AuthorAgeFilesLines
* Move core types into core-types projectJakob Odersky2018-10-091-124/+0
* Add `Trimmed` tag and its logic (revisited) (#215)v1.14.2Sergey Nastich2018-09-121-21/+4
* Add `@@ Trimmed` tag for Strings and Names to support by JSON readers (#211)v1.14.1Sergey Nastich2018-09-101-0/+10
* Upgrade sbt-settings to major version 2 (#201)Jakob Odersky2018-08-241-2/+5
* Add service exception json formatters and pass through exceptions in HttpRest...v1.9.4zachdriver2018-05-251-0/+11
* Add convenience methods to work with Tags: `taggedWith` wrapper and a proxy J...Sergey Nastich2018-04-091-0/+4
* App initialization convenience methodsv1.6.8vlad2017-11-221-1/+7
* [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow d...vlad2017-10-191-0/+14
* 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, remove...vlad2017-03-131-2/+2
* Removing permissions from user and role as permission is something to check n...vlad2017-02-021-0/+2
* 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 multip...vlad2016-10-211-0/+46