Releases: Joxit/runtasktic
Releases · Joxit/runtasktic
Release 1.0.0
Release 0.6.0
Release 0.5.1
Release 0.5.0
0.5.0 (2021-05-29)
✨ Features
- notification: add print notification for stdout, stderr or custom path (e6758b4)
- exec: add support for notification templates (706a4bd)
- notification: add
task.full_cmd
andtask.short_cmd
(8485632) - notification: add supports for
notify_all_tasks_end
withtask_failed
with default templates (c3857ce) - run: add supports for
notify_task_end
with default templates (6d0403c) - notification: add support for custom messages (0ed4a98)
- notification: use single bracket instead of two (8408164)
- notification: add template message for environment variables (ff931fd)
- notification: add template message for hostname (cef68d9)
- permit
YamlTasksScheduler
with no tasks (70216bb)
🔧 Build
- release 0.5.0 (3c39114)
✔️ Tests
- fix notification tests (e439a76)
📝 Documentation
- add doc for messages configuration (201377d)
🚀 Continuous Integration
- release: install kokai via cargo (cffd40a)
Release 0.4.0
0.4.0 (2021-04-17)
🪲 Bug Fixes
- start: rename to start with multi occurence of single task (85fbaa0)
✨ Features
- completion: add completion script generator for bash, fish and zsh (98d7515)
- exec: exec a single task from a config file from its id (0bd8fd1)
- run: add
--starts
flag to override default starting tasks (e8c2eab) - fst: add
reachable_states
function for later use (424687d) - run: add support to many configuration files (c6ebd96)
🔧 Build
- release 0.4.0 (83ae113)
🚀 Continuous Integration
- update branch trigger to main instead of master (58cc091)
- release: update action for kokai 0.2.0 (372a36e)
🍏 Chore
- rename main struct from ApplicationArguments to Runtasktic (23f4a6d)
Release 0.3.0
0.3.0 (2020-11-21)
Features
- feat(on_failure): add global
on_failure
option (c1208bb) - feat(on_failure): add behaviour for
on_failure
. When set to exit, it will do a graceful exit. (c0b3be2) - feat(on_failure): add new task options
on_failure
. This will exit the run or ignore failure. (3706fb7)
Build
- build: release 0.3.0 (0d4b1b4)
Tests
- test(on_failure): add new test for
on_failure
parsing (459eb02)
Documentation
Continuous Integration
- ci(release): add release note from kokai (270a9cb)
0.2.0 (2020-10-15)
Features
- New subcommand for single command execution
- Add
stdout
andstderr
as global entry in config file - Add
working_dir
as global entry - Add exit status codes for each task with report at the end
- Notification: add username in configuration and update default name
- New subcommand for graph generation (png or graphviz file)
0.1.0 (2020-07-19)
Features
- Run in background
- Slack notifications
- Select your concurrency
- Check dependency cycles