1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Connor Dunn
2556541d23 Don't crash when using KEYS in sidetiq/web. 2014-06-10 17:10:24 -07:00
Tobias Svensson
b1021d8cf1 Ensure sidetiq is required in sidetiq/web. 2014-06-06 12:26:09 +01:00
Tobias Svensson
59a4c3ef1d Fix manual triggering of jobs with arguments. 2014-06-06 12:10:14 +01:00
Eric Oestrich
26847b6888 Sort workers index page by name
This lets you easily scan the list to find a particular worker,
especially when you have a large number of them.
2014-05-19 13:20:29 -04:00
Luke van der Hoeven
dd92e2b5dc fix for use with sinatra-cache
seeing an issue where sinatra-cache takes over the rendering path and
using `File.dirname` from the view is somewhere deep within the cache
gem root. this ensures we have the right path
2014-01-31 11:34:27 -05:00
Tobias Svensson
f5c1b91587 Store schedules on the workers instead of a global, mutable Hash. 2013-09-17 16:48:41 +01:00
Tobias Svensson
f3a846ffbc Give view template files more sensible names. 2013-09-17 12:06:23 +01:00
Tobias Svensson
4af7ccaf5a Add unlock action to web extension. 2013-09-16 17:34:40 +01:00
Tobias Svensson
47f67d1ccc Clean up locking. 2013-09-16 17:27:07 +01:00
Tobias Svensson
fb66884f2a Add active locks overview to web extension. 2013-09-16 16:57:26 +01:00
Tobias Svensson
5b20e39ca0 Show job history in web extension. 2013-09-16 16:21:54 +01:00
Tobias Svensson
e0ebcaacd9 Move to actor-based concurrency.
Using plain threads in Sidekiq's Celluloid-based actor
model is a little bit like riding a motorcycle without
a helmet, so let's try to fit in a bit better.
2013-09-16 12:01:37 +01:00
Tobias Svensson
09d40ab6a1 Fix Ruby parser warnings in web.rb. 2013-08-27 11:38:45 +01:00
Tobias Svensson
03975ed2ce Don't check if Sidekiq::Web.tabs is an Array in Sidetiq::Web. 2013-08-27 11:29:34 +01:00
Tobias Svensson
f095804761 Use ERB templates instead of slim. 2013-08-27 11:28:40 +01:00
Tobias Svensson
c8faeadb82 Allow jobs to be scheduled immediately via the web extension. 2013-02-06 10:51:30 +00:00
Tobias Svensson
e5fb3c73c5 Don't override #find_template to play nice with other web extensions. 2013-02-04 13:47:29 +00:00
Tobias Svensson
05324dc5dc Remove blank line. 2013-02-04 12:16:16 +00:00
Tobias Svensson
932b6a01c0 Add option to use UTC instead of local time. 2013-02-01 18:27:27 +00:00
Tobias Svensson
46c013f725 Initial version of the web extension. 2013-02-01 12:26:17 +00:00