Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump resque, resque-scheduler and resque-retry in /resque-web #1027

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps resque, resque-scheduler and resque-retry. These dependencies needed to be updated together.
Updates resque from 1.27.4 to 2.6.0

Release notes

Sourced from resque's releases.

v2.6.0

What's Changed

New Contributors

Full Changelog: resque/resque@v2.5.0...v2.6.0

v2.5.0

Bunch of bug and deprecation warning fixes in this release. Big thanks to everyone who's contributed to this release!

What's Changed

New Contributors

Full Changelog: resque/resque@v2.4.0...v2.5.0

v2.4.0

What's Changed

New Contributors

Full Changelog: resque/resque@v2.3.0...v2.4.0

... (truncated)

Changelog

Sourced from resque's changelog.

2.6.0

Fixed

  • resque-web: Fix reflected XSS in queues endpoint (#1865)
  • resque-web: Format args in YAML (#1875)
  • Fix MiniTest undefined errors (#1879)
  • Fix failing reconnect tests (#1880)

Added

  • Documents how to make the worker shutdown when the queue is empty (#1873)

2.5.0

Fixed

  • Replace File.exists? with File.exist? (#1846)
  • Escape Resque.redis_id for stats page (#1834)
  • Escape resque info values (#1832)
  • Correctly show the values of hash and none type on stats tab (#1838)
  • Fix logging the worker name when starting the task (#1837)

Added

  • Raise an error when no available Rack server was found (#1836)
  • Move code in Resque::Server.helpers block into a module to make it testable (#1851)

2.4.0

Fixed

  • Remove thread_safe arg in Redis instantiaons (#1822)
  • Updated Test Matrix for Redis 5.0 (#1824)
  • Fix redis-rb 4.8 deprecation warnings (#1827)
  • Fix redis-rb 5.0 compatibility issues (#1828)

2.3.0

Fixed

  • Fix NoMethodError: undefined method 'application' for Rails:Module when Rails module is defined but not a full Rails app (#1799)
  • Fix deprecation warnings in Redis#pipelined for redis 4.6 (#1806)
  • Add Ruby syntax highlighting to remaining markdown docs (#1802)
  • Fix pagination section (#1809)
  • Fix before_run undefined local variable or method runner (#1811)

Added

  • Added support for pausing all workers by setting the Redis key pause-all-workers to string value "true" (#1803)

... (truncated)

Commits
  • 2f9d080 Version 2.6.0 and Changelog
  • 3502893 Make tests for reconnect pass again
  • 18d63e2 Fix MiniTest undefined errors
  • 771b5d2 Documents how to make the worker shutdown when the queue is empty
  • ae3fe72 format args in YAML
  • 7623b8d Fix reflected XSS in queue
  • 811ef35 Version 2.5.0
  • f8444d3 Add tests for #redis_get_size and #redis_get_value_as_array
  • e080135 Cut out codes in the helpers block into a module
  • d683029 Remove unused file
  • Additional commits viewable in compare view

Updates resque-scheduler from 4.3.1 to 4.10.2

Release notes

Sourced from resque-scheduler's releases.

v4.10.1

What's Changed

Full Changelog: resque/resque-scheduler@v4.10.0...v4.10.1

v4.10.0

What's Changed

New Contributors

Full Changelog: resque/resque-scheduler@v4.9.0...v4.10.0

v4.9.0

What's Changed

New Contributors

Full Changelog: resque/resque-scheduler@v4.8.0...v4.9.0

v4.8.0

What's Changed

New Contributors

Full Changelog: resque/resque-scheduler@v4.7.0...v4.8.0

v4.7.0

What's Changed

Full Changelog: resque/resque-scheduler@v4.6.0...v4.7.0

v4.6.0

... (truncated)

Changelog

Sourced from resque-scheduler's changelog.

[4.10.2] - 2023-12-15

Fixed

[4.10.1] - 2023-12-15

Fixed

[4.10.0] - 2023-08-20

Added

  • Add logfmt option for logging output (#763)

Fixed

  • Rubocop Fixes (#771)

[4.9.0] - 2023-05-31

Changed

Fixed

[4.8.0] - 2023-27-1

  • Replace deprecated Socket.gethostname with Addrinfo.getaddrinfo to fix deprecation warnings (#753)

[4.7.0] - 2022-10-6

Fixed

  • Fix tests for redis-rb 5.0 (#757)
  • Use Resque::DataStore#reconnect for redis-rb 5.0 compat (#757)
  • Test suite runs flushall to prevent flakiness (#757)

[4.6.0] - 2022-08-04

Changed

  • Remove support for Ruby < 2.3
  • Configuration to use a set of truthy values to enable boolean settings instead of simply existence
  • Add delay_or_enqueue_at for delaying existing jobs or creating a new job(#645)
  • Fix deprecated uses of Redis#pipelined
  • Fix reading configuration from environment for boolean values (#735)
  • Unblock rufus-scheduler lock on lower than 3.7 by fixing scheduler shutdown (#736)
  • Removed testing against jruby (resque doesn't test against jruby)

[4.5.0] - 2021-09-25

Added

  • Support Ruby 3
  • Add optional argument to remove_schedule to control reloading of the schedule

... (truncated)

Commits

Updates resque-retry from 1.5.3 to 1.8.1

Changelog

Sourced from resque-retry's changelog.

1.8.1 (2023-06-25)

  • Prevent crashing due to nil keys on newer Redis client

1.8.0 (2023-04-15)

  • Address retry_key_exists? issue that was originally reported / partially addressed here: lantins/resque-retry#173
  • Fix test-failures due to API / interface changes for dependencies
  • Remove [email protected] from the test[ing] matrix as it has been EOL for quite some time at this point (as of this PR [email protected] is also EOL, but I left this in for the time being)
  • Add [email protected] to the test[ing] matrix

1.7.6 (2021-08-06)

  • Fix Redis 4.3 breaking saving job failures with multiple failure backend
  • Disable verbose logging by default during test-runs
  • Remove support for ruby < 2.6

1.7.5 (2021-08-06)

  • Support retry_delay methods with different arity
  • Switch over to GitHub CI for PR test-execution

1.7.4 (2020-10-09)

  • Rework how the default retry_limit is calculated
  • Numerous documentation updates

1.7.3 (2019-11-21)

  • Do not crash if job class is not found on the resque-web server

1.7.2 (2019-11-21)

  • Address part 2 of issue #158

1.7.1 (2019-07-10)

  • Prevent NoMethodError when calculating retry_delay

1.7.0 (2019-06-15)

!!! [Potential] breaking changes -- details below !!!

  • Remove support for args_for_retry -- it has been deprecated for almost 5 years
  • Work w/ shallow-clone(s) of args in MultipleWithRetrySuppression#save and

... (truncated)

Commits
  • bf615e2 Release v1.8.1
  • c7fdeaf Prevent crashing due to nil keys on newer Redis clients
  • 223897a Release v1.8.0
  • 92106eb Merge pull request #174 from lantins/address-growing-pains
  • 04b018c Address growing pains related to dependency interface changes
  • f53624e Merge pull request #171 from and9000/add_resque_scheduler_master_support
  • b909e56 Add resque-scheduler master support
  • b2343bd Merge pull request #170 from and9000/ruby_3.0_support
  • 97b2757 Fixed consistency of ruby-version
  • 1350d53 * Enabled ruby 3.0 on CI
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [resque](https://github.com/resque/resque), [resque-scheduler](https://github.com/resque/resque-scheduler) and [resque-retry](https://github.com/lantins/resque-retry). These dependencies needed to be updated together.

Updates `resque` from 1.27.4 to 2.6.0
- [Release notes](https://github.com/resque/resque/releases)
- [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md)
- [Commits](resque/resque@v1.27.4...v2.6.0)

Updates `resque-scheduler` from 4.3.1 to 4.10.2
- [Release notes](https://github.com/resque/resque-scheduler/releases)
- [Changelog](https://github.com/resque/resque-scheduler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/resque/resque-scheduler/commits)

Updates `resque-retry` from 1.5.3 to 1.8.1
- [Changelog](https://github.com/lantins/resque-retry/blob/master/HISTORY.md)
- [Commits](lantins/resque-retry@v1.5.3...v1.8.1)

---
updated-dependencies:
- dependency-name: resque
  dependency-type: direct:production
- dependency-name: resque-scheduler
  dependency-type: direct:production
- dependency-name: resque-retry
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 18, 2023
@evantahler evantahler merged commit a1d9eb2 into main Dec 18, 2023
11 of 14 checks passed
@evantahler evantahler deleted the dependabot/bundler/resque-web/resque-and-resque-scheduler-and-resque-retry-2.6.0 branch December 18, 2023 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant