Skip to content

Releases: felixmosh/bull-board

Release 1.3.0

16 Feb 17:51
Compare
Choose a tag to compare
  • Make release process to be automatically but triggered manually #231
  • Display failed reason (if there is no stacktrace to show) #228
  • Refactor error handlers in routes & ui #221
  • Bump node-notifier from 8.0.0 to 8.0.1 #205
  • fix: package.json & yarn.lock to reduce vulnerabilities #226
  • Add read only mode, closes #219 #220
  • Close #217 Configure basePath doc #218
  • Fix example return value #208
  • Handle better return type lint rule #206
  • Add read only mode, closes #219 (#220) #219 #219
  • Close #217 Configure basePath doc (#218) #217 #217

Stable 1.0

25 Nov 13:49
d4b39c9
Compare
Choose a tag to compare

Welcome to v1! 😱

This change includes some big updates like:

  • Complete redesign of the library by @felixmosh 🎉
  • Rewrite library to TypeScript (mainly by @Yurickh)
  • Support for BullMQ added
  • Lots of bug fixes

Thanks to everyone who helped to test the many alpha versions!

Please let us know of any bugs you might find 👍

Close tab on click

20 Aug 13:15
eec8ea1
Compare
Choose a tag to compare

#118
Thanks @aliceclv for implementing it

Add clean all for failed jobs

05 Dec 14:08
b32913d
Compare
Choose a tag to compare

Adds Clean all button for failed jobs as well, previously that was only available on the delayed queue

Use proxyUrl if provided

31 Oct 09:23
68a9f7e
Compare
Choose a tag to compare

Allows users to use different paths from the one configured in Express through proxyUrl param when provided in the request

Thanks, @Eywek for the first contribution!

Add queues already set in Bull

14 Oct 13:53
c69afa7
Compare
Choose a tag to compare

This release adds the option to work with queues already set in Bull.
This is introduced by the method setQueues, for more information, check docs.

Thanks @sestolk for working with this and for the first time contribution!

bumps dependencies, adds delayed information and fixes some styling

05 Oct 10:06
826fbad
Compare
Choose a tag to compare

bump Bull, React and date-fns
add delayed information with updates in real time (kudos to @alexleroyross for one more PR)
fixes some styling for error stack traces

thank's to everyone who's using the lib and contributing to the project by opening PR's and Issues!

Add Clean action for delayed queue

24 Sep 08:13
e54ac6f
Compare
Choose a tag to compare

Add a Clean action for the queue in delayed status.
Ref. #18

thanks @alexleroyross for your first contribution to the project!

Fix missing total_system_memory data

12 Sep 12:07
0ed5ed8
Compare
Choose a tag to compare

Fix issue when total_system_memory is not present

Ref #12

Thanks @daksamit @sjsn for reporting the bug and help understanding the problem!

Visual improvements for highlighting

03 Sep 10:51
Compare
Choose a tag to compare
  • Queue data and error stack traces with better highlighting