aboutsummaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
* turn object xyz.driver.core.rest into packageStewart Stewart2017-03-201-57/+59
* add directive for sanitizing script tags request entitiesStewart Stewart2017-03-191-0/+37
* scalafmtStewart Stewart2017-03-191-16/+20
* Add documentation with todo for decoupling ISO 8601Stewart Stewart2017-03-171-0/+5
* fix error messageStewart Stewart2017-03-171-1/+1
* add Year and Day type tagsStewart Stewart2017-03-161-2/+13
* add Day, Month, and Year extractorsStewart Stewart2017-03-161-3/+27
* tag int as month via apply methodStewart Stewart2017-03-154-18/+21
* make tagMonth publicStewart Stewart2017-03-151-1/+1
* reintroduce month formatStewart Stewart2017-03-151-1/+9
* Added writing tracking Id to MDC so it can be logged for all messages, remove...v0.10.28vlad2017-03-141-1/+1
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-141-2/+2
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-141-6/+6
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-141-24/+18
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-141-6/+27
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-141-1/+0
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-8/+8
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-4/+8
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-8/+4
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-4/+7
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-4/+4
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-0/+4
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-8/+4
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-5/+5
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-1/+1
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-136-13/+8
* 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
* Remove arithmetic from year component in date conversion. Add unit testsZach Smith2017-03-061-3/+1
* Marshal to string for unitResponse in RestServicev0.10.24Zach Smith2017-03-031-1/+1
* Fix bug in rest post methodsv0.10.23Zach Smith2017-03-011-2/+2
* Key mappers for generated codev0.10.22vlad2017-02-281-0/+10
* Nice utils to implement rest services. Unmarshallingv0.10.21vlad2017-02-281-5/+6
* Nice utils to implement rest services. Unmarshallingv0.10.20vlad2017-02-281-13/+8
* Nice utils to implement rest services. Json format typev0.10.19vlad2017-02-281-4/+4
* Nice utils to implement rest services 2v0.10.18vlad2017-02-281-6/+21
* Nice utils to implement rest servicesv0.10.17vlad2017-02-281-8/+43
* Need less data to extract ServiceRequestContextv0.10.16vlad2017-02-282-12/+12
* Transport implementation to get headers from responsev0.10.15vlad2017-02-281-0/+2
* Merge remote-tracking branch 'origin/master' into master3v0.10.14vlad2017-02-282-3/+9
|\
| * Strip Bearer prefix from auth headerZach Smith2017-02-231-3/+8
| * Add november to date package MonthZach Smith2017-02-232-1/+2
* | Transport implementation to get headers from responsevlad2017-02-282-15/+20
|/
* Merge remote-tracking branch 'origin/master' into master3v0.10.12vlad2017-02-221-8/+7
|\
| * Allow Messages to file format to use nested dict'sZach Smith2017-02-211-8/+7
* | More logging for authorizationvlad2017-02-222-0/+12
|/
* Providing custom config for database configv0.10.10vlad2017-02-161-6/+11
* Allowing to configure application config path from environment variable and a...v0.10.9vlad2017-02-152-2/+12
* AlwaysAllowAuthorization implementation for Authorizationv0.10.8vlad2017-02-131-0/+6
* Add the companion ordering object for DateHao Huang2017-02-101-0/+10