Bump good_job from 4.4.2 to 4.5.0 #1497

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/good_job-4.5.0 into main 2024-11-25 23:10:12 +08:00
dependabot[bot] commented 2024-11-25 15:22:56 +08:00 (Migrated from github.com)

Bumps good_job from 4.4.2 to 4.5.0.

Release notes

Sourced from good_job's releases.

v4.5.0

Review the Changelog for more details.

New Features

Fixes

Changes

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v4.4.2...v4.5.0

Changelog

Sourced from good_job's changelog.

v4.5.0 (2024-11-22)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix cron double-enqueue because delay close to 0.01 and possibly clock-drift #1543 (ccouton)
  • Fix badge color for running jobs #1525 (Wittiest)

Closed issues:

  • Can't load Dashboard #1532
  • Should we clean up batches if discarded callback jobs exist? #1528
  • Modify error color for Running tab when a job has 1 attempt #1518
  • Silence development warning output #1509
  • Proposal - A better way of managing errors through the GoodJob UI #1464

Merged pull requests:

Commits
  • 5f84659 Release good_job v4.5.0
  • 27c2a6d Add Process memory usage and fix process state update (#1516)
  • c102011 Fix cron double-enqueue because delay close to 0.01 and possibly clock-drift ...
  • 4f6d193 Ignore some warnings with the warning gem (#1545)
  • 534d6a1 Add "Discard Cleaner" page to dashboard UI (#1538)
  • 74f3bde Remove unneeded include of pg_locks when displaying jobs table (#1541)
  • 0cb2a47 Update development environment to Rails 8 (#1539)
  • f215f39 Bump the bundler-lint group with 5 updates (#1533)
  • 7b3f8ba Bump rexml from 3.3.8 to 3.3.9 (#1530)
  • 0f06e42 Bump the bundler-dependencies group with 9 updates (#1534)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Bumps [good_job](https://github.com/bensheldon/good_job) from 4.4.2 to 4.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bensheldon/good_job/releases">good_job's releases</a>.</em></p> <blockquote> <h2>v4.5.0</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v450-2024-11-22">Changelog</a> for more details.</em></p> <h2>New Features</h2> <ul> <li>Add &quot;Discard Cleaner&quot; page to dashboard UI by <a href="https://github.com/lucasfcunha"><code>@​lucasfcunha</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1538">bensheldon/good_job#1538</a></li> <li>Add Process memory usage and fix process state update by <a href="https://github.com/noma4i"><code>@​noma4i</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1516">bensheldon/good_job#1516</a></li> </ul> <h2>Fixes</h2> <ul> <li>Fix badge color for running jobs by <a href="https://github.com/Wittiest"><code>@​Wittiest</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1525">bensheldon/good_job#1525</a></li> <li>Fix cron double-enqueue because delay close to 0.01 and possibly clock-drift by <a href="https://github.com/ccouton"><code>@​ccouton</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1543">bensheldon/good_job#1543</a></li> </ul> <h2>Changes</h2> <ul> <li>Deprecate GoodJob::Job#recent_error by <a href="https://github.com/Wittiest"><code>@​Wittiest</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1526">bensheldon/good_job#1526</a></li> <li>Remove unneeded include of pg_locks in query when displaying jobs table by <a href="https://github.com/jgrau"><code>@​jgrau</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1541">bensheldon/good_job#1541</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lucasfcunha"><code>@​lucasfcunha</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1538">bensheldon/good_job#1538</a></li> <li><a href="https://github.com/ccouton"><code>@​ccouton</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1543">bensheldon/good_job#1543</a></li> <li><a href="https://github.com/noma4i"><code>@​noma4i</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1516">bensheldon/good_job#1516</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v4.4.2...v4.5.0">https://github.com/bensheldon/good_job/compare/v4.4.2...v4.5.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md">good_job's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/bensheldon/good_job/tree/v4.5.0">v4.5.0</a> (2024-11-22)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v4.4.2...v4.5.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Add &quot;Discard Cleaner&quot; page to dashboard UI <a href="https://redirect.github.com/bensheldon/good_job/pull/1538">#1538</a> (<a href="https://github.com/lucasfcunha">lucasfcunha</a>)</li> <li>Add Process memory usage and fix process state update <a href="https://redirect.github.com/bensheldon/good_job/pull/1516">#1516</a> (<a href="https://github.com/noma4i">noma4i</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Fix cron double-enqueue because delay close to 0.01 and possibly clock-drift <a href="https://redirect.github.com/bensheldon/good_job/pull/1543">#1543</a> (<a href="https://github.com/ccouton">ccouton</a>)</li> <li>Fix badge color for running jobs <a href="https://redirect.github.com/bensheldon/good_job/pull/1525">#1525</a> (<a href="https://github.com/Wittiest">Wittiest</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Can't load Dashboard <a href="https://redirect.github.com/bensheldon/good_job/issues/1532">#1532</a></li> <li>Should we clean up batches if discarded callback jobs exist? <a href="https://redirect.github.com/bensheldon/good_job/issues/1528">#1528</a></li> <li>Modify error color for Running tab when a job has 1 attempt <a href="https://redirect.github.com/bensheldon/good_job/issues/1518">#1518</a></li> <li>Silence development warning output <a href="https://redirect.github.com/bensheldon/good_job/issues/1509">#1509</a></li> <li>Proposal - A better way of managing errors through the GoodJob UI <a href="https://redirect.github.com/bensheldon/good_job/issues/1464">#1464</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Ignore some warnings with the <code>warning</code> gem <a href="https://redirect.github.com/bensheldon/good_job/pull/1545">#1545</a> (<a href="https://github.com/Earlopain">Earlopain</a>)</li> <li>Remove unneeded include of pg_locks in query when displaying jobs table <a href="https://redirect.github.com/bensheldon/good_job/pull/1541">#1541</a> (<a href="https://github.com/jgrau">jgrau</a>)</li> <li>Update development environment to Rails 8 <a href="https://redirect.github.com/bensheldon/good_job/pull/1539">#1539</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> <li>Bump the bundler-dependencies group with 9 updates <a href="https://redirect.github.com/bensheldon/good_job/pull/1534">#1534</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Bump the bundler-lint group with 5 updates <a href="https://redirect.github.com/bensheldon/good_job/pull/1533">#1533</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Bump rexml from 3.3.8 to 3.3.9 <a href="https://redirect.github.com/bensheldon/good_job/pull/1530">#1530</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Deprecate GoodJob::Job#recent_error <a href="https://redirect.github.com/bensheldon/good_job/pull/1526">#1526</a> (<a href="https://github.com/Wittiest">Wittiest</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bensheldon/good_job/commit/5f8465991b03a284a35db8866c8b921585262474"><code>5f84659</code></a> Release good_job v4.5.0</li> <li><a href="https://github.com/bensheldon/good_job/commit/27c2a6de25b098c626c0ab1e3779f8e4317a67fd"><code>27c2a6d</code></a> Add Process memory usage and fix process state update (<a href="https://redirect.github.com/bensheldon/good_job/issues/1516">#1516</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/c10201170f9bf87adcb7719f80b0210e9531b1fd"><code>c102011</code></a> Fix cron double-enqueue because delay close to 0.01 and possibly clock-drift ...</li> <li><a href="https://github.com/bensheldon/good_job/commit/4f6d193f846c32639d6cce26028451f5b5672c16"><code>4f6d193</code></a> Ignore some warnings with the <code>warning</code> gem (<a href="https://redirect.github.com/bensheldon/good_job/issues/1545">#1545</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/534d6a151720095fdb60b567b6b76de6dce1c785"><code>534d6a1</code></a> Add &quot;Discard Cleaner&quot; page to dashboard UI (<a href="https://redirect.github.com/bensheldon/good_job/issues/1538">#1538</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/74f3bde09e948ef47305de42451ef541c54606a2"><code>74f3bde</code></a> Remove unneeded include of pg_locks when displaying jobs table (<a href="https://redirect.github.com/bensheldon/good_job/issues/1541">#1541</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/0cb2a470aea7754a3f3ed501ae9a13c9a6c6c33d"><code>0cb2a47</code></a> Update development environment to Rails 8 (<a href="https://redirect.github.com/bensheldon/good_job/issues/1539">#1539</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/f215f39c323a961e488b55f5fc6759174c90b949"><code>f215f39</code></a> Bump the bundler-lint group with 5 updates (<a href="https://redirect.github.com/bensheldon/good_job/issues/1533">#1533</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/7b3f8bab38d347c2e931b3b684232036faa60d52"><code>7b3f8ba</code></a> Bump rexml from 3.3.8 to 3.3.9 (<a href="https://redirect.github.com/bensheldon/good_job/issues/1530">#1530</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/0f06e42ddb8acb215273c220f88ac362013c8ab6"><code>0f06e42</code></a> Bump the bundler-dependencies group with 9 updates (<a href="https://redirect.github.com/bensheldon/good_job/issues/1534">#1534</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bensheldon/good_job/compare/v4.4.2...v4.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=good_job&package-manager=bundler&previous-version=4.4.2&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
Sign in to join this conversation.