-
Notifications
You must be signed in to change notification settings - Fork 191
Comparing changes
Open a pull request
base repository: que-rb/que
base: v2.2.0
head repository: que-rb/que
compare: v2.2.1
- 17 commits
- 13 files changed
- 5 contributors
Commits on Sep 1, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 28a3cbf - Browse repository at this point
Copy the full SHA 28a3cbfView commit details -
Merge pull request #380 from gocardless/expose-locker
Make the current Locker instance available via Que.locker
Configuration menu - View commit details
-
Copy full SHA for b138b29 - Browse repository at this point
Copy the full SHA b138b29View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b5e73a2 - Browse repository at this point
Copy the full SHA b5e73a2View commit details
Commits on Nov 7, 2022
-
Merge pull request #382 from gocardless/server-test
Allow library users to check if Que is running via CLI or lib
Configuration menu - View commit details
-
Copy full SHA for 178c8f3 - Browse repository at this point
Copy the full SHA 178c8f3View commit details
Commits on Dec 15, 2022
-
Add documentation for que-unique
This adds a link to the gem [que-unique](https://github.com/bambooengineering/que-unique).
Configuration menu - View commit details
-
Copy full SHA for dad1a5b - Browse repository at this point
Copy the full SHA dad1a5bView commit details -
Merge pull request #386 from hlascelles/add-que-unique-documentation
Add documentation for que-unique
Configuration menu - View commit details
-
Copy full SHA for 3c51695 - Browse repository at this point
Copy the full SHA 3c51695View commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0df5d78 - Browse repository at this point
Copy the full SHA 0df5d78View commit details -
Merge pull request #387 from que-rb/update-migrate-docs
Update migration examples in README to specify the latest version (7)
Configuration menu - View commit details
-
Copy full SHA for a82e12e - Browse repository at this point
Copy the full SHA a82e12eView commit details
Commits on Apr 13, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 20e8e7d - Browse repository at this point
Copy the full SHA 20e8e7dView commit details -
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...
Configuration menu - View commit details
-
Copy full SHA for 1d1201d - Browse repository at this point
Copy the full SHA 1d1201dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2efbc71 - Browse repository at this point
Copy the full SHA 2efbc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 137c54e - Browse repository at this point
Copy the full SHA 137c54eView commit details
Commits on Apr 17, 2023
-
Merge pull request #390 from kevinrobayna/ruby32
Fix support for ActiveJob in Ruby 3.2
Configuration menu - View commit details
-
Copy full SHA for c4db045 - Browse repository at this point
Copy the full SHA c4db045View commit details
Commits on Apr 27, 2023
-
Introduce testing for rails version 7.0
Ensures pg versions is testing latest rails version
Configuration menu - View commit details
-
Copy full SHA for 4896047 - Browse repository at this point
Copy the full SHA 4896047View commit details
Commits on Apr 28, 2023
-
Merge pull request #392 from kevinrobayna/rails7
Add support for rails version 7.0
Configuration menu - View commit details
-
Copy full SHA for fe8d837 - Browse repository at this point
Copy the full SHA fe8d837View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce2a6c3 - Browse repository at this point
Copy the full SHA ce2a6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 531b791 - Browse repository at this point
Copy the full SHA 531b791View 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 v2.2.0...v2.2.1