Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Releases: s-r-x/bull-monitor

v0.21.1

25 May 07:44
Compare
Choose a tag to compare

0.21.1 (2021-05-25)

Bug Fixes

  • ui: SimpleJsonView. height -> maxHeight (0dd35ce)

v0.21.0

25 May 07:32
Compare
Choose a tag to compare

0.21.0 (2021-05-25)

Bug Fixes

  • ui: remove autocomplete from data search inputs (abb2af3)
  • ui: reset page on data search key/term change (e08708a)
  • ui: scroll jump after close hoverable popovers (1d1cc44)

Features

  • gql: data text search (6b64103)
  • ui: "Disable jobs polling while performing a text search" preference (e3fd3a0)
  • ui: data text search (606df86)
  • ui: fetch and render data preference. when enabled it will fetch data(in addition to other fields) in jobs table query and render it below (8d09fd6)

v0.20.0

20 May 05:10
Compare
Choose a tag to compare

0.20.0 (2021-05-20)

Features

  • ui: options/timeline popovers in jobs table now appear from mouseover event instead of click and do not block scroll (7013bce)

v0.19.0

19 May 06:38
Compare
Choose a tag to compare

0.19.0 (2021-05-19)

Features

  • ui: render statuses on the jobs screen in the same order as in drawer (824da87)
  • ui: selectable statuses in drawer (2346724)

v0.18.0

18 May 08:48
Compare
Choose a tag to compare

0.18.0 (2021-05-18)

Bug Fixes

  • ui: expand/collapse buttons in drawer are always at the bottom now (f7ba70f)
  • ui: Rename enable polling/disable polling to enable jobs polling/disable jobs polling (50ac80d)

Features

  • ui: remove "Expand jobs count by default" preference. Instead collapsed/expanded state of every queue in drawer is now persisted to localstorage (f18b535)

v0.17.0

18 May 04:36
Compare
Choose a tag to compare

0.17.0 (2021-05-18)

Features

  • gql: add ids arg in jobs query. When specified, query will return jobs with every matched id. It has priority over other args(id, order, limit, offset, status) (88985b2)
  • ui: save jobs as json (1d8f3a2)

v0.16.0

17 May 15:49
Compare
Choose a tag to compare

0.16.0 (2021-05-17)

Features

  • ui: "Expand jobs count by default" preference (9990a35)
  • ui: collapsible jobs statuses for every queue in drawer (f50cf39)
  • ui: colors for different job statuses (c706bee)
  • ui: increase drawer width (1f522ae)
  • ui: mass expand/collapse buttons in drawer (36102c9)
  • ui: show pause icon instead of standard one in drawer if queue is paused (e1d2cd0)

Performance Improvements

  • ui: remove calling persisted stores in the root component. zustand restores them without it (d5b3809)

v0.15.0

16 May 16:23
Compare
Choose a tag to compare

0.15.0 (2021-05-16)

Features

  • ui: filter queues by name (da5282b)

Performance Improvements

  • ui: wrap JobsScreen in memo (c654501)

v0.14.0

16 May 13:16
Compare
Choose a tag to compare

0.14.0 (2021-05-16)

Bug Fixes

  • ui: change type "data" from String to JSON in updateJobData mutation (d9aa684)
  • ui: correct toast after successful moveToFailed mutation (d81e9d2)

Features

v0.13.0

14 May 08:02
Compare
Choose a tag to compare

0.13.0 (2021-05-14)

Features

  • gql: removeJobs mutation (3d0def5)
  • gql: retryJobs mutation (854f19d)