| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare repository for 0.5.4 release | Kevin J Hoerr | 2021-09-25 | 1 | -0/+3 |
| | | |||||
| * | Move to Plug'n'Play over node_modules | Kevin J Hoerr | 2021-09-25 | 1 | -0/+8 |
| | | |||||
| * | Fix link tag in CHANGELOG.md | Kevin J Hoerr | 2021-09-25 | 1 | -0/+1 |
| | | |||||
| * | Prepare repository for 0.5.3 release | Kevin J Hoerr | 2021-09-24 | 1 | -0/+10 |
| | | |||||
| * | Prepare repository for 0.5.2 release | Kevin J Hoerr | 2021-09-21 | 1 | -0/+7 |
| | | |||||
| * | Prepare repository for 0.5.1 release | Kevin J Hoerr | 2021-09-20 | 1 | -0/+3 |
| | | |||||
| * | The Whole Barnshow Commit | Kevin J Hoerr | 2021-09-20 | 1 | -0/+6 |
| | | | | | | | | | | - 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 | -0/+4 |
| | | |||||
| * | Prepare repository for 0.5.0 release | Kevin J Hoerr | 2021-09-16 | 1 | -0/+3 |
| | | |||||
| * | Add format to head commit info | Kevin J Hoerr | 2021-09-16 | 1 | -0/+1 |
| | | |||||
| * | #7 Add Cobertura format | Kevin J Hoerr | 2021-09-16 | 1 | -0/+4 |
| | | |||||
| * | Refactor upload processing | Kevin J Hoerr | 2021-09-12 | 1 | -0/+5 |
| | | |||||
| * | Prepare repository for 0.4.4 release | Kevin J Hoerr | 2021-09-12 | 1 | -0/+3 |
| | | |||||
| * | Refactor env config into Metadata | Kevin J Hoerr | 2021-09-12 | 1 | -0/+1 |
| | | |||||
| * | Update node images in Dockerfile | Kevin J Hoerr | 2021-09-11 | 1 | -0/+5 |
| | | |||||
| * | Prepare repository for 0.4.3 release | Kevin J Hoerr | 2020-04-27 | 1 | -0/+7 |
| | | |||||
| * | Fix CHANGELOG version number | Kevin J Hoerr | 2020-04-27 | 1 | -1/+1 |
| | | |||||
| * | Add TSDoc and TypeDoc to handle documentation | Kevin J Hoerr | 2020-04-27 | 1 | -0/+4 |
| | | |||||
| * | Add unit tests and correct CHANGELOG | Kevin J Hoerr | 2020-04-27 | 1 | -0/+4 |
| | | |||||
| * | These changes moved a lot of the startup async to run in a streamlined | Kevin J Hoerr | 2020-04-26 | 1 | -0/+5 |
| | | | | | | | | | | | 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. | ||||
| * | Prepare repository for 0.4.1 release | Kevin J Hoerr | 2020-02-23 | 1 | -0/+7 |
| | | |||||
| * | Prepare repository for 0.4.0 release | Kevin J Hoerr | 2020-02-22 | 1 | -0/+4 |
| | | |||||
| * | #8 Add router unit tests using supertest | Kevin J Hoerr | 2020-01-11 | 1 | -0/+5 |
| | | | | | Also moved the template processing from index to router. | ||||
| * | #5 Add more descriptive output to bash script | Kevin J Hoerr | 2019-12-28 | 1 | -0/+4 |
| | | |||||
| * | Prepare repository for 0.3.3 release | Kevin J Hoerr | 2019-12-21 | 1 | -0/+4 |
| | | |||||
| * | AOC-3 Catch promise rejections in POST request | Kevin J Hoerr | 2019-12-21 | 1 | -0/+5 |
| | | |||||
| * | Prepare repository for 0.3.2 release | Kevin J Hoerr | 2019-12-12 | 1 | -0/+3 |
| | | |||||
| * | Use nullish-coalescing op for env var assignments | Kevin J Hoerr | 2019-12-12 | 1 | -0/+2 |
| | | |||||
| * | Add changes based on unit tests to CHANGELOG | Kevin J Hoerr | 2019-12-12 | 1 | -0/+5 |
| | | |||||
| * | Prepare repository for 0.3.1 release | Kevin J Hoerr | 2019-12-11 | 1 | -0/+3 |
| | | |||||
| * | Add Jest to handle unit and integration testing | Kevin J Hoerr | 2019-12-11 | 1 | -0/+10 |
| | | | | | | | | | | | | | 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. | ||||
| * | Prepare repository for 0.3.0 release | Kevin J Hoerr | 2019-12-10 | 1 | -0/+3 |
| | | |||||
| * | Add multi-stage dockerfile as node:alpine image | Kevin J Hoerr | 2019-12-10 | 1 | -0/+1 |
| | | |||||
| * | Fix reported license and update changelog | Kevin J Hoerr | 2019-12-10 | 1 | -1/+4 |
| | | |||||
| * | Add linting to project using Eslint | Kevin J Hoerr | 2019-12-09 | 1 | -0/+5 |
| | | |||||
| * | Change start script to start:dev with watcher | Kevin J Hoerr | 2019-12-09 | 1 | -0/+4 |
| | | | | | | There is currently no prod start command - this can be adopted later when desired. | ||||
| * | Overhaul error handling for controllers | Kevin J Hoerr | 2019-12-08 | 1 | -0/+12 |
| | | | | | | | | | | | | 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. | ||||
| * | Prepare repository for 0.2.0 release | Kevin J Hoerr | 2019-12-08 | 1 | -0/+13 |
| | | |||||
| * | Prepare repository for 0.1.0 release | Kevin J Hoerr | 2019-11-30 | 1 | -0/+22 |
