| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add winston, express-winston to handle logging | Kevin J Hoerr | 2019-12-08 | 1 | -1/+3 |
| | | |||||
| * | Add Metadata core with MongoDB for persistence | Kevin J Hoerr | 2019-12-07 | 1 | -0/+2 |
| | | | | | | | | | | | | With the new process dependency, process handling has been added to ensure that the ExpressJS server and MongoDB client connections get closed up properly. As noted in the Metadata file above the Branch interface, the schema is definitely not finalized. Eventually metadata will be needed at the repo level anyways, so reorganizing the document schema is high on the priority list. | ||||
| * | Implement file handling for reports | Kevin J Hoerr | 2019-11-29 | 1 | -1/+2 |
| | | |||||
| * | Set up initial project | Kevin J Hoerr | 2019-11-10 | 1 | -0/+3 |
| Initializes project with TypeScript, ExpressJS, and Badgen. Defines initial (v1) request paths: GET /bash GET /v1/:org/:repo/:branch.svg GET /v1/:org/:repo/:branch.html GET /v1/:org/:repo/:branch/:commit.svg GET /v1/:org/:repo/:branch/:commit.html POST /v1/:org/:repo/:branch/:commit.html?token=&format= Also sets up interfaces for defining multiple formats. Tarpaulin is defined but not implemented. All requests (aside from GET /bash) return 501 NOT IMPLEMENTED. A global TOKEN is expected for POST request. This can and should be adapted to assigning tokens per repository, though this may require verification from the originating repository or administrative designation. | |||||
