Skip to content

Releases: kelp404/bull-admin-panel

v0.4.1

07 Apr 13:04
Compare
Choose a tag to compare
2020-04-07

v0.4.0

07 Apr 02:58
Compare
Choose a tag to compare
2020-04-07

v0.3.4

29 Mar 23:18
Compare
Choose a tag to compare

Bug Fixes

  • fix click the home link with meta key (0352eff)

v0.3.3

28 Mar 23:27
Compare
Choose a tag to compare

Bug Fixes

v0.3.2

28 Mar 09:27
Compare
Choose a tag to compare

Bug Fixes

  • lost fields processedOn and finishedOn of job model (8c4521a)

v0.3.1

28 Mar 04:39
Compare
Choose a tag to compare

Features

  • show counts at navigation links (a4959fa)

v0.2.1

27 Mar 04:52
Compare
Choose a tag to compare

Bug Fixes

  • we should pass status to the error handler (2eddaae)
  • when we get the 404 from the job details api we should remove the job from the list (1ccd119)

v0.2.0

26 Mar 13:24
Compare
Choose a tag to compare

Bug Fixes

  • all 2xx status will eval resolve functions (4ef87de)
  • disable the buttons when the api is processing (641b343)
  • fix jobs issues about the pagination (408db72)
  • fix lost paused state at the search form (e411740)
  • just render loading component when there is no queue name (bc1f6bf)
  • replace kue with bull (0fa59d6)
  • we should make sure the job state is match the event type (96ffa2a)

Features

  • add a util function to render the error page (2a00f18)
  • show paused jobs (a32b164)
  • support clean completed and failed jobs (40be9be)
  • support remove the job (93133ff)
  • support retry the failed job (d6363d1)
  • /jobs: add a close button at the job details modal (ac48930)

v0.1.1

23 Mar 15:03
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Bug Fixes

  • fix data type of parameters of get jobs api (10764cb)
  • fix lost super.componentDidMount() (14e7b10)
  • fix typo (34d23e1)
  • return 404 when the job is not found (8f530ec)

Features

  • support all type event notifications (a74ce57)
  • /jobs: show queue name and job state at the job details page (83de8fa)
  • add an api to delete the job (edb5ab4)
  • add an api to fetch jobs of the queue (027399c)
  • add an api to fetch queues (321bc4a)
  • count jobs when we got the notification (cecef64)
  • /jobs: support notification apis (f187f04)
  • /jobs: update the job details page (14b3c70)
  • add an api to count jobs (06ff1e7)
  • add an api to fetch the job (61f30a3)
  • clean jobs page (c9b8a44)
  • display jobs (b193f3f)
  • migrate admin panel to bull (a30204c)
  • remove api to restart the job (8170ab1)
  • remove sticky top style on the navigation bar (0a86b5c)
  • set the timeout as 60s (d9bceb3)
  • show loading component when no jobs (ce36dea)
  • update the job state tab (364986f)
  • /: list all queues (3efc321)