Skip to content

Commit

Permalink
Merge pull request #504 from Shopify/mangara-good-job-release-notes
Browse files Browse the repository at this point in the history
Add change log entry for GoodJob support
  • Loading branch information
Mangara authored Sep 24, 2024
2 parents 3fc1ba0 + 85cebdb commit 92237a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### Main (unreleased)
Nil

- [464](https://github.com/Shopify/job-iteration/pull/464) - Add interruption adapter for [GoodJob](https://github.com/bensheldon/good_job).

## v1.5.1 (May 29,2024)
- [483](https://github.com/Shopify/job-iteration/pull/483) Reverts [#456 Use Arel instead of String for AR Enumerator conditionals](https://github.com/Shopify/job-iteration/pull/456)
- [483](https://github.com/Shopify/job-iteration/pull/483) - Reverts [#456 Use Arel instead of String for AR Enumerator conditionals](https://github.com/Shopify/job-iteration/pull/456)

## v1.5.0 (May 29, 2024)
### Changes
Expand Down
3 changes: 2 additions & 1 deletion test/integration/interruption_adapters_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ class InterruptionAdaptersTest < ActiveSupport::TestCase
require 'bundler/setup'
require 'job-iteration'
# The adapter for GoodJob cannot be easily tested at the moment.
JobIteration::InterruptionAdapters::BUNDLED_ADAPTERS.excluding(:good_job).each do |name|
addapters_to_test = JobIteration::InterruptionAdapters::BUNDLED_ADAPTERS - [:good_job]
addapters_to_test.each do |name|
JobIteration::InterruptionAdapters.lookup(name)
end
RUBY
Expand Down

0 comments on commit 92237a2

Please sign in to comment.