| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use *.tmpl file extension over *.template | Kevin J Hoerr | 2021-10-07 | 1 | -2/+2 |
| | | |||||
| * | Move to Plug'n'Play over node_modules | Kevin J Hoerr | 2021-09-25 | 1 | -0/+1 |
| | | |||||
| * | Add lint check to pipeline | Kevin J Hoerr | 2021-09-25 | 4 | -59/+79 |
| | | |||||
| * | The Whole Barnshow Commit | Kevin J Hoerr | 2021-09-20 | 2 | -12/+105 |
| | | | | | | | | | | - 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 | 2 | -5/+11 |
| | | |||||
| * | Upgrade packages and fix unit tests | Kevin J Hoerr | 2021-09-11 | 1 | -1/+10 |
| | | |||||
| * | 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 | 2 | -38/+53 |
| | | | | | | | | | 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 | 2 | -8/+186 |
| | | |||||
| * | 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 | 2 | -6/+79 |
| | | | | | | | | | | | 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. | ||||
| * | Use nullish-coalescing op for env var assignments | Kevin J Hoerr | 2019-12-12 | 1 | -1/+1 |
| | | |||||
| * | Add unit tests for util/config.ts | Kevin J Hoerr | 2019-12-12 | 2 | -6/+154 |
| | | |||||
| * | Finish developing unit tests for formats, logger | Kevin J Hoerr | 2019-12-11 | 1 | -4/+41 |
| | | |||||
| * | Add Jest to handle unit and integration testing | Kevin J Hoerr | 2019-12-11 | 2 | -10/+33 |
| | | | | | | | | | | | | | Wrote a couple of initial unit tests for some of the logic-heavy points in the application, being logger.ts and formats.ts. Evidently colorize() causes an error when transforming on the Format object that's returned. Since that is specific to the Console transport anyways, I just moved it to the transport, since the unit test was only testing the passed label in the returned Formats object. Also the bash template has some issues that I didn't test (oops), so those are fixed now. | ||||
| * | 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 | 2 | -9/+17 |
| | | |||||
| * | Add winston, express-winston to handle logging | Kevin J Hoerr | 2019-12-08 | 2 | -0/+59 |
