* feat: add build script to write git info to usable ts file
* fix: run git-info before tests
* fix: fetch all git history for running tests
* fix: try moving git-info run to workflow
* fix: add some debug info to setup
* fix: try using the module as a relative route
* chore: remove test commands now that tests pass
* chore: create status endpoint openapi schema and example
* feat: create a plain text file instead
* chore: undo github workflow changes since they are no longer necessary
* fix: make import paths relative
* Ensure to use postgres as backend
* Update gitignore
* Replace string for error message const
* Avoid code duplication
* Fix schemas
* Fix related operations field
* Catch error on invalid request parameters
Co-authored-by: ER <raynaudo.ee@gmail.com>