Skip to content

Releases: always-open/laravel-totem

v2.0.2

20 Oct 17:58
Compare
Choose a tag to compare

• Add config params to override default web and api middleware through environment variables.

v1.0.2

23 Sep 19:07
Compare
Choose a tag to compare
  • Remove php7 specific code to make 1.0 compatible with php 5.6 and above

v2.0.1

12 Sep 03:37
Compare
Choose a tag to compare
  • Use resolving callback to resolve schedule class
  • Use play icon instead of cog icon for execute action in task list

v1.0.1

12 Sep 03:36
Compare
Choose a tag to compare
  • Use play icon instead of cog icon for execute action in task list

v2.0.0

03 Sep 23:30
Compare
Choose a tag to compare
  • Initial stable release for Laravel 5.5

v1.0.0

03 Sep 23:30
Compare
Choose a tag to compare
  • Initial stable release for Laravel 5.4

v0.8.0

30 Aug 23:37
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • Commands can now be scheduled traditionally from app/Console/Kernel
  • Artisan Commands registered through app/Console/Kernel can now be scheduled through dashboard without any extra work.
  • Task log files are now unlinked after saving the output to database

Please republish assets by running php artisan totem:assets to avoid any undesired effects.

v0.7.0

28 Aug 21:20
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Add methods to Task class to make sure between and unlessBetween frequencies work as expected
  • Refactor Task Form UI
  • Do not bind console kernel to container, instead resolve Schedule class from IOC to add tasks to schedule. This would let us schedule tasks traditionally through app/Console/Kernel in addition to totem dashboard.

Please run php artisan totem:assets to republish totem assets.

v0.6.0

28 Aug 00:57
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Use asset helper to load images
  • Modify execute and status vue components to receive route urls from blade

Please republish totem assets by running php artisan totem:assets

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