agenda-ui icon indicating copy to clipboard operation
agenda-ui copied to clipboard

A UI to view Agenda jobs

Results 13 agenda-ui issues
Sort by recently updated
recently updated
newest added

[Template Literal](https://github.com/Drulac/template-literal) is fastest, smallest and simplest template engine, because it use JS's literal template feature. It's 55 times faster than EJS, and it also use less CPU and RAM...

``` TypeError: Cannot read property 'count' of undefined at Store.count (/home/bob/files/node_modules/agenda-ui/lib/store.js:41:37) at Store.definitions (/home/bob/files/node_modules/agenda-ui/lib/store.js:69:26) at /home/bob/files/node_modules/agenda-ui/lib/api.js:13:11 at Layer.handle [as handle_request] (/home/bob/files/node_modules/express/lib/router/layer.js:95:5) at next (/home/bob/files/node_modules/express/lib/router/route.js:131:13) at Route.dispatch (/home/bob/files/node_modules/express/lib/router/route.js:112:3) at Layer.handle [as...

I ran npm install agenda-ui --save today and looked into node_modules/agenda-ui and I see these files/directories: README.md /assets index.js /lib /node_modules package.json This doesn't match what's in GitHub....

I'm confused as how this module is used. I have an express app and have done the following as per the readme instructs. ``` var express = require('express'); var Agenda...

Steps to reproduce: - Install specified latest version ``` shell npm install [email protected] ``` - Or download release: ``` shell wget https://github.com/moudy/agenda-ui/archive/v0.0.7.zip ``` - Open the code, file **lib/store.js** On...

This is extremely bad practice to use `app.use` and to create your own `express()` instance. The API should be modularized and exposed so that users can easily plug this into...

Hi, I had this issue with agenda 0.6.17 and agenda-ui 0.0.5. I tried to upgrade to agenda 0.6.26 and agenda-ui 0.0.6 and had the same issue. I have 5 jobs...

For one-time jobs, when nextRunAt is null, Agenda-UI shows "Next:" with the current date (now). Shouldn't it show "Never" instead ?

Trying play with agenda-ui. But can't understand why its not working on my side. http://take.ms/aTnci

It would be nice to see what is the current time in the machine, somewhere in the UI. Thanks, Franklin