- Added 0.8.0 support
- Changed: reduce polling by using BLPOP to notify workers of activity [Davide Bertola]
- Fixed: use relative stats route to support mounting [alexkwolfe]
- Fixed 0.6.x support
- Removed empty Makefile
- Removed unnecessary "pooling"
- Fixed multiple event emitting. Closes #73
- Fixed menu styling
- Fixed auto event subscription. Closes #68
- Changed: one redis connection for all workers
- Removed user-select: none from everything. Closes #50
- Added search capabilities
- Added
workTime
stat - Added removal of stale jobs example
- Added Queue-level job events, useful for removing stale jobs etc. Closes * Changed: lazy load reds search [David Wood]
- Fixed
Job#error
for modules that throw strings or emiterror
events with strings [guillermo] #51 - Fixed
Job#remove(fn)
- Fixed proxy issue with paths, use relative paths [booo]
- Added infinite scroll
- Added delayed job support
- Added configurable redis support [davidwood]
- Added job windowing. Closes #28
- Added
Job#delay(ms)
- Removed job scrollIntoView
- Removed fancy scrollbar (for infinite scroll / windowing :( )
- Removed "More" button
- Fixed z-index for actions
- Fixed job mapping. Closes #43
- Added exposing of progress via redis pubsub
- Added pubsub job events "complete" and "failed"
- Fixed: capping of progress > 100 == 100
- UI: scroll details into view
- Added caustic to aid in template management
- Added job attempt support. Closes #31
- Added
Job.attempts(n)
- Added minified jQuery
- Added cluster integration docs. Closes #13
- Added GET /jobs/:from..:to to JSON API
- Fixed: hide "More" on sort
- Fixed: hide "More" on filter
- Fixed: removed "error" emission, blows up when no one is listening
- Added support to update state from UI. Closes #26
- Added support to alter priority in UI. Closes #25
- Added filtering by type. Closes #20
- Initial release