aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes for alicloud pubsub (#229)v1.14.71.xZach Smith2018-10-022-14/+18
* Fix `responseToListResponse` for `x-resource-count` header in lowercase (#228)v1.14.6Sergey Nastich2018-09-301-3/+1
* Fix `responseToListResponse` for empty non-paginated responses (#226)v1.14.5Sergey Nastich2018-09-221-1/+1
* DFC-775 Improve PhoneNumber (backport from master without TN extensions) (#223)v1.14.4Sergey Nastich2018-09-204-9/+90
* Mask InternalServerError and MessageNotExist errors in AliyunBus (#218)v1.14.3Zach Smith2018-09-121-7/+16
* RFC Add basicSubscribeWithRestart helper method to StreamBus (#214)Zach Smith2018-09-121-1/+43
* Add `Trimmed` tag and its logic (revisited) (#215)v1.14.2Sergey Nastich2018-09-129-59/+204
* Add `@@ Trimmed` tag for Strings and Names to support by JSON readers (#211)v1.14.1Sergey Nastich2018-09-104-6/+35
* Add `Cache-Control: no-cache` to all responses of DriverRoutes. (#190)Sergey Nastich2018-09-103-12/+36
* Various message bus fixes (#212)v1.14.0Jakob Odersky2018-09-107-45/+67
* Catch MessageNotExist errors in alicloud subscriptions to prevent errors on t...v1.13.4Zach Smith2018-09-051-1/+6
* Add http dev.cndriver.xyz to cors whitelist (#209)v1.13.3Zach Smith2018-09-031-0/+4
* Swap Left and Right cases in GCP Pubsub createSubscription handler (#207)v1.13.2Zach Smith2018-08-301-6/+6
* Add slick columnTypes for java.time.Instant and java.time.LocalDate (#206)v1.13.1Sergey Nastich2018-08-301-1/+14
* Upgrade sbt-settings to major version 2 (#201)Jakob Odersky2018-08-2414-98/+136
* Migration to `java.time.Instant` and `java.time.LocalDate`: Part 1 (#200)v1.13.0Sergey Nastich2018-08-247-274/+458
* Add responseToListResponse to RestService (#199)v1.12.4Zach Smith2018-08-221-0/+16
* Add UnauthorizedException and catch it in AuthProvider (#198)Zach Smith2018-08-214-1/+13
* Add json formats for country code and currency code (#197)v1.12.3Sergey Nastich2018-08-212-2/+43
* Add Aliyun Bus implementation (#193)v1.12.2Zach Smith2018-08-202-0/+140
* [RFC] Use akka's built-in authenticate/authorize directives in AuthProvider (...Zach Smith2018-08-015-66/+88
* Add dependency to neovisionaries i18 lib (CountryCode, CurrencyCode, Language...v1.12.1Sergey Nastich2018-08-021-0/+1
* Add Aliyun OSS blob storage support (#187)Zach Smith2018-08-013-2/+111
* Add message bus and topic abstractions (#181)v1.12.0Jakob Odersky2018-07-3111-2/+678
* Make driver-core ready for Java 11 (#188)v1.11.10Jakob Odersky2018-07-273-20/+12
* Implement metrics collection with Kamon (#186)Jakob Odersky2018-07-273-0/+31
* Add cndriver.xyz to allowedOrigins (#185)Justin2018-07-261-0/+4
* Validate phone numbers when parsing from JSON (#183)v1.11.8Zach Smith2018-07-193-9/+17
* Fix pagination directive failing on empty responses (#182)v1.11.7Sergey Nastich2018-07-112-19/+65
* Add `completeWithPagination` directive (#180)Sergey Nastich2018-07-113-8/+55
* Info level short logging for requests and responses our services receive (#165)Vlad Uspensky2018-06-252-5/+15
* Fix logback regression by adding json logback dependencies (#178)v1.11.5Zach Smith2018-06-251-0/+2
* Added ProxyRoute to enable proxying calls to other services (#177)v1.11.4Satya Boora2018-06-211-0/+26
* Bump tracing to 0.1.2 (#176)v1.11.3Sergey Nastich2018-06-141-1/+1
* Add `Connection: close` header to all responses in order to mitigate connecti...v1.11.2Sergey Nastich2018-06-142-2/+24
* Improve security of generated tokens (#174)v1.11.1Jakob Odersky2018-06-121-5/+25
* Remove obsolete methods from GeneratedTables type (#95)v1.11.0Stewart Stewart2018-06-121-0/+13
* Upgrade tracingv1.10.1Jakob Odersky2018-06-081-1/+1
* Full upgrade of build and library dependenciesJakob Odersky2018-06-054-19/+22
* Upgrade akka-http to latest version (#169)v1.10.0Jakob Odersky2018-06-051-1/+1
* Add code ownership statementJakob Odersky2018-06-011-0/+1
* Add service exception json formatters and pass through exceptions in HttpRest...v1.9.4zachdriver2018-05-256-14/+73
* [API-1584] Change AuthCredentials to accept a string identifier (#166)v1.9.3Arthur Rand2018-05-164-6/+66
* TRIAL-371 Support sorting (#159)v1.9.2Kseniya Tomskikh2018-05-111-0/+40
* API-1595 Move rejectionHandler to DriverApp to avoid 404 rejection issues (#167)v1.9.1zachdriver2018-05-092-12/+11
* Renaming `Dal` to `Repository` (#161)v1.9.0Vlad Uspensky2018-05-033-7/+16
* Complete the request with a 401 status code to avoid WWW-authenticate header ...v1.8.25Satya Boora2018-04-301-1/+11
* Add logback.xml and deployed-logback.xml to driver-core (#158)zachdriver2018-04-193-0/+201
* [API-1498] add url method to blobStorage (#157)v1.8.24Arthur Rand2018-04-184-0/+24
* ListResponse and Unmarshallers improvementsv1.8.23Sergey Nastich2018-04-172-0/+11