Version 0.5
BREAKING CHANGE WARNING:
This release changes the internal format of completed job logs, which are now all gzip-compressed. To upgrade your existing logs and make them compatible with v0.5+, please issue the following command once on your master server, after installing the 0.5 upgrade:
sudo /opt/cronicle/bin/storage-cli.js upgrade_logs
Changes in this release:
- All job logs are now stored in gzip compressed format.
- New API:
update_job
(update job in progress) - When updating an event, if jobs are running, prompt user to update live jobs as well.
- On job details screen (live progress), new design for "Watch" and "Abort" buttons.
- "Watch" checkbox toggles e-mail notification for current user.
- Updated docs and unit tests.
- Fixed display bug where percentage could be a looooong float.
- Misc UI fixes.