-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: Shopify/job-iteration
base: v1.7.0
head repository: Shopify/job-iteration
compare: v1.8.0
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d20b42e - Browse repository at this point
Copy the full SHA d20b42eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bca529 - Browse repository at this point
Copy the full SHA 7bca529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01463e9 - Browse repository at this point
Copy the full SHA 01463e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b183606 - Browse repository at this point
Copy the full SHA b183606View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c4f84 - Browse repository at this point
Copy the full SHA e3c4f84View commit details
Commits on Oct 21, 2024
-
Merge pull request #513 from bdewater/wrap-all-the-enums
Wrap built-in enums and add deprecation warning for unwrapped enums
Configuration menu - View commit details
-
Copy full SHA for 5966715 - Browse repository at this point
Copy the full SHA 5966715View commit details
Commits on Oct 25, 2024
-
Correctly calculate size for array enumerator
Example: array = ["a", "b", "c"] drop = 1 current = array.each_with_index.drop(drop).to_enum { enumerable.size } current.size # 3 current.to_a.size # 2 new = array.each_with_index.drop(drop).to_enum { enumerable.size - drop } new.size # 2
Configuration menu - View commit details
-
Copy full SHA for 8a61075 - Browse repository at this point
Copy the full SHA 8a61075View commit details
Commits on Oct 28, 2024
-
Bump mocha from 2.4.5 to 2.5.0
Bumps [mocha](https://github.com/freerange/mocha) from 2.4.5 to 2.5.0. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](freerange/mocha@v2.4.5...v2.5.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1de28a8 - Browse repository at this point
Copy the full SHA 1de28a8View commit details -
Bump rexml from 3.3.6 to 3.3.9 in the bundler group
Bumps the bundler group with 1 update: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.6 to 3.3.9 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e4ffbfa - Browse repository at this point
Copy the full SHA e4ffbfaView commit details -
Merge pull request #516 from Shopify/dependabot/bundler/mocha-2.5.0
Bump mocha from 2.4.5 to 2.5.0
Configuration menu - View commit details
-
Copy full SHA for fdb2d0b - Browse repository at this point
Copy the full SHA fdb2d0bView commit details -
Merge pull request #517 from Shopify/dependabot/bundler/bundler-4415e…
…84133 Bump rexml from 3.3.6 to 3.3.9 in the bundler group
Configuration menu - View commit details
-
Copy full SHA for f533753 - Browse repository at this point
Copy the full SHA f533753View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5865a9f - Browse repository at this point
Copy the full SHA 5865a9fView commit details
Commits on Nov 18, 2024
-
Bump pry from 0.14.2 to 0.15.0
Bumps [pry](https://github.com/pry/pry) from 0.14.2 to 0.15.0. - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](pry/pry@v0.14.2...v0.15.0) --- updated-dependencies: - dependency-name: pry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for caa5757 - Browse repository at this point
Copy the full SHA caa5757View commit details
Commits on Nov 25, 2024
-
Bump mocha from 2.5.0 to 2.6.0
Bumps [mocha](https://github.com/freerange/mocha) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](freerange/mocha@v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fe8be1 - Browse repository at this point
Copy the full SHA 0fe8be1View commit details
Commits on Nov 26, 2024
-
Merge pull request #518 from Shopify/dependabot/bundler/pry-0.15.0
Bump pry from 0.14.2 to 0.15.0
Configuration menu - View commit details
-
Copy full SHA for c62c185 - Browse repository at this point
Copy the full SHA c62c185View commit details -
Merge pull request #519 from Shopify/dependabot/bundler/mocha-2.6.0
Bump mocha from 2.5.0 to 2.6.0
Configuration menu - View commit details
-
Copy full SHA for 51bc16e - Browse repository at this point
Copy the full SHA 51bc16eView commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbb2f82 - Browse repository at this point
Copy the full SHA dbb2f82View commit details -
Merge pull request #520 from Shopify/eo/build_enum_metric
Add active record cursor next iteration metric
Configuration menu - View commit details
-
Copy full SHA for 22b4ea2 - Browse repository at this point
Copy the full SHA 22b4ea2View commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c34c75 - Browse repository at this point
Copy the full SHA 5c34c75View commit details
Commits on Dec 9, 2024
-
Bump mocha from 2.6.0 to 2.7.0
Bumps [mocha](https://github.com/freerange/mocha) from 2.6.0 to 2.7.0. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](freerange/mocha@v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for bd426ce - Browse repository at this point
Copy the full SHA bd426ceView commit details -
Bump mysql2 from
f6a9b68
to58f8d00
Bumps [mysql2](https://github.com/brianmario/mysql2) from `f6a9b68` to `58f8d00`. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Commits](brianmario/mysql2@f6a9b68...58f8d00) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for bb23624 - Browse repository at this point
Copy the full SHA bb23624View commit details -
Merge pull request #525 from Shopify/dependabot/bundler/mysql2-58f8d00
Bump mysql2 from `f6a9b68` to `58f8d00`
Configuration menu - View commit details
-
Copy full SHA for 689b8e8 - Browse repository at this point
Copy the full SHA 689b8e8View commit details -
Merge pull request #524 from Shopify/dependabot/bundler/mocha-2.7.0
Bump mocha from 2.6.0 to 2.7.0
Configuration menu - View commit details
-
Copy full SHA for 90e0667 - Browse repository at this point
Copy the full SHA 90e0667View commit details -
Merge pull request #523 from kakubin/interruption_adapter_aws_activej…
…ob_sqs Add interruption adapter for aws-activejob-sqs
Configuration menu - View commit details
-
Copy full SHA for 92cbe76 - Browse repository at this point
Copy the full SHA 92cbe76View commit details -
Merge pull request #515 from bdewater/correct-enum-size
Correctly calculate size for array enumerator
Configuration menu - View commit details
-
Copy full SHA for 7390536 - Browse repository at this point
Copy the full SHA 7390536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a9d2e - Browse repository at this point
Copy the full SHA 83a9d2eView commit details
Commits on Dec 10, 2024
-
Merge pull request #526 from Shopify/mangara-release-job-iteration-1-8-0
Release job-iteration 1.8.0
Configuration menu - View commit details
-
Copy full SHA for b0cf2ea - Browse repository at this point
Copy the full SHA b0cf2eaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.0...v1.8.0