aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move resources to corresponding subprojectsJakob Odersky2018-10-0958-27536/+0
* Move remaining swagger utility to rest projectJakob Odersky2018-10-091-164/+0
* Fix dependencies in tests to accomodate project splitJakob Odersky2018-10-091-0/+89
* Move init package to separate projectJakob Odersky2018-10-097-458/+0
* Move database-related functionality to separate projectJakob Odersky2018-10-098-480/+0
* Move REST functionality to separate projectJakob Odersky2018-10-0937-3638/+0
* Move storage and messaging to separate projectsJakob Odersky2018-10-0914-1390/+0
* Move reporting into separate projectJakob Odersky2018-10-098-560/+0
* Move core types into core-types projectJakob Odersky2018-10-0912-1043/+11
* Fixes for Alicloud pubsub (#230)Zach Smith2018-10-022-14/+18
* Fix `responseToListResponse` for `x-resource-count` header in lowercase (#227)Sergey Nastich2018-09-301-3/+1
* Fix `responseToListResponse` for empty non-paginated responses (#225)Sergey Nastich2018-09-221-1/+1
* Improve PhoneNumber (#222)Sergey Nastich2018-09-195-10/+116
* Add $ to string interpolator in DnsDiscovery (#220)v2.0.0-M1Zach Smith2018-09-121-1/+1
* Remove unused protoype of a reporting busJakob Odersky2018-09-121-34/+0
* Move out service discoveryJakob Odersky2018-09-121-4/+3
* Add backwards compatibility layer for application contextsJakob Odersky2018-09-121-3/+11
* Rearchitect reporting stack to mixin-based structureJakob Odersky2018-09-1212-89/+123
* Add authentication method to swagger specJakob Odersky2018-09-121-0/+9
* Replace traceparent header, rather than setting all headersJakob Odersky2018-09-121-2/+6
* Add updated swagger UI that allows selecting schemeJakob Odersky2018-09-1218-1/+384
* Changes to service discovery overrides and storage utilitiesJakob Odersky2018-09-122-20/+17
* Move platform back into init and use a configurable DNS discoveryJakob Odersky2018-09-128-44/+98
* Fix typos and naming of actor systemJakob Odersky2018-09-122-4/+3
* Add tracing to client HTTP transport and improve tracing tagsJakob Odersky2018-09-1210-77/+157
* Fix trace ID generation and improve trace naming schemeJakob Odersky2018-09-124-16/+22
* Trait-based initialization and other utilitiesJakob Odersky2018-09-1229-198/+1187
* 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-128-54/+169
* 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-2410-50/+79
* Migration to `java.time.Instant` and `java.time.LocalDate`: Part 1 (#200)v1.13.0Sergey Nastich2018-08-246-271/+457
* 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-201-0/+139
* [RFC] Use akka's built-in authenticate/authorize directives in AuthProvider (...Zach Smith2018-08-015-66/+88
* Add Aliyun OSS blob storage support (#187)Zach Smith2018-08-012-2/+110
* Add message bus and topic abstractions (#181)v1.12.0Jakob Odersky2018-07-319-0/+674
* Make driver-core ready for Java 11 (#188)v1.11.10Jakob Odersky2018-07-272-16/+7
* Implement metrics collection with Kamon (#186)Jakob Odersky2018-07-272-0/+27
* 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