aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Renaming `Dal` to `Repository` (#161)v1.9.0Vlad Uspensky2018-05-033-7/+16
| | | * Renaming `Dal` to `Repository`
* Complete the request with a 401 status code to avoid WWW-authenticate header ↵v1.8.25Satya Boora2018-04-301-1/+11
| | | | issue (#160)
* Add logback.xml and deployed-logback.xml to driver-core (#158)zachdriver2018-04-193-0/+201
| | | | | | * Add logback.xml and deployed-logback.xml to driver-core * Add test logback.xml
* [API-1498] add url method to blobStorage (#157)v1.8.24Arthur Rand2018-04-184-0/+24
| | | | | | | | | | | | | | | | * add url method to blobStorage * typo * typo * address comments * address comments * remove * scalafmt
* ListResponse and Unmarshallers improvementsv1.8.23Sergey Nastich2018-04-172-0/+11
| | | | | | * Add an alternative `ListResponse` constructor allowing optional pagination * Unmarshal JsStrings from query parameters
* Upgrade pubsub dependency (#156)v1.8.22Jakob Odersky2018-04-172-7/+7
|
* Fixed merge JsValues when field is absent in old value (#153)v1.8.21Kseniya Tomskikh2018-04-122-4/+13
|
* Use AuthenticationFailedRejection to send 401 back to the client (#151)v1.8.20Satya Boora2018-04-102-4/+5
|
* Merge pull request #152 from drivergroup/fix-id-formatv1.8.19Kseniya Tomskikh2018-04-101-1/+1
|\ | | | | Fixed id json format
| * 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
|\ | | | | Created patch method for RestService with merge-patch+json media type
| * Review fixKseniya Tomskikh2018-04-101-3/+3
| |
| * Created patch method for RestService with merge-patch+json media typeKseniya Tomskikh2018-04-091-0/+6
| |
* | Merge pull request #145 from drivergroup/TM-1431v1.8.17Aleksandr2018-04-102-4/+14
|\ \ | | | | | | TM-1431 Fingerprints from PDSUI-2346 should be extracted to the context and saved in the *_history tables
| * \ Merge branch 'master' into TM-1431Aleksandr2018-04-1014-4/+448
| |\ \ | |/ / |/| |
* | | Merge pull request #149 from drivergroup/FIX-TIME-COMPARISSONv1.8.16Aleksandr2018-04-102-0/+4
|\ \ \ | | | | | | | | Fixed toCalendar method of TimeOfDay class
| * \ \ Merge branch 'master' into FIX-TIME-COMPARISSONAleksandr2018-04-1012-3/+445
| |\ \ \ | |/ / / |/| | |
* | | | Add convenience methods to work with Tags: `taggedWith` wrapper and a proxy ↵Sergey Nastich2018-04-093-2/+28
| | | | | | | | | | | | | | | | | | | | JSON format (#147) * Add convenience methods to work with Tags: `tagged` wrapper and a proxy JSON format
* | | | Add blob storage abstractionsv1.8.15Jakob Odersky2018-04-069-1/+417
| |_|/ |/| |
| * | Fixed toCalendar method of TimeOfDay classAleksandr2018-04-092-0/+4
|/ /
| * Merge branch 'master' into TM-1431Aleksandr2018-04-063-25/+27
| |\ | |/ |/|
* | Merge pull request #142 from drivergroup/mdc-trackingv1.8.14Vlad Uspensky2018-04-041-17/+13
|\ \ | | | | | | Correct `trackingId` placement to the MDC
| * | Correct `trackingId` placement to the MDCvlad2018-03-261-10/+4
| | |
| * | 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 ↵Sergey Nastich2018-04-041-7/+13
| | | | | | | | | | | | modification by optional filters (#146)
| | * Ranamed header 'ClientFingerprintHeader'Aleksandr2018-04-061-1/+1
| | |
| | * Merge branch 'master' into TM-1431Aleksandr2018-04-046-20/+148
| | |\ | |_|/ |/| |
* | | Add enumeratum support to JSON format and generators (#144)v1.8.12Sergey Nastich2018-04-036-20/+148
| | | | | | | | | | | | | | | * Add enumeratum support to JSON format and generators * Move enumeratum serializers into their own object. Add enumeratum unmarshaller. Add entities to derive JsonFormats instead of having to type them externally.
| | * Removed fingerprint hash from ServiceRequestContext and it's derivatesAleksandr2018-04-042-9/+1
| | |
| | * Merge branch 'master' into TM-1431Aleksandr2018-04-0311-32/+467
| | |\ | |_|/ |/| |
* | | Merge pull request #143 from drivergroup/improve-phone-number-parsingSergey Nastich2018-03-283-28/+106
|\ \ \ | | | | | | | | SCALA-20 Add ability to parse and store chinese phone numbers (and other countries)
| * | | SCALA-20 Use liphonenumber in `PhoneNumber.parse` to accomodate chinese ↵Sergey Nastich2018-03-283-28/+106
|/ / / | | | | | | | | | numbers (and other countries)
* | | [API-1468] add TimeOfDay (#141)v1.8.11Arthur Rand2018-03-286-4/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add TimeOfDay * add formatter * . * Revert "." This reverts commit 89576de98092dd75d3af7d82d244d5eaa24d31d9. * scalafmt * add before and after to ToD, and tests * rearrage, make fromStrings * add generator * address comments * use explicit string for TimeZoneId * renaming * revert Converters changes * change name of private method * change apply method * use month
* | | Merge pull request #139 from drivergroup/zsmith/patch-directivev1.8.10zachdriver2018-03-272-0/+196
|\ \ \ | |/ / |/| | [RFC] Create type-safe `patch` akka-http directive
| * | 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
| |\ | |/ |/|
* | Merge pull request #137 from drivergroup/zsmith/service-exception-messagev1.8.9zachdriver2018-03-091-13/+11
|\ \ | | | | | | Fix ServiceException classes to set Exception message for stack traces
| * | 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
|\ \ | | | | | | Created directive for optional pagination
| * | Review fixKseniya Tomskikh2018-03-072-2/+2
| | |
| * | Created directive for optional paginationKseniya Tomskikh2018-03-062-0/+33
| | |
* | | Merge pull request #135 from drivergroup/zsmith/day-of-weekv1.8.7zachdriver2018-03-063-2/+23
|\ \ \ | |/ / |/| | Add DayOfWeek type
| * | Add DayOfWeek typeZach Smith2018-03-063-2/+23
|/ /
| * Implemented extraction of fingerprint header; Added fingerprint hash to ↵Aleksandr2018-03-122-3/+20
| | | | | | | | ServiceRequestContext and AuthorizedServiceRequestContext classes
| * Fixed TimeSet testAleksandr2018-03-061-1/+3
| |