aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/core.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add `Trimmed` tag and its logic (revisited) (#215)v1.14.2Sergey Nastich2018-09-121-21/+4
| | | | | | | * Add option and iterable converters for transparent `@@ Trimmed` creation. * Move tagging stuff to a separate package - relieve `core.scala` from some extra code. * Add Tagging stuff and publishing section to README.md
* 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
| | | | | | | | | | | | | | | | This will affect development workflow: instead of running `sbt release` to tag and publish a new version, the release process is now as follows: 1. Create a git tag on a revision that should be published. The tag must be in the format `v[0-9].*` 2. Push the tag to GitHub `git push --tags` 3. CI will build that tag and publish the resulting binary to our artifactory Since the new sbt settings do not enable advanced or risky language features globally anymore (such as higher kinds, reflective calls and implicit conversions), the other changes in this PR either import language features locally or refactor the code to avoid using them entirely.
* Add service exception json formatters and pass through exceptions in ↵v1.9.4zachdriver2018-05-251-0/+11
| | | | HttpRestServiceTransport (#168)
* Add convenience methods to work with Tags: `taggedWith` wrapper and a proxy ↵Sergey Nastich2018-04-091-0/+4
| | | | | JSON format (#147) * Add convenience methods to work with Tags: `tagged` wrapper and a proxy JSON format
* 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