aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/reference.conf
Commit message (Collapse)AuthorAgeFilesLines
* Move resources to corresponding subprojectsJakob Odersky2018-10-091-81/+0
|
* Changes to service discovery overrides and storage utilitiesJakob Odersky2018-09-121-2/+2
| | | | | - use objects (instead of object lists) in service discovery overrides - add project ID to bucket names
* Move platform back into init and use a configurable DNS discoveryJakob Odersky2018-09-121-0/+5
|
* Trait-based initialization and other utilitiesJakob Odersky2018-09-121-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the concept of a 'platform', a centralized place in which environment-specific information will be managed, and provides common initialization logic for most "standard" apps. As part of the common initialization, other parts of core have also been reworked: - HTTP-related unmarshallers and path matchers have been factored out from core.json to a new core.rest.directives package (core.json extends those unmarshallers and matchers for backwards compatibility) - CORS handling has also been moved to a dedicated utility trait - Some custom headers have been moved from raw headers to typed ones in core.rest.headers - The concept of a "reporter" has been introduced. A reporter is a context-aware combination of tracing and logging. It is intended to issue diagnostic messages that can be traced across service boundaries. Closes #192 Closes #195
* Add http dev.cndriver.xyz to cors whitelist (#209)v1.13.3Zach Smith2018-09-031-0/+4
|
* Implement metrics collection with Kamon (#186)Jakob Odersky2018-07-271-0/+20
|
* Add cndriver.xyz to allowedOrigins (#185)Justin2018-07-261-0/+4
|
* Remove tab from commentZach Smith2018-02-201-1/+1
|
* Move rejection handler to DriverRouteZach Smith2018-02-201-2/+15
|
* Remove default config valuesZach Smith2018-02-201-10/+1
|
* Remove rejection handler, respond with default set of allowed methods and ↵Zach Smith2018-02-201-0/+14
| | | | origins to all options requests in DriverRoute
* Include swagger UI in coreJakob Odersky2018-01-221-5/+28
| | | | | | | | | These changes centralize the location of the swagger UI web files. The git attributes instruct GitHub to treat the web files as vendored code, as to not be included in the project code statistics. See https://github.com/github/linguist for a more detailed explanation.
* Jstjohn/google stackdriver trace (#64)v1.0.1John St. John2017-09-211-0/+26
Add app-level tracing to driver-core (https://www.pivotaltracker.com/story/show/151100422)