Skip to content

v1.1.0

Compare
Choose a tag to compare
@0x20F 0x20F released this 18 Feb 12:22
· 23 commits to main since this release

Changelog

  • 3f5ef4c Fix tests
  • 99336f3 Update command param name
  • 8070f25 feat: Implement command for getting and following logs for one or more containers
  • ebc23f3 feat: Rebuild the way commands are run so multiple commands can run at the same time
  • dd620d1 feat: Reimplement the runner as an interface on top of the executor package so its more testable
  • 6805f6e feat: Rework the command execution pipeline to allow for more features
  • 9119a6a feat: Sort the table of running services based on container names
  • 11a863e fix: Database queries should follow the new model design
  • d0bc1c3 fix: Database trying to mutate when something else is already mutating
  • e12ca39 fix: Forced start not saving the started services to the local database
  • 146d53d fix: Logs command not filtering containers properly
  • 79248ba fix: Remove dependency on the internal docker container type
  • 98583b7 fix: Stop command now matches both service name and service uid
  • 33eb46e fix: Use wait groups instead of a single channel for multiple commands