All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
- feat: Log tab enhancements
#458
- Add canRetry options to queue
#384
- chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
#381
- fix: decode queue name to support url special chars, closes #375
#376
- chore(deps): bump node-fetch from 2.6.6 to 2.6.7
#372
- Improve performance
#371
- chore(deps): bump nanoid from 3.1.30 to 3.2.0
#369
- chore(deps): bump follow-redirects from 1.14.6 to 1.14.7
#365
- feat: add job name formatter
#359
- chore(deps): bump postcss from 7.0.35 to 7.0.39
#356
- chore(deps): bump fastify-static from 4.2.3 to 4.4.1
#354
- chore(deps-dev): bump axios from 0.21.1 to 0.21.2
#353
- chore(deps): bump tar from 4.4.13 to 4.4.19
#355
- chore(deps): bump fastify-static in /examples/with-fastify-auth
#352
- add noindex meta tag
#351
- chore(deps): bump fastify-static in /examples/with-fastify
#343
- Add Hapi route options to plugin
#342
- chore(deps): bump fastify-static in /examples/with-fastify
#337
- feat: Add prefix option to allow multiple queues with the same name, but on different envs (prod, stage)
#333
- chore(deps): bump nth-check from 2.0.0 to 2.0.1
#328
- Remove unused return value from
createBullBoard()
#329
- fix: show retry button on failed tab (job can be retried)
#327
- chore(deps): bump tmpl from 1.0.4 to 1.0.5
#326
- Rollback @radix-ui/react-dropdown-menu due to radix-ui/primitives#837
#321
- Move React development dependencies to devDependecies
#317
- chore(deps): bump path-parse from 1.0.6 to 1.0.7
#315
- Added a filter input to the queue menu
#313
- fix: Allow bull-board to be bundled with webpack, fixes #310
#312
- feat: add pause / resume on queue level
#309
- fix: encode job-id, closes #307
#308
- Add confirmation modal on "dangerous" actions, closes #241
#302
- fix: fix @bull-board/ui paths, closes #300
#301
- fix: break long words in logs, data & error stack-trace, fixes #298
#299
- fix: show failed job as "green" in active tab
#296
- fix: Show failed jobs as failed in "latest" tab
#293
- fix: compile typings with rest of the lib
#292
- fix: point global common typings to use dist
#290
- Add fav icon & change the logo to be more consistent between OS's
#288
- Feat: Add pagination
#287
- Add koa adapter
#285
- Move bull-board to use mono-repo structure
#281
- chore(deps): bump dns-packet from 1.3.1 to 1.3.4
#279
- feat: add addQueue and removeQueue methods
#278
- fix ejs semicolon
#275
- fix: Update ioredis types & align adapter types, closes #271, #272
#273
- chore(deps): bump lodash in /examples/with-multiple-instances
#270
- chore(deps): bump lodash from 4.17.20 to 4.17.21 in /examples/with-auth
#269
- refactor: extract common control code to queueProvider & jobProvider
#268
- Fix typo (bullMQAdapter to BullMQAdapter)
#267
- refactor: Remove client deps from lib's deps
#263
- V2
#261
- Move tests to
tests
folder#260
- fix: crash on code is not part of childNode
#257
- fix: Prevent polling leak by using intervals, closes #207
#256
- feat: Allow line break in job logs
#255
- Add job logs,
#246
- chore(deps-dev): bump react-dev-utils from 11.0.1 to 11.0.4
#244
- fix: Ignore nullish jobs, closes #176
#243
- fix: Handle nullish timestamp / processedOn fields, closes #203
#239
- feat: allow to pass a data & returnValue formatters
#238
- Handle empty stacktraces, it comes as [null] / [""]
#235
- fix: Handle an empty queue array
#236
- Change repo location
#234
- Add tooltip to support queues with long names, closes #222
#232
- 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
- Release v1.2.0
#200
- Bump ini from 1.3.5 to 1.3.8
#199
- Add auth example
#196
- Add return value 184
#190
- HMR for dev mode
#189
- Bump deps to latest
#188
- release v1.1.2
#192
- fix: "Cannot assign to read only property 'exports'" error
#187
- Bump highlight.js from 9.18.3 to 10.4.1
#186
- release 1.1.1
#183
- Export all type definitions from @types
#182
- release v1.1
#181
- refactor: use adapters as queue access
#177
- Bump package version
#173
- fix: Make bullmq as dep instead of devDep
#171
- Update README.md
#169
- release v1 and update docs
#166
- fix: long tab content overflows
#162
- fix: long job id overlaps job name, fixes #159
#160
- Release beta
#158
- Remove docusaurus and docs since it's not used
#152
- Bump version
#150
- Read base path from <base>, removes the inline scripts, fixes #91 #130
#149
- fix #147
#148
- Fix safari double borders
#144
- Update screen shots
#145
- Bump alpha version
#143
- Redesign the board
#140
- Bump decompress from 4.2.0 to 4.2.1 in /website
#134
- Bump bl from 4.0.2 to 4.0.3
#133
- Improve ui build
#135
- alpha v10
#129
- Add clean single job functionality
#116
- release new aplha version
#127
- Bump lodash from 4.17.15 to 4.17.19 in /website
#121
- Bump elliptic from 6.5.0 to 6.5.3
#123
- Toggle id display for job
#117
- Close job tab on click
#118
- Moves snyk to dev dependencies
#122
- Bump websocket-extensions from 0.1.3 to 0.1.4 in /website
#111
- [Snyk] Fix for 1 vulnerabilities
#102
- Add type locations in package.json
#104
- add opts and data to the list of fields in the failed tab
#93
- feat: allow to replace queues completely
#88
- Wrap encodeURIComponent to queueName in store methods
#87
- Move type dependencies from dev to production
#89
- Redis info type
#83
- Refactored the frontend part of the project
#82
- import paths from correct place
#80
- Introduce integration testing
#73
- docs: fix small typo on README.md
#79
- Add
clean all button
for completed jobs#75
- Add custom options (opts) for populating the queue
#76
- Add
promote button
for delayed jobs#77
- Fix wrong variable type at delayed page
#74
- release alpha.1
#71
- Remove TODOs
#64
- run pipeline on PRs
#69
- Reorder tabs
#61
- Trim dist
#63
- Enhance pipeline 💪🏼
#62
- website modifications
#60
- Add website, changelog, trivial unit tests and issue templates
#55
- Create nodejs.yml
#53
- wip: Revamp
#51
- Add support for bullmq (bull v4) and some small improvements
#49
- feat: distance time for delayed jobs
#50
- build(deps): bump handlebars from 4.1.2 to 4.5.3
#46
- chore: bump version for new release
#42
- Clean all for failed job
#39
- chore: bump version for new release
#35
- feat: use
proxyUrl
if provided#34
- README: moving screenshot for more visibility
#31
- release 0.4
#30
- Add "add and setter" functions
#28
- chore: bump dependencies
#25
- Display Delay Time for Delayed Queues
#23
- job-progress: fix percentage value when gt 100
#20
- code-highligthing: add pre-wrap property to break lines
#19
- Add 'Clean Jobs' to Delayed Jobs
#18
- readme: add new badge for npm link
#21
- Validate the existance of stats before formatting or rendering
#14
- Support for creating a Queue with options
#11
- add code of conduct
#13
- highlight: replace libs with more powerful one
#10
- Introduce dockest & jest
#7
- readme: improve docs on how to start and use the lib
#1
- feat: Make queue search insensitive, closes #449
#449
- Upgrade to @fastify/static, closes #408
#408
- fix: Remove the fade-out effect due to scrollbar issue, fixes #399
#399
- fix: check if the job exists, closes #391
#391
- fix: align attemptsMade to the behavior of BullMQ.
#386
- fix: decode queue name to support url special chars, closes #375 (#376)
#375
- Add Hapi route options to plugin (#342)
#340
- feat: Add prefix option to allow multiple queues with the same name, but on different envs (prod, stage) (#333)
#331
- Rollback @radix-ui/react-dropdown-menu due to radix-ui/primitives#837 (#321)
#320
- Revert "Sort jobs asc"
#316
- fix: Allow bull-board to be bundled with webpack, fixes #310 (#312)
#310
- feat: add pause / resume on queue level (#309)
#214
- fix: encode job-id, closes #307 (#308)
#307
- Add confirmation modal on "dangerous" actions, closes #241 (#302)
#241
- fix: fix @bull-board/ui paths, closes #300 (#301)
#300
- fix: break long words in logs, data & error stack-trace, fixes #298 (#299)
#298
- fix: require ejs explicitly, fixes #297
#297
- fix: Update ioredis types & align adapter types, closes #271, #272 (#273)
#271
- V2 (#261)
#202
#112
- fix: Prevent polling leak by using intervals, closes #207 (#256)
#207
- fix: allow action button tooltips to appear, closes #245
#245
- Add job logs, (#246)
#210
#97
- fix: Ignore nullish jobs, closes #176 (#243)
#176
- fix: Handle nullish timestamp / processedOn fields, closes #203 (#239)
#203
- Add tooltip to support queues with long names, closes #222 (#232)
#222
- Add read only mode, closes #219 (#220)
#219
#219
- Close #217 Configure basePath doc (#218)
#217
#217
- Add return value 184 (#190)
#184
- fix: long job id overlaps job name, fixes #159 (#160)
#159
- Read base path from <base>, removes the inline scripts, fixes #91 #130 (#149)
#91
- fix #147 (#148)
#147
#147
- job-progress: fix percentage value when gt 100
#17
- updating packages used everywhere...
b92360a
- first commit
ff0c000
- Bump deps
f1a1c63