Releases: always-open/laravel-totem
Releases · always-open/laravel-totem
v0.4.0
- Add Laravel dependencies
- Add support for Nexmo and Slack notifications.
- Fix a bug which was causing errors while trying to execute a command from dashboard
- Execute from dashboard now runs through xhr request
- Results of execute from dashboard now populates in task results and triggers notifications.
Make sure nexmo is setup properly for sms notifications to work.
This release requires
php artisan migrate
due to addition of new columns for sms and slack notifications.
Please run
php artisan totem:assets
for changes in public assets
v0.3.0
refactor : split frequency parameters into a separate table
v0.1.0
- Can create/edit/delete tasks to schedule any available commands
- Only supports cron expressions currently
- Enable/Disable a scheduled task
- Decide whether to let an task overlap another instance of same task or not
- Decide whether to let a task run in maintenance mode
- View task execution history
- Receive email notification on task completion