| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The Whole Barnshow Commit | Kevin J Hoerr | 2021-09-20 | 1 | -3/+17 |
| | | | | | | | | | | - 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 | ||||
| * | Optify SSL info for script on index.html | Kevin J Hoerr | 2021-09-17 | 1 | -1/+6 |
| | | |||||
| * | Fix sh template filenames | Kevin J Hoerr | 2021-09-17 | 1 | -2/+2 |
| | | |||||
| * | Refactor env config into Metadata | Kevin J Hoerr | 2021-09-12 | 1 | -4/+5 |
| | | |||||
| * | Fix templates not properly injecting context | Kevin J Hoerr | 2020-04-27 | 1 | -2/+2 |
| | | |||||
| * | Refactor startup to passthrough values | Kevin J Hoerr | 2020-04-27 | 1 | -34/+19 |
| | | | | | | | | | 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 | -6/+6 |
| | | |||||
| * | Handle promise errors in handleStartup | Kevin J Hoerr | 2020-04-27 | 1 | -35/+42 |
| | | |||||
| * | These changes moved a lot of the startup async to run in a streamlined | Kevin J Hoerr | 2020-04-26 | 1 | -1/+74 |
| | | | | | | | | | | | 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. | ||||
| * | Add unit tests for util/config.ts | Kevin J Hoerr | 2019-12-12 | 1 | -6/+6 |
| | | |||||
| * | Fix reported license and update changelog | Kevin J Hoerr | 2019-12-10 | 1 | -3/+2 |
| | | |||||
| * | Add linting to project using Eslint | Kevin J Hoerr | 2019-12-09 | 1 | -8/+8 |
| | | |||||
| * | Add winston, express-winston to handle logging | Kevin J Hoerr | 2019-12-08 | 1 | -0/+38 |
