| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor dependency on env and add comments | Kevin J Hoerr | 2022-04-04 | 1 | -4/+5 |
| | | |||||
| * | Add lint check to pipeline | Kevin J Hoerr | 2021-09-25 | 1 | -1/+1 |
| | | |||||
| * | Use nullish-coalescing op for env var assignments | Kevin J Hoerr | 2019-12-12 | 1 | -1/+1 |
| | | |||||
| * | Add Jest to handle unit and integration testing | Kevin J Hoerr | 2019-12-11 | 1 | -10/+9 |
| | | | | | | | | | | | | | 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. | ||||
| * | Add linting to project using Eslint | Kevin J Hoerr | 2019-12-09 | 1 | -1/+9 |
| | | |||||
| * | Add winston, express-winston to handle logging | Kevin J Hoerr | 2019-12-08 | 1 | -0/+21 |
