good_job 3.24.0 → 3.26.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: good_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.24.0
4
+ version: 3.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Sheldon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-12 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activejob
@@ -288,6 +288,7 @@ files:
288
288
  - app/frontend/good_job/vendor/rails_ujs.js
289
289
  - app/frontend/good_job/vendor/stimulus.js
290
290
  - app/helpers/good_job/application_helper.rb
291
+ - app/helpers/good_job/icons_helper.rb
291
292
  - app/models/concerns/good_job/advisory_lockable.rb
292
293
  - app/models/concerns/good_job/error_events.rb
293
294
  - app/models/concerns/good_job/filterable.rb
@@ -305,6 +306,8 @@ files:
305
306
  - app/models/good_job/job.rb
306
307
  - app/models/good_job/process.rb
307
308
  - app/models/good_job/setting.rb
309
+ - app/views/good_job/_custom_execution_details.html.erb
310
+ - app/views/good_job/_custom_job_details.html.erb
308
311
  - app/views/good_job/batches/_jobs.erb
309
312
  - app/views/good_job/batches/_table.erb
310
313
  - app/views/good_job/batches/index.html.erb
@@ -344,6 +347,7 @@ files:
344
347
  - config/locales/en.yml
345
348
  - config/locales/es.yml
346
349
  - config/locales/fr.yml
350
+ - config/locales/it.yml
347
351
  - config/locales/ja.yml
348
352
  - config/locales/ko.yml
349
353
  - config/locales/nl.yml
@@ -375,7 +379,6 @@ files:
375
379
  - lib/good_job/active_job_extensions/labels.rb
376
380
  - lib/good_job/active_job_extensions/notify_options.rb
377
381
  - lib/good_job/adapter.rb
378
- - lib/good_job/assignable_connection.rb
379
382
  - lib/good_job/bulk.rb
380
383
  - lib/good_job/callable.rb
381
384
  - lib/good_job/capsule.rb
@@ -394,6 +397,7 @@ files:
394
397
  - lib/good_job/multi_scheduler.rb
395
398
  - lib/good_job/notifier.rb
396
399
  - lib/good_job/notifier/process_heartbeat.rb
400
+ - lib/good_job/overridable_connection.rb
397
401
  - lib/good_job/poller.rb
398
402
  - lib/good_job/probe_server.rb
399
403
  - lib/good_job/probe_server/healthcheck_middleware.rb
@@ -404,6 +408,7 @@ files:
404
408
  - lib/good_job/sd_notify.rb
405
409
  - lib/good_job/shared_executor.rb
406
410
  - lib/good_job/systemd_service.rb
411
+ - lib/good_job/thread_status.rb
407
412
  - lib/good_job/version.rb
408
413
  homepage: https://github.com/bensheldon/good_job
409
414
  licenses: