Bump good_job from 3.28.0 to 3.28.2 #692

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/good_job-3.28.2 into main 2024-04-30 04:44:40 +08:00
dependabot[bot] commented 2024-04-29 15:23:12 +08:00 (Migrated from github.com)

Bumps good_job from 3.28.0 to 3.28.2.

Release notes

Sourced from good_job's releases.

v3.28.2

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.28.1...v3.28.2

v3.28.1

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.28.0...v3.28.1

Changelog

Sourced from good_job's changelog.

v3.28.2 (2024-04-26)

Full Changelog

Fixed bugs:

  • Add debug warning message when a job is enqueued within a batch/bulk capture but not to the GoodJob Adapter #1339 (bensheldon)

Closed issues:

  • How do I add jobs to an existing batch? #1337
  • Executing perform_now on a good_job with GoodJobs::ActiveJobExtensions::Concurrency can run twice #1335

v3.28.1 (2024-04-24)

Full Changelog

Fixed bugs:

  • Ensure job context does not leak into extensions whenperform_now is called within another job #1336 (bensheldon)

Closed issues:

  • erb_lint doesn't lint all files #1329
  • Server hangs after #1297 #1301
  • Figure out how to use bind parameters for time queries #1285

Merged pull requests:

Commits
  • 2586313 Release good_job v3.28.2
  • 37e38f1 Add debug warning message when a job is enqueued within a batch/bulk capture ...
  • fbd1a5b Release good_job v3.28.1
  • 59b8c68 Ensure job context does not leak into extensions when perform_now is called...
  • 410b34f Upgrade development / demo Ruby to v3.3.1 (#1333)
  • 4e87d0f Exploratory testing for presence of scheduled_at when enqueuing (#1332)
  • ec81d69 Run erb_lint against all the views and partials (#1331)
  • See full diff 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 3.28.0 to 3.28.2. <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>v3.28.2</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v3282-2024-04-26">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Add debug warning message when a job is enqueued within a batch/bulk capture but not to the GoodJob Adapter by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1339">bensheldon/good_job#1339</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v3.28.1...v3.28.2">https://github.com/bensheldon/good_job/compare/v3.28.1...v3.28.2</a></p> <h2>v3.28.1</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v3281-2024-04-24">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Ensure job context does not leak into extensions when<code>perform_now</code> is called within another job by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1336">bensheldon/good_job#1336</a></li> <li>Run <code>erb_lint</code> against all the views and partials by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1331">bensheldon/good_job#1331</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v3.28.0...v3.28.1">https://github.com/bensheldon/good_job/compare/v3.28.0...v3.28.1</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/v3.28.2">v3.28.2</a> (2024-04-26)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v3.28.1...v3.28.2">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Add debug warning message when a job is enqueued within a batch/bulk capture but not to the GoodJob Adapter <a href="https://redirect.github.com/bensheldon/good_job/pull/1339">#1339</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>How do I add jobs to an existing batch? <a href="https://redirect.github.com/bensheldon/good_job/issues/1337">#1337</a></li> <li>Executing perform_now on a good_job with GoodJobs::ActiveJobExtensions::Concurrency can run twice <a href="https://redirect.github.com/bensheldon/good_job/issues/1335">#1335</a></li> </ul> <h2><a href="https://github.com/bensheldon/good_job/tree/v3.28.1">v3.28.1</a> (2024-04-24)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v3.28.0...v3.28.1">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Ensure job context does not leak into extensions when<code>perform_now</code> is called within another job <a href="https://redirect.github.com/bensheldon/good_job/pull/1336">#1336</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li><code>erb_lint</code> doesn't lint all files <a href="https://redirect.github.com/bensheldon/good_job/issues/1329">#1329</a></li> <li>Server hangs after <a href="https://redirect.github.com/bensheldon/good_job/issues/1297">#1297</a> <a href="https://redirect.github.com/bensheldon/good_job/issues/1301">#1301</a></li> <li>Figure out how to use bind parameters for time queries <a href="https://redirect.github.com/bensheldon/good_job/issues/1285">#1285</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Upgrade development / demo Ruby to v3.3.1 <a href="https://redirect.github.com/bensheldon/good_job/pull/1333">#1333</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> <li>Exploratory testing for presence of scheduled_at when enqueuing <a href="https://redirect.github.com/bensheldon/good_job/pull/1332">#1332</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> <li>Run <code>erb_lint</code> against all the views and partials <a href="https://redirect.github.com/bensheldon/good_job/pull/1331">#1331</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bensheldon/good_job/commit/2586313af6637ee3b865f5cb5d08ebbc435c132a"><code>2586313</code></a> Release good_job v3.28.2</li> <li><a href="https://github.com/bensheldon/good_job/commit/37e38f16b4f4f77dfbc34425a14884af6034b79d"><code>37e38f1</code></a> Add debug warning message when a job is enqueued within a batch/bulk capture ...</li> <li><a href="https://github.com/bensheldon/good_job/commit/fbd1a5b730bd735110eb23e7be72f61128f346a2"><code>fbd1a5b</code></a> Release good_job v3.28.1</li> <li><a href="https://github.com/bensheldon/good_job/commit/59b8c68564ae4d3657318663784256a107313bf7"><code>59b8c68</code></a> Ensure job context does not leak into extensions when <code>perform_now</code> is called...</li> <li><a href="https://github.com/bensheldon/good_job/commit/410b34fc1c4c7a9e806b6da14e6829110d6728aa"><code>410b34f</code></a> Upgrade development / demo Ruby to v3.3.1 (<a href="https://redirect.github.com/bensheldon/good_job/issues/1333">#1333</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/4e87d0f16835b24b151316e1edcba3c4c2d8f06c"><code>4e87d0f</code></a> Exploratory testing for presence of scheduled_at when enqueuing (<a href="https://redirect.github.com/bensheldon/good_job/issues/1332">#1332</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/ec81d698337b3898e31cb9e2317ed0311e800169"><code>ec81d69</code></a> Run <code>erb_lint</code> against all the views and partials (<a href="https://redirect.github.com/bensheldon/good_job/issues/1331">#1331</a>)</li> <li>See full diff in <a href="https://github.com/bensheldon/good_job/compare/v3.28.0...v3.28.2">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=3.28.0&new-version=3.28.2)](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.