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

17 commits

Author SHA1 Message Date
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