aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* #5 Add more descriptive output to bash scriptKevin J Hoerr2019-12-281-0/+4
|
* Prepare repository for 0.3.3 releaseKevin J Hoerr2019-12-211-0/+4
|
* AOC-3 Catch promise rejections in POST requestKevin J Hoerr2019-12-211-0/+5
|
* Prepare repository for 0.3.2 releaseKevin J Hoerr2019-12-121-0/+3
|
* Use nullish-coalescing op for env var assignmentsKevin J Hoerr2019-12-121-0/+2
|
* Add changes based on unit tests to CHANGELOGKevin J Hoerr2019-12-121-0/+5
|
* Prepare repository for 0.3.1 releaseKevin J Hoerr2019-12-111-0/+3
|
* Add Jest to handle unit and integration testingKevin J Hoerr2019-12-111-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 releaseKevin J Hoerr2019-12-101-0/+3
|
* Add multi-stage dockerfile as node:alpine imageKevin J Hoerr2019-12-101-0/+1
|
* Fix reported license and update changelogKevin J Hoerr2019-12-101-1/+4
|
* Add linting to project using EslintKevin J Hoerr2019-12-091-0/+5
|
* Change start script to start:dev with watcherKevin J Hoerr2019-12-091-0/+4
| | | | | There is currently no prod start command - this can be adopted later when desired.
* Overhaul error handling for controllersKevin J Hoerr2019-12-081-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 releaseKevin J Hoerr2019-12-081-0/+13
|
* Prepare repository for 0.1.0 releaseKevin J Hoerr2019-11-301-0/+22