sidekiq-undertaker 1.7.0 → 1.8.0.rc01
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.
- checksums.yaml +4 -4
- data/.github/workflows/ruby-build.yml +4 -2
- data/.rubocop.yml +3 -2
- data/.rubocop_todo.yml +12 -8
- data/CHANGELOG.md +12 -1
- data/Gemfile +4 -4
- data/lib/sidekiq/undertaker/version.rb +1 -1
- data/lib/sidekiq/undertaker/web_extension/api_helpers.rb +43 -32
- data/lib/sidekiq/undertaker.rb +5 -3
- data/renovate.json +3 -2
- data/sidekiq-undertaker.gemspec +3 -3
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_filter_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +377 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +362 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +362 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +352 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +352 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_all_failures_and_errors/behaves_like_a_page/{the_displayed_page_is_correct_for_sidekiqv7.approved.txt → the_displayed_page_is_correct_for_sidekiqv8.approved.txt} +205 -93
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_job_class_error_and_specific_error_message/behaves_like_a_page/{the_displayed_page_is_correct_for_sidekiqv7.approved.txt → the_displayed_page_is_correct_for_sidekiqv8.approved.txt} +203 -91
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_job_class_error_and_specific_error_message/with_pagination/behaves_like_a_page/{the_displayed_page_is_correct_for_sidekiqv7.approved.txt → the_displayed_page_is_correct_for_sidekiqv8.approved.txt} +269 -155
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv8.approved.txt +407 -0
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/with_pagination/behaves_like_a_page/{the_displayed_page_is_correct_for_sidekiqv7.approved.txt → the_displayed_page_is_correct_for_sidekiqv8.approved.txt} +269 -155
- data/spec/sidekiq/undertaker/web_extension_spec.rb +12 -13
- data/spec/spec_helper.rb +13 -0
- data/spec/support/monkey_patch/approvals/writers/text_writer.rb +20 -0
- metadata +17 -17
- data/.github/dependabot.yml +0 -8
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_filter_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -265
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -250
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -250
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_called/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -240
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_filter/when_job_classerror_classbucket_page_is_polled/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -240
- data/spec/fixtures/approvals/sidekiq_undertaker_webextension/show_morgue/when_job_classerrorbucket_is_called/with_specific_job_class_and_a_specific_error/behaves_like_a_page/the_displayed_page_is_correct_for_sidekiqv7.approved.txt +0 -295
@@ -0,0 +1,377 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html dir="ltr" lang="en">
|
3
|
+
<head>
|
4
|
+
<title>[TEST] Sidekiq</title>
|
5
|
+
<meta charset="utf-8" />
|
6
|
+
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
7
|
+
|
8
|
+
<link href="/sidekiq/stylesheets/style.css" media="screen" rel="stylesheet" type="text/css" nonce="<nonce>" />
|
9
|
+
|
10
|
+
<link rel="apple-touch-icon" href="/sidekiq/images/apple-touch-icon.png">
|
11
|
+
<link rel="shortcut icon" type="image/ico" href="/sidekiq/images/favicon.ico" />
|
12
|
+
<script type="text/javascript" src="/sidekiq/javascripts/application.js" nonce="<nonce>"></script>
|
13
|
+
<meta name="google" content="notranslate" />
|
14
|
+
|
15
|
+
</head>
|
16
|
+
<body class="admin" data-locale="en">
|
17
|
+
<header>
|
18
|
+
<div class="container">
|
19
|
+
<div class="navbar-header" data-navbar="static">
|
20
|
+
<button type="button" class="btn navbar-toggle" data-toggle="navbar-menu" data-target="#navbar-menu">
|
21
|
+
<span class="icon-bar"></span>
|
22
|
+
<span class="icon-bar"></span>
|
23
|
+
<span class="icon-bar"></span>
|
24
|
+
</button>
|
25
|
+
<div class="navbar-livereload">
|
26
|
+
|
27
|
+
<a class="btn live-poll live-poll-start btn-primary">Live Poll</a>
|
28
|
+
<a class="btn live-poll live-poll-stop btn-danger">Stop Polling</a>
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
</div>
|
33
|
+
<a class="navbar-brand" href="/sidekiq/">
|
34
|
+
Sidekiq
|
35
|
+
</a>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div class="navbar-collapse" role="navigation" id="navbar-menu">
|
39
|
+
<ul class="nav" data-navbar="static">
|
40
|
+
|
41
|
+
|
42
|
+
<li class="">
|
43
|
+
<a href="/sidekiq/">Dashboard</a>
|
44
|
+
</li>
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<li class="">
|
49
|
+
<a href="/sidekiq/busy">Busy</a>
|
50
|
+
</li>
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
<li class="">
|
55
|
+
<a href="/sidekiq/queues">Queues</a>
|
56
|
+
</li>
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
<li class="">
|
61
|
+
<a href="/sidekiq/retries">Retries</a>
|
62
|
+
</li>
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
<li class="">
|
67
|
+
<a href="/sidekiq/scheduled">Scheduled</a>
|
68
|
+
</li>
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
<li class="">
|
73
|
+
<a href="/sidekiq/morgue">Dead</a>
|
74
|
+
</li>
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
<li class="">
|
79
|
+
<a href="/sidekiq/metrics">Metrics</a>
|
80
|
+
</li>
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
<li class="">
|
85
|
+
<a href="/sidekiq/profiles">Profiles</a>
|
86
|
+
</li>
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
<li class="active">
|
91
|
+
<a href="/sidekiq/undertaker/filter">Undertaker</a>
|
92
|
+
</li>
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
<li class="navbar-livereload">
|
97
|
+
<div class="poll-wrapper">
|
98
|
+
|
99
|
+
<a class="btn live-poll live-poll-start btn-primary">Live Poll</a>
|
100
|
+
<a class="btn live-poll live-poll-stop btn-danger">Stop Polling</a>
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
</div>
|
105
|
+
</li>
|
106
|
+
</ul>
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
</header>
|
110
|
+
|
111
|
+
<main id="page">
|
112
|
+
<div class="container">
|
113
|
+
<div class="cards-container">
|
114
|
+
<article>
|
115
|
+
<span id="txtProcessed" class="count" data-nwp>0</span>
|
116
|
+
<span class="desc">Processed</span>
|
117
|
+
</article>
|
118
|
+
<article>
|
119
|
+
<span id="txtFailed" class="count" data-nwp>0</span>
|
120
|
+
<span class="desc">Failed</span>
|
121
|
+
</article>
|
122
|
+
<article>
|
123
|
+
<a href="/sidekiq/busy">
|
124
|
+
<span id="txtBusy" class="count" data-nwp>0</span>
|
125
|
+
<span class="desc">Busy</span>
|
126
|
+
</a>
|
127
|
+
</article>
|
128
|
+
<article>
|
129
|
+
<a href="/sidekiq/queues">
|
130
|
+
<span id="txtEnqueued" class="count" data-nwp>0</span>
|
131
|
+
<span class="desc">Enqueued</span>
|
132
|
+
</a>
|
133
|
+
</article>
|
134
|
+
<article>
|
135
|
+
<a href="/sidekiq/retries">
|
136
|
+
<span id="txtRetries" class="count" data-nwp>0</span>
|
137
|
+
<span class="desc">Retries</span>
|
138
|
+
</a>
|
139
|
+
</article>
|
140
|
+
<article>
|
141
|
+
<a href="/sidekiq/scheduled">
|
142
|
+
<span id="txtScheduled" class="count" data-nwp>0</span>
|
143
|
+
<span class="desc">Scheduled</span>
|
144
|
+
</a>
|
145
|
+
</article>
|
146
|
+
<article>
|
147
|
+
<a href="/sidekiq/morgue">
|
148
|
+
<span id="txtDead" class="count" data-nwp>4</span>
|
149
|
+
<span class="desc">Dead</span>
|
150
|
+
</a>
|
151
|
+
</article>
|
152
|
+
</div>
|
153
|
+
|
154
|
+
<header class="row header">
|
155
|
+
<div class="col-sm-12">
|
156
|
+
<h3>
|
157
|
+
<b>4</b> dead jobs
|
158
|
+
</h3>
|
159
|
+
</div>
|
160
|
+
</header>
|
161
|
+
|
162
|
+
<table class="table table-striped table-bordered table-white">
|
163
|
+
<thead>
|
164
|
+
<tr>
|
165
|
+
<th style="width: 20%">Jobs</th>
|
166
|
+
<th style="width: 10%">All</th>
|
167
|
+
<th style="width: 10%">1 hour</th>
|
168
|
+
<th style="width: 10%">3 hours</th>
|
169
|
+
<th style="width: 10%">1 day</th>
|
170
|
+
<th style="width: 10%">3 days</th>
|
171
|
+
<th style="width: 10%">1 week</th>
|
172
|
+
<th style="width: 10%">Older</th>
|
173
|
+
</tr>
|
174
|
+
</thead>
|
175
|
+
|
176
|
+
<tr>
|
177
|
+
<td><a href='/sidekiq/undertaker/morgue/all/all/all/total_dead'> all</a></td>
|
178
|
+
<td><a href='/sidekiq/undertaker/filter/all/total_dead'>4</a></td>
|
179
|
+
<td><a href='/sidekiq/undertaker/filter/all/1_hour'>4</a></td>
|
180
|
+
<td><a href='/sidekiq/undertaker/filter/all/3_hours'>0</a></td>
|
181
|
+
<td><a href='/sidekiq/undertaker/filter/all/1_day'>0</a></td>
|
182
|
+
<td><a href='/sidekiq/undertaker/filter/all/3_days'>0</a></td>
|
183
|
+
<td><a href='/sidekiq/undertaker/filter/all/1_week'>0</a></td>
|
184
|
+
<td><a href='/sidekiq/undertaker/filter/all/older'>0</a></td>
|
185
|
+
</tr>
|
186
|
+
|
187
|
+
<tr>
|
188
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker/all/all/total_dead'> HardWorker</a></td>
|
189
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker/total_dead'>3</a></td>
|
190
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker/1_hour'>3</a></td>
|
191
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker/3_hours'>0</a></td>
|
192
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker/1_day'>0</a></td>
|
193
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker/3_days'>0</a></td>
|
194
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker/1_week'>0</a></td>
|
195
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker/older'>0</a></td>
|
196
|
+
</tr>
|
197
|
+
|
198
|
+
<tr>
|
199
|
+
<td><a href='/sidekiq/undertaker/morgue/HardWorker1/all/all/total_dead'> HardWorker1</a></td>
|
200
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker1/total_dead'>1</a></td>
|
201
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker1/1_hour'>1</a></td>
|
202
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker1/3_hours'>0</a></td>
|
203
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker1/1_day'>0</a></td>
|
204
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker1/3_days'>0</a></td>
|
205
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker1/1_week'>0</a></td>
|
206
|
+
<td><a href='/sidekiq/undertaker/filter/HardWorker1/older'>0</a></td>
|
207
|
+
</tr>
|
208
|
+
|
209
|
+
</table>
|
210
|
+
|
211
|
+
<header class="row header">
|
212
|
+
<div class="col-sm-12">
|
213
|
+
<h3>
|
214
|
+
Import Jobs
|
215
|
+
</h3>
|
216
|
+
</div>
|
217
|
+
</header>
|
218
|
+
|
219
|
+
<form enctype="multipart/form-data" method="post" action='/sidekiq/undertaker/import_jobs'>
|
220
|
+
<input type='hidden' name='authenticity_token' value=''/>
|
221
|
+
<input type="file" id=upload_file" name="upload_file" >
|
222
|
+
<button class="btn btn-danger" style="margin-top: 10px" type="submit">
|
223
|
+
Import
|
224
|
+
</button>
|
225
|
+
</form>
|
226
|
+
|
227
|
+
</div>
|
228
|
+
</main>
|
229
|
+
<footer>
|
230
|
+
<div class="container">
|
231
|
+
<ul class="nav">
|
232
|
+
<li>
|
233
|
+
<p><b>Sidekiq v*EXCLUDED*</b></p>
|
234
|
+
</li>
|
235
|
+
<li>
|
236
|
+
<p title="redis://localhost:6379">redis://localhost:6379</p>
|
237
|
+
</li>
|
238
|
+
<li>
|
239
|
+
<p id="serverUtcTime">20:57:00 UTC</p>
|
240
|
+
</li>
|
241
|
+
<li>
|
242
|
+
<p><a rel=help href="https://github.com/sidekiq/sidekiq/wiki">docs</a></p>
|
243
|
+
</li>
|
244
|
+
<li>
|
245
|
+
<form id="locale-form" action="/sidekiq/change_locale" method="post">
|
246
|
+
<input type='hidden' name='authenticity_token' value=''/>
|
247
|
+
<select id="locale-select" aria-label="Language" class="form-control" name="locale">
|
248
|
+
|
249
|
+
|
250
|
+
<option value="ar">العربية</option>
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
<option value="cs">Čeština</option>
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
<option value="da">Dansk</option>
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
<option value="de">Deutsch</option>
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
<option value="el">ελληνικά</option>
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
<option selected value="en">English</option>
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
<option value="es">Español</option>
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
<option value="fa">فارسى</option>
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
<option value="fr">Français</option>
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
<option value="gd">Gaeilge</option>
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
<option value="he">עברית</option>
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
<option value="hi">हिन्दी</option>
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
<option value="it">Italiano</option>
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
<option value="ja">日本語</option>
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
<option value="ko">한국어</option>
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
<option value="lt">Lietuvių</option>
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
<option value="nb">Norsk</option>
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
<option value="nl">Nederlands</option>
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
<option value="pl">Polski</option>
|
323
|
+
|
324
|
+
|
325
|
+
|
326
|
+
<option value="pt-BR">Português (Brasil)</option>
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
<option value="pt">Português</option>
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
<option value="ru">Русский</option>
|
335
|
+
|
336
|
+
|
337
|
+
|
338
|
+
<option value="sv">Svenska</option>
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
<option value="ta">தமிழ்</option>
|
343
|
+
|
344
|
+
|
345
|
+
|
346
|
+
<option value="tr">Türkçe</option>
|
347
|
+
|
348
|
+
|
349
|
+
|
350
|
+
<option value="uk">Українська</option>
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
<option value="ur">اردو</option>
|
355
|
+
|
356
|
+
|
357
|
+
|
358
|
+
<option value="vi">Tiếng Việt</option>
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
<option value="zh-CN">中文</option>
|
363
|
+
|
364
|
+
|
365
|
+
|
366
|
+
<option value="zh-TW">臺灣話</option>
|
367
|
+
|
368
|
+
|
369
|
+
</select>
|
370
|
+
</form>
|
371
|
+
</li>
|
372
|
+
</ul>
|
373
|
+
</div>
|
374
|
+
</footer>
|
375
|
+
|
376
|
+
</body>
|
377
|
+
</html>
|