| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #17 Move TOKEN from EnvConfig to database | Kevin J Hoerr | 2022-04-07 | 1 | -6/+5 |
| | | |||||
| * | Refactor routes tests again | Kevin J Hoerr | 2022-04-07 | 1 | -121/+207 |
| | | |||||
| * | Refactor routes tests | Kevin J Hoerr | 2022-04-06 | 1 | -36/+33 |
| | | |||||
| * | Silence logs in unit tests | Kevin J Hoerr | 2022-04-06 | 1 | -0/+11 |
| | | |||||
| * | Remove unused code for testing logs | Kevin J Hoerr | 2022-04-06 | 1 | -23/+0 |
| | | |||||
| * | Formatting and linting fixes | Kevin J Hoerr | 2022-04-04 | 1 | -16/+28 |
| | | |||||
| * | Refactor dependency on env and add comments | Kevin J Hoerr | 2022-04-04 | 1 | -8/+17 |
| | | |||||
| * | Use *.tmpl file extension over *.template | Kevin J Hoerr | 2021-10-07 | 1 | -8/+2 |
| | | |||||
| * | Test hc endpoint; remove unreachable code | Kevin J Hoerr | 2021-09-27 | 1 | -0/+6 |
| | | |||||
| * | Add lint check to pipeline | Kevin J Hoerr | 2021-09-25 | 1 | -37/+58 |
| | | |||||
| * | Tweak jest configuration | Kevin J Hoerr | 2021-09-25 | 1 | -0/+22 |
| | | |||||
| * | The Whole Barnshow Commit | Kevin J Hoerr | 2021-09-20 | 1 | -3/+3 |
| | | | | | | | | | | - 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 | ||||
| * | #14 Changed /bash file to /sh | Kevin J Hoerr | 2021-09-17 | 1 | -6/+8 |
| | | |||||
| * | Add format to head commit info | Kevin J Hoerr | 2021-09-16 | 1 | -4/+49 |
| | | |||||
| * | #7 Add Cobertura format | Kevin J Hoerr | 2021-09-16 | 1 | -8/+167 |
| | | |||||
| * | Refactor upload processing | Kevin J Hoerr | 2021-09-12 | 1 | -3/+8 |
| | | |||||
| * | Refactor env config into Metadata | Kevin J Hoerr | 2021-09-12 | 1 | -12/+24 |
| | | |||||
| * | Move token to metadata | Kevin J Hoerr | 2021-09-12 | 1 | -1/+5 |
| | | |||||
| * | Upgrade packages and fix unit tests | Kevin J Hoerr | 2021-09-11 | 1 | -35/+46 |
| | | |||||
| * | Refactor startup to passthrough values | Kevin J Hoerr | 2020-04-27 | 1 | -1/+1 |
| | | | | | | | | | Even more refactoring - however there were some small troubles using path in the nested scripts/files, so referencing them via the index should be a bit more stable. Plus, the config unit tests won't just exit because of configOrError constants strewn about the file. | ||||
| * | Add unit tests and correct CHANGELOG | Kevin J Hoerr | 2020-04-27 | 1 | -0/+11 |
| | | |||||
| * | These changes moved a lot of the startup async to run in a streamlined | Kevin J Hoerr | 2020-04-26 | 1 | -46/+171 |
| | | | | | | | | | | | async init function. This brings more logic "to light", so it should probably have unit tests added to check the edge cases. As a bonus, no async runs as a result of route initialization. Speaking of routes, it might be nice to trim down the route calls themselves with async functions, if possible. The upload routes in particular use a lot of async. Just a note for the future. | ||||
| * | #8 Add router unit tests using supertest | Kevin J Hoerr | 2020-01-11 | 1 | -0/+239 |
| Also moved the template processing from index to router. | |||||
