Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Shopify/job-iteration
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: Shopify/job-iteration
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref

Commits on Oct 20, 2024

  1. Copy the full SHA
    d20b42e View commit details
  2. Copy the full SHA
    7bca529 View commit details
  3. Copy the full SHA
    01463e9 View commit details
  4. Add changelog

    bdewater committed Oct 20, 2024
    Copy the full SHA
    b183606 View commit details
  5. Add example

    bdewater committed Oct 20, 2024
    Copy the full SHA
    e3c4f84 View commit details

Commits on Oct 21, 2024

  1. Merge pull request #513 from bdewater/wrap-all-the-enums

    Wrap built-in enums and add deprecation warning for unwrapped enums
    Mangara authored Oct 21, 2024
    Copy the full SHA
    5966715 View commit details

Commits on Oct 25, 2024

  1. 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
    bdewater committed Oct 25, 2024
    Copy the full SHA
    8a61075 View commit details

Commits on Oct 28, 2024

  1. 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>
    dependabot[bot] authored Oct 28, 2024
    Copy the full SHA
    1de28a8 View commit details
  2. 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>
    dependabot[bot] authored Oct 28, 2024
    Copy the full SHA
    e4ffbfa View commit details
  3. Merge pull request #516 from Shopify/dependabot/bundler/mocha-2.5.0

    Bump mocha from 2.4.5 to 2.5.0
    Mangara authored Oct 28, 2024
    Copy the full SHA
    fdb2d0b View commit details
  4. 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
    Mangara authored Oct 28, 2024
    Copy the full SHA
    f533753 View commit details

Commits on Nov 11, 2024

  1. Fix rubydoc link

    dphm authored Nov 11, 2024
    Copy the full SHA
    5865a9f View commit details

Commits on Nov 18, 2024

  1. 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>
    dependabot[bot] authored Nov 18, 2024
    Copy the full SHA
    caa5757 View commit details

Commits on Nov 25, 2024

  1. 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>
    dependabot[bot] authored Nov 25, 2024
    Copy the full SHA
    0fe8be1 View commit details

Commits on Nov 26, 2024

  1. Merge pull request #518 from Shopify/dependabot/bundler/pry-0.15.0

    Bump pry from 0.14.2 to 0.15.0
    Mangara authored Nov 26, 2024
    Copy the full SHA
    c62c185 View commit details
  2. Merge pull request #519 from Shopify/dependabot/bundler/mocha-2.6.0

    Bump mocha from 2.5.0 to 2.6.0
    Mangara authored Nov 26, 2024
    Copy the full SHA
    51bc16e View commit details

Commits on Dec 2, 2024

  1. Copy the full SHA
    dbb2f82 View commit details
  2. Merge pull request #520 from Shopify/eo/build_enum_metric

    Add active record cursor next iteration metric
    etiennebarrie authored Dec 2, 2024
    Copy the full SHA
    22b4ea2 View commit details

Commits on Dec 5, 2024

  1. Copy the full SHA
    5c34c75 View commit details

Commits on Dec 9, 2024

  1. 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>
    dependabot[bot] authored Dec 9, 2024
    Copy the full SHA
    bd426ce View commit details
  2. Bump mysql2 from f6a9b68 to 58f8d00

    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>
    dependabot[bot] authored Dec 9, 2024
    Copy the full SHA
    bb23624 View commit details
  3. Merge pull request #525 from Shopify/dependabot/bundler/mysql2-58f8d00

    Bump mysql2 from `f6a9b68` to `58f8d00`
    Mangara authored Dec 9, 2024
    Copy the full SHA
    689b8e8 View commit details
  4. Merge pull request #524 from Shopify/dependabot/bundler/mocha-2.7.0

    Bump mocha from 2.6.0 to 2.7.0
    Mangara authored Dec 9, 2024
    Copy the full SHA
    90e0667 View commit details
  5. Merge pull request #523 from kakubin/interruption_adapter_aws_activej…

    …ob_sqs
    
    Add interruption adapter for aws-activejob-sqs
    Mangara authored Dec 9, 2024
    Copy the full SHA
    92cbe76 View commit details
  6. Merge pull request #515 from bdewater/correct-enum-size

    Correctly calculate size for array enumerator
    Mangara authored Dec 9, 2024
    Copy the full SHA
    7390536 View commit details
  7. Release job-iteration 1.8.0

    Mangara committed Dec 9, 2024
    Copy the full SHA
    83a9d2e View commit details

Commits on Dec 10, 2024

  1. Merge pull request #526 from Shopify/mangara-release-job-iteration-1-8-0

    Release job-iteration 1.8.0
    Mangara authored Dec 10, 2024
    Copy the full SHA
    b0cf2ea View commit details
Loading