| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add format to head commit info | Kevin J Hoerr | 2021-09-16 | 1 | -7/+22 |
| | | |||||
| * | Refactor upload processing | Kevin J Hoerr | 2021-09-12 | 1 | -0/+10 |
| | | |||||
| * | Refactor env config into Metadata | Kevin J Hoerr | 2021-09-12 | 1 | -4/+23 |
| | | |||||
| * | Move token to metadata | Kevin J Hoerr | 2021-09-12 | 1 | -1/+7 |
| | | |||||
| * | Add linting to project using Eslint | Kevin J Hoerr | 2019-12-09 | 1 | -2/+2 |
| | | |||||
| * | Overhaul error handling for controllers | Kevin J Hoerr | 2019-12-08 | 1 | -2/+3 |
| | | | | | | | | | | | | 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 | -29/+60 |
| | | |||||
| * | Refactor routes into separate file | Kevin J Hoerr | 2019-12-08 | 1 | -0/+11 |
| | | |||||
| * | Add Metadata core with MongoDB for persistence | Kevin J Hoerr | 2019-12-07 | 1 | -0/+54 |
| | | | | | | | | | | | | With the new process dependency, process handling has been added to ensure that the ExpressJS server and MongoDB client connections get closed up properly. As noted in the Metadata file above the Branch interface, the schema is definitely not finalized. Eventually metadata will be needed at the repo level anyways, so reorganizing the document schema is high on the priority list. | ||||
| * | Prepare repository for 0.1.0 release | Kevin J Hoerr | 2019-11-30 | 1 | -3/+0 |
| | | |||||
| * | Move TS files into /src | Kevin J Hoerr | 2019-11-10 | 1 | -0/+3 |
