plots2
                                
                                 plots2 copied to clipboard
                                
                                    plots2 copied to clipboard
                            
                            
                            
                        Bump sidekiq from 6.5.1 to 6.5.4
Bumps sidekiq from 6.5.1 to 6.5.4.
Changelog
Sourced from sidekiq's changelog.
6.5.4
6.5.3
- Don't require metrics code without explicit opt-in #5456
6.5.2
- Job Metrics are under active development, help wanted! BETA
- Add
Contextcolumn on queue page which shows any CurrentAttributes #5450
sidekiq_retry_inmay now return:discardor:killto dynamically stop job retries #5406- Smarter sorting of processes in /busy Web UI #5398
- Fix broken hamburger menu in mobile UI #5428
- Require redis-rb 4.5.0. Note that Sidekiq will break if you use the
Redis.exists_returns_integer = falseflag. #5394
Commits
- 7003aebchange
- acdaa85rejigger logic for ruby 2.5
- c763b42See if ruby 2.5 works in github
- e464c09Remove another usage of API within server code
- 77fc95aRemove unnecessary code, bump
- 345ba00Sidekiq server should never require sidekiq/api
- c61f21fFix api
- 0d5cc88oops
- 44c2e7aDont require any metrics code without opt-in, fixes #5456
- e320961ready for release
- 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 rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Code Climate has analyzed commit 5ee4e54b and detected 0 issues on this pull request.
View more on Code Climate.
This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here: https://github.com/publiclab/plots2/suites/7726756632/artifacts/323828764
Codecov Report
Merging #11339 (5ee4e54) into main (3499c8a) will increase coverage by
0.11%. The diff coverage isn/a.
@@            Coverage Diff             @@
##             main   #11339      +/-   ##
==========================================
+ Coverage   82.33%   82.45%   +0.11%     
==========================================
  Files          98       98              
  Lines        5996     5996              
==========================================
+ Hits         4937     4944       +7     
+ Misses       1059     1052       -7     
| Impacted Files | Coverage Δ | |
|---|---|---|
| app/api/srch/search.rb | 70.51% <0.00%> (+3.84%) | :arrow_up: | 
| app/services/execute_search.rb | 94.44% <0.00%> (+5.55%) | :arrow_up: |