aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* Move resources to corresponding subprojectsJakob Odersky2018-10-0958-27536/+0
|
* Add updated swagger UI that allows selecting schemeJakob Odersky2018-09-1216-0/+375
|
* 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
|
* Info level short logging for requests and responses our services receive (#165)Vlad Uspensky2018-06-251-1/+0
| | | | | | * Info level short logging for requests and responses our services receive * Remove STDOUT_DEBUG from deployed-logback.xml
* 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
* 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
* Use dynamic name in generated swagger UIJakob Odersky2018-01-221-2/+2
|
* Include swagger UI in coreJakob Odersky2018-01-2239-5/+26908
| | | | | | | | | 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)
* Fixing "Sending an 2xx 'early' response before end of request was ↵v0.9.5vlad2016-10-261-22/+0
| | | | received..." for no entity requests
* Initial commit with standard lib, might be used a example of cakevlad2016-07-151-0/+22