aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Move to Plug'n'Play over node_modulesKevin J Hoerr2021-09-251-1/+0
|
* Remove devcontainer.envKevin J Hoerr2021-09-201-1/+0
|
* ARGify HOST_DIR for devcontainerKevin J Hoerr2021-09-201-0/+1
|
* The Whole Barnshow CommitKevin J Hoerr2021-09-201-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 documentationKevin J Hoerr2020-04-271-0/+1
|
* Finish developing unit tests for formats, loggerKevin J Hoerr2019-12-111-0/+1
|
* Enable source maps and incremental buildsKevin J Hoerr2019-12-091-0/+2
|
* Implement file handling for reportsKevin J Hoerr2019-11-291-0/+1
|
* Set up initial projectKevin J Hoerr2019-11-101-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.