aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/generators.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improve security of generated tokens (#174)v1.11.1Jakob Odersky2018-06-121-5/+25
| | | | | Also deprecates the token generators in core. Fixes SECURITY-29
* Add enumeratum support to JSON format and generators (#144)v1.8.12Sergey Nastich2018-04-031-0/+3
| | | | | * Add enumeratum support to JSON format and generators * Move enumeratum serializers into their own object. Add enumeratum unmarshaller. Add entities to derive JsonFormats instead of having to type them externally.
* [API-1468] add TimeOfDay (#141)v1.8.11Arthur Rand2018-03-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add TimeOfDay * add formatter * . * Revert "." This reverts commit 89576de98092dd75d3af7d82d244d5eaa24d31d9. * scalafmt * add before and after to ToD, and tests * rearrage, make fromStrings * add generator * address comments * use explicit string for TimeZoneId * renaming * revert Converters changes * change name of private method * change apply method * use month
* Add DayOfWeek typeZach Smith2018-03-061-1/+3
|
* add nextNumericTokenArtRand2018-02-261-1/+7
|
* Apply new formattingJakob Odersky2017-11-201-6/+8
|
* [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow ↵vlad2017-10-201-0/+3
| | | | defining entities with more precise types
* [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow ↵vlad2017-10-191-2/+12
| | | | defining entities with more precise types
* Add minLength attribute to generatorsv0.13.14Zach Smith2017-06-211-13/+16
|
* Added writing tracking Id to MDC so it can be logged for all messages, ↵vlad2017-03-131-1/+0
| | | | removed some linkerd legacy and refined Revision equals
* Update generators.nextToken() to always return token of fixed lengthv0.10.26Zach Smith2017-03-131-1/+1
|
* Add generators.nextToken()Zach Smith2017-03-131-2/+5
|
* Removing permissions from user and role as permission is something to check ↵vlad2017-02-021-1/+1
| | | | | | not something to have now Adding couple handy case classes
* add timezone to time => date conversionStewart Stewart2016-12-191-1/+1
|
* add Date generatorStewart Stewart2016-12-171-0/+3
|
* add numeric Id generatorStewart Stewart2016-12-121-0/+4
|
* Default Id — UUIDv0.9.24vlad2016-12-061-1/+1
|
* Changed ids underlying type to String and made Ids and Names — value-classesvlad2016-11-291-4/+10
|
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-0/+72
multiple permissions