aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix dependencies in tests to accomodate project splitJakob Odersky2018-10-091-0/+89
* Move database-related functionality to separate projectJakob Odersky2018-10-091-42/+0
* Move REST functionality to separate projectJakob Odersky2018-10-098-1426/+0
* Move storage and messaging to separate projectsJakob Odersky2018-10-092-124/+0
* Move core types into core-types projectJakob Odersky2018-10-096-465/+0
* Improve PhoneNumber (#222)Sergey Nastich2018-09-192-0/+53
* Trait-based initialization and other utilitiesJakob Odersky2018-09-121-11/+7
* Add `Trimmed` tag and its logic (revisited) (#215)v1.14.2Sergey Nastich2018-09-126-33/+103
* Add `@@ Trimmed` tag for Strings and Names to support by JSON readers (#211)v1.14.1Sergey Nastich2018-09-102-0/+16
* Add `Cache-Control: no-cache` to all responses of DriverRoutes. (#190)Sergey Nastich2018-09-101-1/+11
* Migration to `java.time.Instant` and `java.time.LocalDate`: Part 1 (#200)v1.13.0Sergey Nastich2018-08-241-233/+340
* Add json formats for country code and currency code (#197)v1.12.3Sergey Nastich2018-08-211-2/+32
* [RFC] Use akka's built-in authenticate/authorize directives in AuthProvider (...Zach Smith2018-08-012-16/+35
* Add message bus and topic abstractions (#181)v1.12.0Jakob Odersky2018-07-311-0/+30
* Validate phone numbers when parsing from JSON (#183)v1.11.8Zach Smith2018-07-191-0/+8
* Fix pagination directive failing on empty responses (#182)v1.11.7Sergey Nastich2018-07-111-18/+64
* Add `completeWithPagination` directive (#180)Sergey Nastich2018-07-112-4/+36
* Add `Connection: close` header to all responses in order to mitigate connecti...v1.11.2Sergey Nastich2018-06-141-1/+18
* Full upgrade of build and library dependenciesJakob Odersky2018-06-051-2/+2
* Add service exception json formatters and pass through exceptions in HttpRest...v1.9.4zachdriver2018-05-251-8/+25
* [API-1584] Change AuthCredentials to accept a string identifier (#166)v1.9.3Arthur Rand2018-05-161-0/+29
* [API-1498] add url method to blobStorage (#157)v1.8.24Arthur Rand2018-04-181-0/+5
* Fixed merge JsValues when field is absent in old value (#153)v1.8.21Kseniya Tomskikh2018-04-121-0/+9
* Use AuthenticationFailedRejection to send 401 back to the client (#151)v1.8.20Satya Boora2018-04-101-1/+2
* Merge branch 'master' into FIX-TIME-COMPARISSONAleksandr2018-04-102-0/+102
|\
| * Add convenience methods to work with Tags: `taggedWith` wrapper and a proxy J...Sergey Nastich2018-04-091-0/+14
| * Add blob storage abstractionsv1.8.15Jakob Odersky2018-04-061-0/+88
* | Fixed toCalendar method of TimeOfDay classAleksandr2018-04-091-0/+3
|/
* Reduce flakiness of a random-based testv1.8.13Sergey Nastich2018-04-041-1/+1
* Add enumeratum support to JSON format and generators (#144)v1.8.12Sergey Nastich2018-04-032-1/+91
* SCALA-20 Use liphonenumber in `PhoneNumber.parse` to accomodate chinese numbe...Sergey Nastich2018-03-281-0/+79
* [API-1468] add TimeOfDay (#141)v1.8.11Arthur Rand2018-03-283-1/+46
* Use patch unmarshallerZach Smith2018-03-251-23/+25
* Curry the PatchRetrievable apply methodZach Smith2018-03-201-6/+6
* Enforce application/merge-patch+json Content-TypeZach Smith2018-03-201-6/+19
* Add implicit ServiceRequestContext to PatchRetrievableZach Smith2018-03-161-5/+5
* Add PatchSupport trait and testsZach Smith2018-03-161-0/+77
* Review fixKseniya Tomskikh2018-03-071-1/+1
* Created directive for optional paginationKseniya Tomskikh2018-03-061-0/+23
* Use Akka's parameter directive to extract a paginationJakob Odersky2018-03-011-7/+42
* Remove unused abstract config from DriverRouteZach Smith2018-02-261-10/+0
* Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-222-46/+85
* Remove default config valuesZach Smith2018-02-202-100/+59
* Remove rejection handler, respond with default set of allowed methods and ori...Zach Smith2018-02-202-13/+51
* scalfmt, add a testArtRand2018-02-091-0/+10
* add expectExistsAndValidArtRand2018-02-091-0/+5
* add testArtRand2018-02-081-2/+16
* Add expirationTime to AuthTokenUserInfoZach Smith2018-01-251-1/+3
* Remove authId from AuthTokenUserInfo and remove AuthUser case classZach Smith2018-01-251-1/+0
* Merge pull request #100 from drivergroup/service-exception-test-namesStewart Stewart2018-01-081-2/+2
|\