Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kelp404 kelp404 released this 23 Mar 15:03
· 479 commits to master since this 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)