-
-
Notifications
You must be signed in to change notification settings - Fork 99
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 rexml from 3.2.6 to 3.2.8 in /bitmagnet.io #259
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
ruby
Pull requests that update Ruby code
labels
May 16, 2024
truecharts-admin
referenced
this pull request
in truecharts/public
Jun 8, 2024
… v0.9.0@1c1f1dc by renovate (#23110) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/bitmagnet-io/bitmagnet](https://togithub.com/bitmagnet-io/bitmagnet) | minor | `v0.8.0` -> `v0.9.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>bitmagnet-io/bitmagnet (ghcr.io/bitmagnet-io/bitmagnet)</summary> ### [`v0.9.0`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.9.0) [Compare Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.8.0...v0.9.0) - The main improvement for v0.9.0 is ordering of results in the web UI and GraphQL API - An `--apisDisabled` flag was added to the reprocess command to allow significantly faster reprocessing/classifying without any API calls (i.e. TMDB), without disabling this globally. - Optimisations were made to the web UI that significantly improve responsiveness; the default pagination limit has therefore been increased to 20 - Reprocessing is now done fully within the queue (so you'll no longer see a progress bar when running `bitmagnet reprocess`, this is handled by the new `process_torrent_batch` task) **IMPORTANT:** Some refactoring of the database was needed to allow for performant ordering. On first run, a database migration will be applied that should take no longer than a few minutes, and tasks will be added to the queue to reindex all torrents. The reindex tasks must complete before ordering will work correctly; if you have millions of torrents in your index this may take a day or more, but is significantly faster in this release than prior versions. Please ensure you have no pending items in your queue (at the `/metrics` endpoint) before opening any issues about incorrect ordering. #### What's Changed - Use fontsource packages for fonts to ensure deterministic build by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/257](https://togithub.com/bitmagnet-io/bitmagnet/pull/257) - More Filters against cp. by [@​Ewoodss](https://togithub.com/Ewoodss) in [https://github.com/bitmagnet-io/bitmagnet/pull/254](https://togithub.com/bitmagnet-io/bitmagnet/pull/254) - Ordering by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/260](https://togithub.com/bitmagnet-io/bitmagnet/pull/260) - Bump rexml from 3.2.6 to 3.2.8 in /bitmagnet.io by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bitmagnet-io/bitmagnet/pull/259](https://togithub.com/bitmagnet-io/bitmagnet/pull/259) - Split gen task to individual tasks by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/261](https://togithub.com/bitmagnet-io/bitmagnet/pull/261) - Parallel search strategies by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/264](https://togithub.com/bitmagnet-io/bitmagnet/pull/264) - Classifier runtime flags by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/265](https://togithub.com/bitmagnet-io/bitmagnet/pull/265) - Bump nokogiri from 1.16.4 to 1.16.5 in /bitmagnet.io by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bitmagnet-io/bitmagnet/pull/256](https://togithub.com/bitmagnet-io/bitmagnet/pull/256) - ENH: Classification result protobuf includes content id and source by [@​rraymondgh](https://togithub.com/rraymondgh) in [https://github.com/bitmagnet-io/bitmagnet/pull/266](https://togithub.com/bitmagnet-io/bitmagnet/pull/266) - Add batch reprocessing queue job and 0.9.0 upgrade hook by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/267](https://togithub.com/bitmagnet-io/bitmagnet/pull/267) - Increase slow threshold by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/268](https://togithub.com/bitmagnet-io/bitmagnet/pull/268) - Don't track imported info hashes by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/269](https://togithub.com/bitmagnet-io/bitmagnet/pull/269) - Add sponsor links to web UI by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/270](https://togithub.com/bitmagnet-io/bitmagnet/pull/270) - Website updates by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/271](https://togithub.com/bitmagnet-io/bitmagnet/pull/271) - Tweak build flags by [@​mgdigital](https://togithub.com/mgdigital) in [https://github.com/bitmagnet-io/bitmagnet/pull/272](https://togithub.com/bitmagnet-io/bitmagnet/pull/272) #### New Contributors - [@​Ewoodss](https://togithub.com/Ewoodss) made their first contribution in [https://github.com/bitmagnet-io/bitmagnet/pull/254](https://togithub.com/bitmagnet-io/bitmagnet/pull/254) - [@​rraymondgh](https://togithub.com/rraymondgh) made their first contribution in [https://github.com/bitmagnet-io/bitmagnet/pull/266](https://togithub.com/bitmagnet-io/bitmagnet/pull/266) **Full Changelog**: bitmagnet-io/bitmagnet@v0.8.0...v0.9.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps rexml from 3.2.6 to 3.2.8.
Release notes
Sourced from rexml's releases.
... (truncated)
Changelog
Sourced from rexml's changelog.
... (truncated)
Commits
1cf37ba
Add 3.2.8 entryb67081c
Remove an unused variable (#128)94e180e
Suppress a warningd574ba5
ci: install only gems required for running tests (#129)4670f8f
Add missing Thanks section9ba35f9
Bump version085def0
Add 3.2.7 entry4325835
Read quoted attributes in chunks (#126)e77365e
Exclude older than 2.6 on macos-14bf2c8ed
Move development dependencies to Gemfile (#124)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.