| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add linting to project using Eslint | Kevin J Hoerr | 2019-12-09 | 1 | -17/+22 |
| | | |||||
| * | Promisify data flow in POST request | Kevin J Hoerr | 2019-12-09 | 1 | -10/+11 |
| | | |||||
| * | Overhaul error handling for controllers | Kevin J Hoerr | 2019-12-08 | 1 | -2/+4 |
| | | | | | | | | | | | | This change fixes various issues with the GET endpoints to return more accurate error messages. It adds business logic error objects that are returned in a union type in the controllers. This change should help separate the business logic from the actual errors from upstream services. There may be required changes still with handling those upstream errors via Promises. Integration tests should be added to verify issues. | ||||
| * | Implement file handling for reports | Kevin J Hoerr | 2019-11-29 | 1 | -1/+1 |
| | | |||||
| * | Implement report parsing for Tarpaulin | Kevin J Hoerr | 2019-11-29 | 1 | -2/+24 |
| | | | | | | | | | | | 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 project | Kevin J Hoerr | 2019-11-23 | 1 | -30/+36 |
| | | | | | Signed-off-by: Kevin J Hoerr <kjhoerr@protonmail.com> | ||||
| * | Generate report badge with color gradient | Kevin J Hoerr | 2019-11-23 | 1 | -2/+15 |
| | | |||||
| * | Move TS files into /src | Kevin J Hoerr | 2019-11-10 | 1 | -0/+33 |
