8000 Comparing v2.2.0...v2.2.1 · que-rb/que · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: que-rb/que
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: que-rb/que
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 17 commits
  • 13 files changed
  • 5 contributors

Commits on Sep 1, 2022

  1. make the current Locker instance available on Que.locker

    This allows users of Que to access the current Locker instance to
    inspect it's state.
    mnbbrown committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    28a3cbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #380 from gocardless/expose-locker

    Make the current Locker instance available via Que.locker
    ZimbiX authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b138b29 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    b5e73a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge pull request #382 from gocardless/server-test

    Allow library users to check if Que is running via CLI or lib
    ZimbiX authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    178c8f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Add documentation for que-unique

    This adds a link to the gem [que-unique](https://github.com/bambooengineering/que-unique).
    hlascelles committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    dad1a5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #386 from hlascelles/add-que-unique-documentation

    Add documentation for que-unique
    ZimbiX authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3c51695 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    0df5d78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #387 from que-rb/update-migrate-docs

    Update migration examples in README to specify the latest version (7)
    oeoeaio authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    a82e12e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Update spec assertions to be more explicit

    Before we weren't explicit about how the explit was resulting between args and kwargs. This helps the reader understand what's going on
    kevinrobayna authored and ZimbiX committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    20e8e7d View commit details
    Browse the repository at this point in the history
  2. Add ruby2_keywords to methods of Que::ActiveJob::JobExtensions

    Ruby 3.2 changed how delegation using a rest parameter works, and was causing Que's ActiveJob tests to fail - see: https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/#:~:text=Methods%20taking%20a%20rest%20parameter%20(like%20*args)%20and%20wishing%20to%20delegate
    
    It's been a long time since I looked at all the complexities of Ruby's args & kwargs separation. I was initially confused by our `Que.split_out_ruby2_keywords(args)`, but that's also used in `Que::Job.enqueue`, though there it's used alongside `ruby2_keywords`. I tried adding ruby2_keywords to the ActiveJob extension methods, and the change does make the tests pass on Ruby 3.2.2. But I'm not certain it doesn't have side-effects or cause issues in other Ruby versions...
    ZimbiX committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1d1201d View commit details
    Browse the repository at this point in the history
  3. Update to using Ruby 3.2

    kevinrobayna authored and ZimbiX committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2efbc71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    137c54e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge pull request #390 from kevinrobayna/ruby32

    Fix support for ActiveJob in Ruby 3.2
    oeoeaio authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c4db045 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Introduce testing for rails version 7.0

    Ensures pg versions is testing latest rails version
    kevinrobayna committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4896047 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Merge pull request #392 from kevinrobayna/rails7

    Add support for rails version 7.0
    ZimbiX authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    fe8d837 View commit details
    Browse the repository at this point in the history
  2. Update version number to 2.2.1

    ZimbiX committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ce2a6c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    531b791 View commit details
    Browse the repository at this point in the history
Loading
0