Matador icon indicating copy to clipboard operation
Matador copied to clipboard

Front-end web interface for Bull Job Manager

Results 16 Matador issues
Sort by recently updated
recently updated
newest added

It looks like the version of lodash included has a low severity vulnerability. After `npm install bull-ui` and `npm audit`: ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual...

repro: in Failed screen, click the gear icon dropdown, then click "delete all failed jobs" expected: the jobs disappear actual: the jobs are still there. I can see in the...

``` 2017-05-25T14:05:44.041Z - error: uncaughtException: failedJobs.keys[explodedKeys[1]].indexOf is not a function date=Thu May 25 2017 15:05:44 GMT+0100 (BST), pid=92140, uid=501, gid=20, cwd=/Users/etienne/Github/panelise/express, execPath=/usr/local/bin/node, version=v6.9.4, argv=[/usr/local/bin/node, /Users/etienne/Github/panelise/express/bin/www], rss=76759040, heapTotal=67305472, heapUsed=56975568, loadavg=[3.0810546875, 3.7080078125,...

I do not think that Matador can handle URL parsing when the input is as follows: ``` var app = require('bull-ui/app')({ redis: { url: 'redis://:password@host:6379' } }); ``` It automatically...

Greetings! I'm considering redoing the front end, since the current front end is relying Knockout, which isn't particularly well known and fails in comparison to some modern solutions -- such...

enhancement

It does not show anything if I'm using bull queue in a different namespace (e.g dev:bull and prod:bull). Regards.

I would like to password protect the interface. I tried to copy the http-auth and express method but it didn't work. How can I achieve this?

Is there a way to gracefully shutdown Matador? An interval is still running while attempting to do a graceful shutdown of the server: - Intervals: - (60000 ~ 60 s)...