aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Correct `trackingId` placement to the MDCvlad2018-03-241-9/+11
| * | Reduce flakiness of a random-based testv1.8.13Sergey Nastich2018-04-041-1/+1
| * | Add `QueryOps.maybeFilter` extension, allowing to streamline query modificati...Sergey Nastich2018-04-041-7/+13
* | | Ranamed header 'ClientFingerprintHeader'Aleksandr2018-04-061-1/+1
* | | Merge branch 'master' into TM-1431Aleksandr2018-04-045-19/+146
|\| |
| * | Add enumeratum support to JSON format and generators (#144)v1.8.12Sergey Nastich2018-04-035-19/+146
* | | Removed fingerprint hash from ServiceRequestContext and it's derivatesAleksandr2018-04-042-9/+1
* | | Merge branch 'master' into TM-1431Aleksandr2018-04-0310-14/+448
|\| |
| * | SCALA-20 Use liphonenumber in `PhoneNumber.parse` to accomodate chinese numbe...Sergey Nastich2018-03-282-10/+87
| * | [API-1468] add TimeOfDay (#141)v1.8.11Arthur Rand2018-03-286-4/+165
| * | Use patch unmarshallerZach Smith2018-03-253-130/+129
| * | Curry the PatchRetrievable apply methodZach Smith2018-03-202-8/+8
| * | Enforce application/merge-patch+json Content-TypeZach Smith2018-03-202-25/+54
| * | Add implicit ServiceRequestContext to PatchRetrievableZach Smith2018-03-162-21/+31
| * | Add PatchSupport trait and testsZach Smith2018-03-162-0/+158
| |/
* | Merge branch 'master' into TM-1431Aleksandr2018-03-126-15/+67
|\|
| * Fix ServiceException classes to set Exception message for stack tracesZach Smith2018-03-091-13/+11
| * Merge pull request #134 from drivergroup/opt-paginationv1.8.8Kseniya Tomskikh2018-03-072-0/+33
| |\
| | * Review fixKseniya Tomskikh2018-03-072-2/+2
| | * Created directive for optional paginationKseniya Tomskikh2018-03-062-0/+33
| * | Add DayOfWeek typeZach Smith2018-03-063-2/+23
| |/
* | Implemented extraction of fingerprint header; Added fingerprint hash to Servi...Aleksandr2018-03-122-3/+20
* | Fixed TimeSet testAleksandr2018-03-061-1/+3
* | Implemented 'X-CLIENT-FINGERPRINT' extraction from HTTP headerAleksandr2018-03-061-2/+3
|/
* 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