| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #2 Add CSS, favicon for landing page | Kevin J Hoerr | 2020-02-22 | 1 | -0/+9 |
| | | |||||
| * | #8 Add router unit tests using supertest | Kevin J Hoerr | 2020-01-11 | 1 | -0/+34 |
| | | | | | Also moved the template processing from index to router. | ||||
| * | Add index.html template with route for integration | Kevin J Hoerr | 2019-12-29 | 1 | -0/+5 |
| | | |||||
| * | AOC-3 Catch promise rejections in POST request | Kevin J Hoerr | 2019-12-21 | 1 | -3/+6 |
| | | |||||
| * | Use nullish-coalescing op for env var assignments | Kevin J Hoerr | 2019-12-12 | 1 | -2/+2 |
| | | |||||
| * | Add template process to serve bash file | Kevin J Hoerr | 2019-12-09 | 1 | -0/+8 |
| | | | | | | | | | | | | | Unfortunately, a static file can't really be used to serve the connection - the host address is needed to link back to the server. Only a light library is needed to handle the template file though, and if more are needed in the future it should be a non-trivial task to add them to the process. By default I'm configuring this to work with drone.io, since that is the CI that I personally will be using (most likely). It should be non-trivial to configure other CI to handle the script as well. | ||||
| * | Add linting to project using Eslint | Kevin J Hoerr | 2019-12-09 | 1 | -25/+24 |
| | | |||||
| * | Promisify data flow in POST request | Kevin J Hoerr | 2019-12-09 | 1 | -9/+21 |
| | | |||||
| * | Use HeadIdentifier as reference for file retrieval | Kevin J Hoerr | 2019-12-08 | 1 | -39/+53 |
| | | |||||
| * | Overhaul error handling for controllers | Kevin J Hoerr | 2019-12-08 | 1 | -23/+54 |
| | | | | | | | | | | | | 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. | ||||
| * | Move from branch to repository document in MongoDB | Kevin J Hoerr | 2019-12-08 | 1 | -1/+10 |
| | | |||||
| * | Refactor routes into separate file | Kevin J Hoerr | 2019-12-08 | 1 | -0/+123 |
