resque_ui 3.1.7 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +6 -0
- data/README.markdown +93 -4
- data/VERSION.yml +2 -2
- data/app/controllers/resque_controller.rb +12 -0
- data/app/views/resque/_workers.html.erb +115 -95
- data/lib/resque_ui/cap_recipes.rb +21 -1
- data/lib/resque_ui/overrides/resque/job.rb +66 -2
- data/lib/resque_ui/overrides/resque/worker.rb +72 -10
- data/lib/resque_ui/overrides/resque_status/job_with_status.rb +45 -1
- data/lib/resque_ui/overrides/resque_status/status.rb +5 -0
- data/rdoc/Resque/Job.html +68 -4
- data/rdoc/Resque/JobWithStatus.html +161 -7
- data/rdoc/Resque/Status.html +47 -5
- data/rdoc/Resque/Worker.html +313 -64
- data/rdoc/created.rid +8 -8
- data/rdoc/index.html +27 -7
- data/rdoc/lib/resque_ui/cap_rb.html +1 -1
- data/rdoc/lib/resque_ui/cap_recipes_rb.html +2 -2
- data/rdoc/lib/resque_ui/overrides/resque/job_rb.html +2 -2
- data/rdoc/lib/resque_ui/overrides/resque/resque_rb.html +1 -1
- data/rdoc/lib/resque_ui/overrides/resque/worker_rb.html +2 -2
- data/rdoc/lib/resque_ui/overrides/resque_scheduler/resque_scheduler_rb.html +1 -1
- data/rdoc/lib/resque_ui/overrides/resque_status/chained_job_with_status_rb.html +1 -1
- data/rdoc/lib/resque_ui/overrides/resque_status/job_with_status_rb.html +2 -2
- data/rdoc/lib/resque_ui/overrides/resque_status/status_rb.html +2 -2
- data/rdoc/lib/resque_ui_rb.html +2 -2
- data/resque_ui.gemspec +2 -2
- metadata +2 -2
data/rdoc/created.rid
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
|
2
|
-
README.markdown
|
3
|
-
lib/resque_ui.rb Thu,
|
1
|
+
Mon, 14 Nov 2011 15:35:26 -0500
|
2
|
+
README.markdown Mon, 14 Nov 2011 15:34:09 -0500
|
3
|
+
lib/resque_ui.rb Thu, 10 Nov 2011 11:09:00 -0500
|
4
4
|
lib/resque_ui/cap.rb Wed, 14 Sep 2011 16:39:33 -0400
|
5
|
-
lib/resque_ui/cap_recipes.rb
|
6
|
-
lib/resque_ui/overrides/resque/job.rb
|
5
|
+
lib/resque_ui/cap_recipes.rb Wed, 09 Nov 2011 13:52:53 -0500
|
6
|
+
lib/resque_ui/overrides/resque/job.rb Mon, 14 Nov 2011 12:13:36 -0500
|
7
7
|
lib/resque_ui/overrides/resque/resque.rb Thu, 15 Sep 2011 12:15:57 -0400
|
8
|
-
lib/resque_ui/overrides/resque/worker.rb
|
8
|
+
lib/resque_ui/overrides/resque/worker.rb Fri, 11 Nov 2011 15:50:01 -0500
|
9
9
|
lib/resque_ui/overrides/resque_scheduler/resque_scheduler.rb Thu, 15 Sep 2011 11:57:02 -0400
|
10
10
|
lib/resque_ui/overrides/resque_status/chained_job_with_status.rb Thu, 15 Sep 2011 12:06:19 -0400
|
11
|
-
lib/resque_ui/overrides/resque_status/job_with_status.rb
|
12
|
-
lib/resque_ui/overrides/resque_status/status.rb
|
11
|
+
lib/resque_ui/overrides/resque_status/job_with_status.rb Mon, 14 Nov 2011 15:21:16 -0500
|
12
|
+
lib/resque_ui/overrides/resque_status/status.rb Mon, 14 Nov 2011 14:31:14 -0500
|
data/rdoc/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>ResqueUi 3.
|
9
|
+
<title>ResqueUi 3.2.0</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -19,10 +19,10 @@
|
|
19
19
|
<body class="indexpage">
|
20
20
|
|
21
21
|
|
22
|
-
<h1>ResqueUi 3.
|
22
|
+
<h1>ResqueUi 3.2.0</h1>
|
23
23
|
|
24
24
|
|
25
|
-
<p>This is the API documentation for 'ResqueUi 3.
|
25
|
+
<p>This is the API documentation for 'ResqueUi 3.2.0'.</p>
|
26
26
|
|
27
27
|
|
28
28
|
|
@@ -72,6 +72,10 @@
|
|
72
72
|
|
73
73
|
<li><a href="Resque/Status.html#method-c-incr_counter">::incr_counter — Resque::Status</a></li>
|
74
74
|
|
75
|
+
<li><a href="Resque/JobWithStatus.html#method-c-new">::new — Resque::JobWithStatus</a></li>
|
76
|
+
|
77
|
+
<li><a href="Resque/JobWithStatus.html#method-c-perform">::perform — Resque::JobWithStatus</a></li>
|
78
|
+
|
75
79
|
<li><a href="ResqueScheduler.html#method-c-pids">::pids — ResqueScheduler</a></li>
|
76
80
|
|
77
81
|
<li><a href="ResqueScheduler.html#method-c-quit">::quit — ResqueScheduler</a></li>
|
@@ -92,6 +96,8 @@
|
|
92
96
|
|
93
97
|
<li><a href="Resque/ChainedJobWithStatus.html#method-i-completed">#completed — Resque::ChainedJobWithStatus</a></li>
|
94
98
|
|
99
|
+
<li><a href="Resque/Worker.html#method-i-continue">#continue — Resque::Worker</a></li>
|
100
|
+
|
95
101
|
<li><a href="Resque/JobWithStatus.html#method-i-counter">#counter — Resque::JobWithStatus</a></li>
|
96
102
|
|
97
103
|
<li><a href="Object.html#method-i-get_rake">#get_rake — Object</a></li>
|
@@ -108,9 +114,21 @@
|
|
108
114
|
|
109
115
|
<li><a href="Resque/ChainedJobWithStatus.html#method-i-name">#name — Resque::ChainedJobWithStatus</a></li>
|
110
116
|
|
111
|
-
<li><a href="Resque/
|
117
|
+
<li><a href="Resque/Worker.html#method-i-pause">#pause — Resque::Worker</a></li>
|
118
|
+
|
119
|
+
<li><a href="Resque/JobWithStatus.html#method-i-pause-21">#pause! — Resque::JobWithStatus</a></li>
|
120
|
+
|
121
|
+
<li><a href="Resque/Worker.html#method-i-pause_key">#pause_key — Resque::Worker</a></li>
|
122
|
+
|
123
|
+
<li><a href="Resque/Worker.html#method-i-pause_processing">#pause_processing — Resque::Worker</a></li>
|
112
124
|
|
113
|
-
<li><a href="Resque/Worker.html#method-i-
|
125
|
+
<li><a href="Resque/Worker.html#method-i-paused">#paused — Resque::Worker</a></li>
|
126
|
+
|
127
|
+
<li><a href="Resque/Status.html#method-i-paused-3F">#paused? — Resque::Status</a></li>
|
128
|
+
|
129
|
+
<li><a href="Resque/Worker.html#method-i-paused-3F">#paused? — Resque::Worker</a></li>
|
130
|
+
|
131
|
+
<li><a href="Resque/Job.html#method-i-perform">#perform — Resque::Job</a></li>
|
114
132
|
|
115
133
|
<li><a href="Resque/Worker.html#method-i-prune_dead_workers">#prune_dead_workers — Resque::Worker</a></li>
|
116
134
|
|
@@ -144,9 +162,11 @@
|
|
144
162
|
|
145
163
|
<li><a href="Resque/Worker.html#method-i-to_s">#to_s — Resque::Worker</a></li>
|
146
164
|
|
147
|
-
<li><a href="Resque/Worker.html#method-i-
|
165
|
+
<li><a href="Resque/Worker.html#method-i-unpause_processing">#unpause_processing — Resque::Worker</a></li>
|
166
|
+
|
167
|
+
<li><a href="Resque/Worker.html#method-i-unregister_worker">#unregister_worker — Resque::Worker</a></li>
|
148
168
|
|
149
|
-
<li><a href="Resque/Worker.html#method-i-
|
169
|
+
<li><a href="Resque/Worker.html#method-i-work">#work — Resque::Worker</a></li>
|
150
170
|
|
151
171
|
<li><a href="Resque/Worker.html#method-i-workers_in_pid">#workers_in_pid — Resque::Worker</a></li>
|
152
172
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: cap_recipes.rb [ResqueUi 3.
|
9
|
+
<title>File: cap_recipes.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<div id="metadata">
|
25
25
|
<dl>
|
26
26
|
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">
|
27
|
+
<dd class="modified-date">Wed Nov 09 13:52:53 -0500 2011</dd>
|
28
28
|
|
29
29
|
|
30
30
|
<dt class="requires">Requires</dt>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: job.rb [ResqueUi 3.
|
9
|
+
<title>File: job.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<div id="metadata">
|
25
25
|
<dl>
|
26
26
|
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">
|
27
|
+
<dd class="modified-date">Mon Nov 14 12:13:36 -0500 2011</dd>
|
28
28
|
|
29
29
|
|
30
30
|
<dt class="requires">Requires</dt>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: resque.rb [ResqueUi 3.
|
9
|
+
<title>File: resque.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: worker.rb [ResqueUi 3.
|
9
|
+
<title>File: worker.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<div id="metadata">
|
25
25
|
<dl>
|
26
26
|
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">
|
27
|
+
<dd class="modified-date">Fri Nov 11 15:50:01 -0500 2011</dd>
|
28
28
|
|
29
29
|
|
30
30
|
<dt class="requires">Requires</dt>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: resque_scheduler.rb [ResqueUi 3.
|
9
|
+
<title>File: resque_scheduler.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: chained_job_with_status.rb [ResqueUi 3.
|
9
|
+
<title>File: chained_job_with_status.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: job_with_status.rb [ResqueUi 3.
|
9
|
+
<title>File: job_with_status.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<div id="metadata">
|
25
25
|
<dl>
|
26
26
|
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">
|
27
|
+
<dd class="modified-date">Mon Nov 14 15:21:16 -0500 2011</dd>
|
28
28
|
|
29
29
|
|
30
30
|
<dt class="requires">Requires</dt>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: status.rb [ResqueUi 3.
|
9
|
+
<title>File: status.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<div id="metadata">
|
25
25
|
<dl>
|
26
26
|
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">
|
27
|
+
<dd class="modified-date">Mon Nov 14 14:31:14 -0500 2011</dd>
|
28
28
|
|
29
29
|
|
30
30
|
<dt class="requires">Requires</dt>
|
data/rdoc/lib/resque_ui_rb.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
8
|
|
9
|
-
<title>File: resque_ui.rb [ResqueUi 3.
|
9
|
+
<title>File: resque_ui.rb [ResqueUi 3.2.0]</title>
|
10
10
|
|
11
11
|
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
|
12
12
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<div id="metadata">
|
25
25
|
<dl>
|
26
26
|
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">Thu
|
27
|
+
<dd class="modified-date">Thu Nov 10 11:09:00 -0500 2011</dd>
|
28
28
|
|
29
29
|
|
30
30
|
<dt class="requires">Requires</dt>
|
data/resque_ui.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{resque_ui}
|
8
|
-
s.version = "3.
|
8
|
+
s.version = "3.2.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = [%q{Kevin Tyll}]
|
12
|
-
s.date = %q{2011-11-
|
12
|
+
s.date = %q{2011-11-14}
|
13
13
|
s.description = %q{A Rails UI for Resque for managing workers, failures and schedules.}
|
14
14
|
s.email = %q{kevintyll@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: resque_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 3.
|
5
|
+
version: 3.2.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Kevin Tyll
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-11-
|
13
|
+
date: 2011-11-14 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|