Teresa Martyny
59a217598a
Problem: When runtime is nil, a no method error is raised for round on nil:NilClass.
...
Solution: Use lonely operator to handle nil value for runtime and display N/A in these cases.
2016-04-14 20:40:12 -07:00
Tobias Svensson
b948718bfc
Merge branch 'runtime-history' of https://github.com/allenan/sidetiq into allenan-runtime-history
2016-02-04 07:27:48 +00:00
Mike Dalton
d6406b3e3b
Send CSRF tokens with trigger and unlock actions, set RACK_ENV to "test" during tests to disable Rack::Protection
2015-10-01 10:08:15 -04:00
Andrew Allen
5a25e45bce
show runtime of each job on the history page
2014-09-04 17:04:04 -07:00
Connor Dunn
2556541d23
Don't crash when using KEYS in sidetiq/web.
2014-06-10 17:10:24 -07:00
Tobias Bohwalli
f14c4b472f
Move inline css to external file.
...
In fact its external style is exposed back using internal style. Only
way to improve this is to add better extension support in sidekiq
itself.
2014-04-18 19:51:40 +02: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
33d876ecab
Fix typo in worker navigation view partial.
2013-10-10 10:37:45 +01:00
Manuel Meurer
ad88d82d1a
Fix pathes in Web UI
2013-10-07 13:30:02 +02:00
Manuel Meurer
1f2820fae9
Remove unneeded CSS class from Web UI
2013-10-07 13:24:21 +02:00
Tobias Svensson
3ce0ae6dca
Fix typo in worker navigation view partial.
2013-10-07 11:07:46 +01:00
Manuel Meurer
4795028c01
Fix styling for Bootstrap 3
2013-10-07 11:20:35 +02:00
Tobias Svensson
e7bed3a4f4
Use Sidekiq's wrappers for parsing/generating JSON.
2013-09-26 12:13:23 +01:00
Tobias Svensson
64f40634c0
Fix Sidetiq dashboard for workers with no schedule.
2013-09-17 17:16:25 +01: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
011f543cb2
Fix navigation menu paths.
2013-09-17 16:47:56 +01:00
Tobias Svensson
f3a846ffbc
Give view template files more sensible names.
2013-09-17 12:06:23 +01:00
Tobias Svensson
2891a268a7
Move #stale? from MetaData to Lock::Redis.
2013-09-17 10:42:07 +01:00
Tobias Svensson
4af7ccaf5a
Add unlock action to web extension.
2013-09-16 17:34:40 +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
e3fb989b74
Remove stray 'thead' from ERB template.
2013-09-16 13:58:49 +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
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