GSA-TTS / all_sorns

Repo for SORN DASH
https://all-sorns.app.cloud.gov
Other
6 stars 8 forks source link

Bump good_job from 1.13.2 to 3.16.3 #612

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps good_job from 1.13.2 to 3.16.3.

Release notes

Sourced from good_job's releases.

v3.16.3

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.16.2...v3.16.3

v3.16.2

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.16.1...v3.16.2

v3.16.1

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.16.0...v3.16.1

v3.16.0

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.15.14...v3.16.0

v3.15.14

Review the Changelog for more details.

... (truncated)

Changelog

Sourced from good_job's changelog.

v3.16.3 (2023-07-18)

Full Changelog

Fixed bugs:

  • Fix bulk enqueue for unmigrated 'error_event'; add GoodJob.migrated? check method; use custom enum implementation #1011 (bensheldon)

Closed issues:

  • GoodJob::Bulk.enqueue not handling missing migrations #1010

Merged pull requests:

  • Move shared BaseExecution concerns into the base class. #1009 (dixpac)

v3.16.2 (2023-07-13)

Full Changelog

Closed issues:

  • Support for customized job display name #956

Merged pull requests:

  • Add GoodJob::Job#display_name to allow customizing dashboard job display #1008 (paul)

v3.16.1 (2023-07-11)

Full Changelog

Fixed bugs:

Closed issues:

  • uninitialized constant GoodJob::Process #1006

v3.16.0 (2023-07-10)

Full Changelog

Implemented enhancements:

  • Add GoodJob.configure_active_record as alternative to GoodJob.active_record_parent_class #1004 (bensheldon)
  • Configure dashboard_default_locale using custom subclass of I18n::Config to isolate I18n configuration from parent application #1001 (bensheldon)
  • Create error_event column to track the context of an error (discarded, retried, retry_stopped, etc) #995 (bensheldon)
  • Added metrics to Scheduler and track in Process state #984 (AndersGM)

... (truncated)

Commits
  • 58a49ea Release good_job v3.16.3
  • e39e234 Move shared BaseExecution concerns into the base class. (#1009)
  • a137fed Fix bulk enqueue for unmigrated 'error_event'; add GoodJob.migrated? check ...
  • 5acc036 Release good_job v3.16.2
  • 3ce19f2 Add GoodJob::Job#display_name to allow customizing dashboard job display (#...
  • f0891a6 Release good_job v3.16.1
  • 7559b4d Wrap Notifier's refresh_process with Rails executor (#1007)
  • 017da08 Update README.md test badge
  • 0f6f5ca Release good_job v3.16.0
  • 60f1a3e Add GoodJob.configure_active_record as alternative to `GoodJob.active_recor...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #613.