aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add StringId, LongId, and UuidId types to corezsmith/id-typesZach Smith2018-03-065-46/+80
* Add DayOfWeek typeZach Smith2018-03-063-2/+23
* Use Akka's parameter directive to extract a paginationJakob Odersky2018-03-012-36/+48
* TRIAL-287 Created ListResponse class and directive for pagination parsingKseniya Tomskikh2018-03-011-2/+42
* add nextNumericTokenArtRand2018-02-261-1/+7
* Remove unused abstract config from DriverRouteZach Smith2018-02-264-20/+5
* Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-224-112/+143
* Remove .seal call from DriverRoute rejection handlerZach Smith2018-02-221-1/+0
* Call .seal on RejectionHandlerZach Smith2018-02-221-3/+2
* Use config from outer scope in DriverAppZach Smith2018-02-201-1/+1
* Remove tab from commentZach Smith2018-02-201-1/+1
* Move rejection handler to DriverRouteZach Smith2018-02-202-4/+30
* Remove default config valuesZach Smith2018-02-204-111/+62
* Remove rejection handler, respond with default set of allowed methods and ori...Zach Smith2018-02-207-58/+140
* Refactor DriverRoute to use shared directivesZach Smith2018-02-201-11/+3
* Move directives to rest packageZach Smith2018-02-202-24/+25
* Respond with correct cors headers for all rejectionsZach Smith2018-02-201-10/+28
* delete with queryArtRand2018-02-131-2/+2
* Allowing fingerprints collection from different domainsvlad2018-02-121-0/+1
* Merge pull request #113 from drivergroup/ar-add-extra-converters-for-optionv1.7.5Arthur Rand2018-02-092-0/+28
|\
| * address commentsArtRand2018-02-091-1/+1
| * scalfmt, add a testArtRand2018-02-092-4/+14
| * added valid or empty semanticsArtRand2018-02-091-2/+10
| * add expectExistsAndValidArtRand2018-02-092-0/+10
* | Overload authorize directive to check against service contextJakob Odersky2018-02-091-26/+35
|/
* change type variableArtRand2018-02-081-4/+3
* remove old importArtRand2018-02-081-1/+0
* remove dal methodArtRand2018-02-081-4/+0
* add testArtRand2018-02-081-2/+16
* second attempt, don't touch dal, make a trait of converter helper methodsArtRand2018-02-081-0/+14
* add fromStringOrThrow to DalArtRand2018-02-071-0/+5
* Reduce log levelsv1.7.3Jakob Odersky2018-02-011-2/+1
* Reduce log level of request reportingv1.7.2Jakob Odersky2018-01-312-2/+2
* Merge pull request #106 from drivergroup/zsmith/remove-auth-idv1.7.0zachdriver2018-01-292-15/+7
|\
| * Add expirationTime to AuthTokenUserInfoZach Smith2018-01-252-2/+6
| * Remove authId from AuthTokenUserInfo and remove AuthUser case classZach Smith2018-01-252-13/+1
* | Default paginationvlad2018-01-261-0/+5
|/
* Hotfix for swagger: keep javascript new line formattingv1.6.14Jakob Odersky2018-01-231-3/+3
* Merge pull request #105 from drivergroup/swaggerv1.6.13Jakob Odersky2018-01-2342-57/+27000
|\
| * Use dynamic name in generated swagger UIJakob Odersky2018-01-222-3/+35
| * Include swagger UI in coreJakob Odersky2018-01-2242-57/+26968
* | We don't need a constructor for the system time providerJakob Odersky2018-01-161-0/+1
|/
* add PUT and PATCH responses to RestService TraitMarvin Bertin2018-01-091-0/+12
* Merge pull request #100 from drivergroup/service-exception-test-namesStewart Stewart2018-01-081-2/+2
|\
| * Make test descriptions for service exceptions not lieStewart Stewart2018-01-081-2/+2
* | Add InetAddress JSON formatZach Smith2017-12-202-0/+32
|/
* Merge pull request #97 from drivergroup/zsmith/new-headers-corsv1.6.10zachdriver2017-12-141-0/+2
|\
| * Add new ResourceCount and PageCount headers to list of allowed CORS headersZach Smith2017-12-141-0/+2
* | Change default binding network interface to accomodate ipv4Zach Smith2017-12-131-5/+5
|/
* Add headers for resource and page countZach Smith2017-12-111-0/+2