Skip to content

Releases: spikeninja/taskiq-admin

1.2.0

11 Dec 20:35
378e6bb
Compare
Choose a tag to compare

Fixes:

  • typings in tasks page and repositories
  • limit length of the Result column to avoid row height breakings

Updates:

  • add new type of task state - "abandoned"
  • renamed state: "pending" -> "running" for more clarity
  • add indexes on "state" and "execution_time"
  • add a nitrojs hook which runs on close event and marks all "running" tasks as "abandoned"

1.1.3

11 Dec 10:34
1dae202
Compare
Choose a tag to compare
  • add filter by task status
  • fix task name displaying with dishka module
  • update return value display
  • update prev, next buttons (span -> button)
  • add auto refetch tasks each 3 seconds

1.1.2

11 Dec 09:35
308a3aa
Compare
Choose a tag to compare
  • fix searching tasks ability

1.1.1

11 Dec 09:34
308a3aa
Compare
Choose a tag to compare
  • fix individual task page styles

1.1.0

11 Dec 09:33
308a3aa
Compare
Choose a tag to compare
  • fix pagination
  • add "Backup" button
  • update docs
  • add license