| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move to Plug'n'Play over node_modules | Kevin J Hoerr | 2021-09-25 | 1 | -1/+0 |
| | | |||||
| * | Remove devcontainer.env | Kevin J Hoerr | 2021-09-20 | 1 | -1/+0 |
| | | |||||
| * | ARGify HOST_DIR for devcontainer | Kevin J Hoerr | 2021-09-20 | 1 | -0/+1 |
| | | |||||
| * | The Whole Barnshow Commit | Kevin J Hoerr | 2021-09-20 | 1 | -0/+8 |
| | | | | | | | | | | - Use yarn-berry instead of npm, with Zero Install feature and goodies - Add `initializeToken` to post unique token to logs on startup - Package upgrades - Fix index.html.template tests I will never do this again | ||||
| * | Add TSDoc and TypeDoc to handle documentation | Kevin J Hoerr | 2020-04-27 | 1 | -0/+1 |
| | | |||||
| * | Finish developing unit tests for formats, logger | Kevin J Hoerr | 2019-12-11 | 1 | -0/+1 |
| | | |||||
| * | Enable source maps and incremental builds | Kevin J Hoerr | 2019-12-09 | 1 | -0/+2 |
| | | |||||
| * | Implement file handling for reports | Kevin J Hoerr | 2019-11-29 | 1 | -0/+1 |
| | | |||||
| * | Set up initial project | Kevin J Hoerr | 2019-11-10 | 1 | -0/+4 |
| 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. | |||||
