aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
...
* Complete the request with a 401 status code to avoid WWW-authenticate header ...v1.8.25Satya Boora2018-04-301-1/+11
* [API-1498] add url method to blobStorage (#157)v1.8.24Arthur Rand2018-04-183-0/+19
* ListResponse and Unmarshallers improvementsv1.8.23Sergey Nastich2018-04-172-0/+11
* Upgrade pubsub dependency (#156)v1.8.22Jakob Odersky2018-04-171-6/+6
* Fixed merge JsValues when field is absent in old value (#153)v1.8.21Kseniya Tomskikh2018-04-121-4/+4
* Use AuthenticationFailedRejection to send 401 back to the client (#151)v1.8.20Satya Boora2018-04-101-3/+3
* Fixed id json formatKseniya Tomskikh2018-04-101-1/+1
* Merge pull request #150 from drivergroup/fix-patch-jsonv1.8.18Kseniya Tomskikh2018-04-101-0/+6
|\
| * Review fixKseniya Tomskikh2018-04-101-3/+3
| * Created patch method for RestService with merge-patch+json media typeKseniya Tomskikh2018-04-091-0/+6
* | Merge branch 'master' into TM-1431Aleksandr2018-04-1010-2/+343
|\ \
| * \ Merge branch 'master' into FIX-TIME-COMPARISSONAleksandr2018-04-109-2/+342
| |\ \
| | * | Add convenience methods to work with Tags: `taggedWith` wrapper and a proxy J...Sergey Nastich2018-04-092-2/+14
| | * | Add blob storage abstractionsv1.8.15Jakob Odersky2018-04-067-0/+328
| | |/
| * / Fixed toCalendar method of TimeOfDay classAleksandr2018-04-091-0/+1
| |/
* | Merge branch 'master' into TM-1431Aleksandr2018-04-062-24/+26
|\|
| * Merge pull request #142 from drivergroup/mdc-trackingv1.8.14Vlad Uspensky2018-04-041-17/+13
| |\
| | * Correct `trackingId` placement to the MDCvlad2018-03-261-10/+4
| | * Correct `trackingId` placement to the MDCvlad2018-03-241-9/+11
| * | 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-043-18/+55
|\| |
| * | Add enumeratum support to JSON format and generators (#144)v1.8.12Sergey Nastich2018-04-033-18/+55
* | | Removed fingerprint hash from ServiceRequestContext and it's derivatesAleksandr2018-04-042-9/+1
* | | Merge branch 'master' into TM-1431Aleksandr2018-04-035-13/+231
|\| |
| * | SCALA-20 Use liphonenumber in `PhoneNumber.parse` to accomodate chinese numbe...Sergey Nastich2018-03-281-10/+8
| * | [API-1468] add TimeOfDay (#141)v1.8.11Arthur Rand2018-03-283-3/+119
| * | Use patch unmarshallerZach Smith2018-03-252-107/+104
| * | Curry the PatchRetrievable apply methodZach Smith2018-03-201-2/+2
| * | Enforce application/merge-patch+json Content-TypeZach Smith2018-03-201-19/+35
| * | Add implicit ServiceRequestContext to PatchRetrievableZach Smith2018-03-161-16/+26
| * | Add PatchSupport trait and testsZach Smith2018-03-161-0/+81
| |/
* | Merge branch 'master' into TM-1431Aleksandr2018-03-125-15/+44
|\|
| * 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-071-0/+10
| |\
| | * Review fixKseniya Tomskikh2018-03-071-1/+1
| | * Created directive for optional paginationKseniya Tomskikh2018-03-061-0/+10
| * | Add DayOfWeek typeZach Smith2018-03-063-2/+23
| |/
* | Implemented extraction of fingerprint header; Added fingerprint hash to Servi...Aleksandr2018-03-122-3/+20
* | Implemented 'X-CLIENT-FINGERPRINT' extraction from HTTP headerAleksandr2018-03-061-2/+3
|/
* Use Akka's parameter directive to extract a paginationJakob Odersky2018-03-011-29/+6
* 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-263-10/+5
* Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-222-66/+58
* 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
* Move rejection handler to DriverRouteZach Smith2018-02-201-2/+15
* Remove default config valuesZach Smith2018-02-201-1/+2