Skip to content

v0.22.1

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 02 Jan 06:05
· 120 commits to main since this release
  • Adds a try/catch block to the spawned thread in an attempt to kill off failed deployments
  • Moves database logic to adopt the repos pattern to separate their logic from the rest of the service
  • Adds a script to fail In-Progress deployments
  • Changes the verbose webhook body debug logger to an info logger that only says which repos the webhook originated from
  • Log 500 error messages correctly when an endpoint is hit (previously some errors weren't ever bubbling up and were suppressed or lost)
  • Don't throw an error when a lock cannot be looked up for a project, log instead (allows for first-time deploys)
  • Various other bug fixes and improvements