Skip to content

Releases: Justintime50/harvey

v0.5.0

24 Oct 06:48
Compare
Choose a tag to compare
  • Fixed a bug where container names were not being created properly which led to other issues down the pipeline flow
  • Added a healthcheck feature - pipelines now run a healthcheck and ensure the container is running (and didn't exit) before declaring the pipeline a success
  • Various bug fixes and under-the-hood improvements throughout the entire experience
  • Removed ngrok executable and all info about ngrok from README

v0.4.0

23 Oct 06:26
Compare
Choose a tag to compare
  • Added a preamble Slack message when a pipeline starts. Now you'll get notified when a pipeline starts in addition to when it finishes (closes #39)
  • Added a SLACK env variable so you can decide if you want to send Slack messages or not
  • Added unit tests for the message module
  • Documented all env variables in the README
  • Fixed a bug where git clone/pull logic was swapped and wasn't returning anything

v0.3.0

22 Oct 06:18
Compare
Choose a tag to compare
  • Refactored git logic into smaller units
  • Added unit tests for git module
  • Changed fast forward git operation to rebase (closes #33)

v0.2.0

19 Sep 02:47
Compare
Choose a tag to compare
  • Added testing framework and code coverage
  • Added more linting
  • Updated Makefile to include more commands
  • Various code refactors
  • Documentation updates

v0.1.1

19 Sep 02:44
Compare
Choose a tag to compare
Added retrieve all pipelines API endpoint