Commit Graph

5 Commits

Author SHA1 Message Date
Chris 6c422eafe6 Added self-updating, better docker-compose control
* Added --self-update to check for and download new versions of
  the phar
* Added --only option which accepts a comma-separated list of
  services to pass to docker-compose pull/up
* Added --updated option to only pass the updated services to
  docker-compose pull/up
2022-09-03 00:11:52 +02:00
Chris e77e61d0b0 Bugfixes and improvements
* Implemented the --image option
* Implemented the --write-state option to go with --check
* Fixed bug in Lockfile class
2022-03-11 01:55:35 +01:00
Chris ec1659e96d Refactoring and cleanup
* Moved logic from entrypoint to a dedicated class.
* Disabled automatic flush of state.
* Added locking support to prevent multiple instances.
* Added logging
* Added base interface for CredentialsLoader
2022-03-09 01:09:28 +01:00
Chris 1f44d9f44b Webhook support, misc fixes
* Added support for slack (mattermost) webhooks
* Misc fixes
2022-03-08 01:04:03 +01:00
Chris 6cdb155dc5 Initial commit 2022-03-07 22:45:54 +01:00