aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #22 from drivergroup/zsmith/auth-headerv0.10.13zachdriver2017-02-232-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-222-8/+31
|\
| * Merge pull request #21 from drivergroup/zsmith/messages/nestedv0.10.11zachdriver2017-02-222-8/+31
| |\
| | * Allow Messages to file format to use nested dict'sZach Smith2017-02-212-8/+31
| |/
* / More logging for authorizationvlad2017-02-223-0/+14
|/
* 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
* Merge pull request #20 from drivergroup/hhuang/date-orderingv0.10.7Vlad Uspensky2017-02-104-28/+77
|\
| * Move time/date related tests out of CoreTestHao Huang2017-02-103-28/+26
| * Add the companion ordering object for DateHao Huang2017-02-102-0/+51
|/
* Equality instance for Rolev0.10.6vlad2017-02-081-0/+6
* Abstracting out Authorization rules and passing it ServiceRequestContextv0.10.5vlad2017-02-032-7/+12
* Made date json format — root to be able to pass it in HTTP bodyv0.10.4vlad2017-02-021-1/+1
* Made rest directives change less disruptivev0.10.3vlad2017-02-022-38/+35
* executionContext made protected in AuthProvider not to expose thatv0.10.2vlad2017-02-021-1/+1
* Moved email and phone number to corev0.10.1vlad2017-02-025-4/+86
* Merge remote-tracking branch 'origin/master' into master3vlad2017-02-022-15/+12
|\
| * Merge pull request #19 from drivergroup/iso-json-datev0.9.35Stewart Stewart2017-02-012-15/+12
| |\
| | * serialize date to ISO string rather than objectStewart Stewart2017-01-312-15/+12
* | | Removing permissions from user and role as permission is something to check n...vlad2017-02-026-64/+87
|/ /
* | Cleaned up core from Driver-specific roles and permissions, updated README to...v0.9.34vlad2017-02-015-197/+136
* | Role.fromStringv0.9.33vlad2017-01-201-0/+13
* | Merge pull request #17 from drivergroup/zsmith/timestamp-bugVlad Uspensky2017-01-201-11/+53
|\ \
| * | Switch to supporting both primitive and sql.Timestamp column types via inheri...Zach Smith2017-01-201-12/+53
| * | Fix bug in database timestamp column mapperZach Smith2017-01-201-1/+2
|/ /
* | Handy method to get auth from the request contextv0.9.32vlad2017-01-191-1/+5
* | Allowing abstract DAL functions to be used by API clientsv0.9.31vlad2017-01-091-5/+5
|/
* Swagger schema configurabilityv0.9.30vlad2016-12-222-1/+5
* Merge pull request #15 from drivergroup/symmetric-id-mapperVlad Uspensky2016-12-222-6/+14
|\
| * 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-222-3/+11
* | Merge pull request #14 from drivergroup/date-to-stringVlad Uspensky2016-12-223-2/+23
|\ \
| * | add Date#toString and Date.fromStringStewart Stewart2016-12-223-2/+23
* | | Merge pull request #13 from drivergroup/symmetric-id-mapperStewart Stewart2016-12-212-3/+5
|\ \ \ | |/ / |/| / | |/