1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

25 commits

Author SHA1 Message Date
Brandon Hilkert
1869a29503 * Simplify poller by using query string so it works on all pages
* Minify jquery.timeago
* Consolidate js into one file to minimize requests for page refresh
* Remove bootstrap.js since it doesn't appear to be used
2012-12-04 15:36:51 -05:00
Brandon Hilkert
8dd8155552 Don't use separate module for web helper. 2012-12-02 23:18:31 -05:00
Brandon Hilkert
eaa72efd1d Merge branch 'master' into jid-managed
Conflicts:
	lib/sidekiq/web.rb
	test/test_api.rb
	web/views/retries.slim
2012-12-02 23:14:12 -05:00
Brandon Hilkert
b77da8d466 Use both score and jid in web param and parse on server to increase
efficiency in picking jobs out of the queue.
2012-11-26 14:53:22 -05:00
Brandon Hilkert
3758afba6a Add "Delete All" and "Retry All" buttons to retries on Web UI. 2012-11-26 11:59:16 -05:00
Brandon Hilkert
cbfa33cedc Manage the retrying/deleting of jobs in the Web UI through the 'jid'
rather than 'score' so as to avoid accidentally performing actions on
multiple jobs when only one was intended.
2012-11-26 11:24:24 -05:00
Mike Perham
f10a67f2c5 Fix web tests 2012-10-28 19:49:43 -07:00
David Leung
ed06e2dcd2 Modified web ui to add a delete button to cancel jobs in queue 2012-10-23 16:11:14 -07:00
Marcelo Silveira
4e2dae3c24 Add support for custom tabs to Sidekiq::Web #346 2012-08-20 19:28:14 -03:00
Jake Mack
a451bdcf0f Added a poll action that is meant to be hit with an ajax request, added polling link to index page 2012-07-26 16:08:15 -07:00
Petteri Räty
dd0a8c675d Redirect to scheduled page on delete
It's better to redirect to the page where the button was pressed instead
of the front page.
2012-06-18 15:21:51 +03:00
Petteri Räty
d58cfe959a Redirect to retries page when modifying retries
Instead of going to the front page it's better to redirect to the page
where the button was actually pressed.
2012-06-18 15:01:24 +03:00
Ezekiel Templin
e398967965 Add 'Retry Now' button test 2012-06-12 23:32:13 -04:00
Ezekiel Templin
41f68f99ca Delete single retry 2012-06-12 22:37:18 -04:00
Fredrik Björk
83dd416d9e moved Queues to it's own section 2012-06-08 17:20:11 -07:00
Mike Perham
b486fcf6e0 Fix Redis 3.x API issues 2012-05-26 18:38:55 -07:00
Ezekiel Templin
1a4c587b85 Switch matcher and matchee 2012-05-12 02:28:30 -04:00
Mike Perham
10b4caf973 Add /retries page with bulk operations, trim long arguments #184 2012-05-11 16:49:15 -07:00
Mike Perham
a69c657378 Remove "clear worker list" button, more UI testing 2012-05-04 22:23:43 -07:00
Mike Perham
7ec820e9cc Add 24 hr expiry, only register workers while working [#156]
Future work will use redis zsets to heartbeat Sidekiq processes
2012-04-24 07:15:29 -07:00
Mike Perham
2080412119 Client API update:
- Add API for configuring options per Worker class
- Removed the Client API issues preventing it working on Ruby 1.8
- Cleanups to various APIs for upcoming 1.0 release.
2012-04-01 19:53:45 -07:00
Mike Perham
ee42be39e0 API cleanup, remove deprecations 2012-03-28 19:16:54 -07:00
Mike Perham
18a458bf1f Web UI bug fixes, 0.9.1 [fixes #81] 2012-03-17 09:41:24 -07:00
Mike Perham
2206ce7654 RedisConnection was only ever creating one Redis connection, even when pooled. Oops. 2012-03-13 21:19:46 -07:00
Mike Perham
d2263cbfe1 Add basic web testing, promote 'queues' set to core. 2012-03-10 13:07:19 -08:00