Releases: kelp404/bull-admin-panel
Releases · kelp404/bull-admin-panel
v0.4.1
v0.4.0
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.2.1
v0.2.0
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
withbull
(0fa59d6) - we should make sure the job state is match the event type (96ffa2a)
Features
v0.1.1
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)