aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Move from branch to repository document in MongoDBKevin J Hoerr2019-12-082-30/+70
|
* Refactor routes into separate fileKevin J Hoerr2019-12-083-129/+137
|
* Add winston, express-winston to handle loggingKevin J Hoerr2019-12-083-55/+94
|
* Add Metadata core with MongoDB for persistenceKevin J Hoerr2019-12-072-103/+237
| | | | | | | | | | | 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.
* Prepare repository for 0.1.0 releaseKevin J Hoerr2019-11-302-9/+0
|
* Disable branch GET EPs until Metadata is doneKevin J Hoerr2019-11-301-2/+2
|
* Remove default value for format parameterKevin J Hoerr2019-11-301-3/+2
|
* Implement file handling for reportsKevin J Hoerr2019-11-292-34/+55
|
* Implement report parsing for TarpaulinKevin J Hoerr2019-11-292-5/+32
| | | | | | | | | | The generated Tarpaulin HTML report does not have stats to parse via the DOM - the data is injected via a script tag, which only has line-by-line coverage, though it includes statistics for each file. The total coverage is counted by summing the covered/coverable stats reported for each file. Also, the bad version for express is fixed, and messages are included for errors that occur for the POST endpoint.
* Add Prettier to projectKevin J Hoerr2019-11-232-61/+80
| | | | Signed-off-by: Kevin J Hoerr <kjhoerr@protonmail.com>
* Generate report badge with color gradientKevin J Hoerr2019-11-232-14/+37
|
* Move TS files into /srcKevin J Hoerr2019-11-103-0/+127