aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/Swagger.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move REST functionality to separate projectJakob Odersky2018-10-091-144/+0
|
* Add authentication method to swagger specJakob Odersky2018-09-121-0/+9
|
* Add updated swagger UI that allows selecting schemeJakob Odersky2018-09-121-0/+8
|
* Trait-based initialization and other utilitiesJakob Odersky2018-09-121-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Hotfix for swagger: keep javascript new line formattingv1.6.14Jakob Odersky2018-01-231-3/+3
|
* Use dynamic name in generated swagger UIJakob Odersky2018-01-221-1/+33
|
* Include swagger UI in coreJakob Odersky2018-01-221-16/+58
| | | | | | | | | 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.
* Apply new formattingJakob Odersky2017-11-201-6/+7
|
* Refactor rest package into separate filesZach Smith2017-10-121-0/+52