Skip to content

Releases: VictorAuthiat/sidekiq-tasks

Version 0.1.6

11 May 19:34
Compare
Choose a tag to compare

- Enable CI workflows on all branches. (#4)
- Add description to task list. (#2)
- Detect magic comment before multiline desc. (#3)
- Fix style tag rendering and plugin registration for Sidekiq Web UI 7.3+ and 8.0+. (#1)
- Enable horizontal scroll on tasks table for mobile. (#5)

Version 0.1.5

04 May 14:13
Compare
Choose a tag to compare
  • Add duration, status and error reports to history.
  • Fix Code Climate report by updating CI runner from ubuntu-20.04 to ubuntu-22.04.

Version 0.1.4

23 Mar 13:09
Compare
Choose a tag to compare
  • Fix gem load error by moving the entrypoint to the correct path.
  • Support enabling/disabling all tasks in a namespace with a magic comment.
  • Improve task search to allow more flexible and intuitive matching.
  • Fix deprecation warning by avoiding direct access to params (Sidekiq 8 compatibility).

Version 0.1.3

22 Mar 18:31
Compare
Choose a tag to compare
  • Change required Ruby version to 3.0.0.
  • Add DisableWithComment rule to disable a specific task with a magic comment.

Version 0.1.2

22 Mar 14:40
Compare
Choose a tag to compare

Update plugin registration for Sidekiq 7.3+ compatibility.

Version 0.1.1

25 Feb 18:33
Compare
Choose a tag to compare

Add an environment confirmation input to the task enqueuing form.

Version 0.1.0

23 Feb 17:51
Compare
Choose a tag to compare

Initial release