Skip to content

Releases: always-open/laravel-totem

v0.4.0

27 Aug 05:20
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • 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

24 Aug 19:45
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
refactor : split frequency parameters into a separate table

v0.1.0

21 Aug 14:40
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • 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