-
Notifications
You must be signed in to change notification settings - Fork 43
[Feature] Add new job remove_done_seeding for removing finished torrents #290
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b433e06
feat: add remove_completed job and new download client job type
Baz00k 42d6d61
docs: update README to include details about REMOVE_COMPLETED job
Baz00k 407ca1b
fix: skipped for usenet test attribute error
Baz00k c96accc
fix: loading remove_completed job settings from env
Baz00k c474fc9
Merge branch 'dev' into dev
Baz00k 4df383d
Merge branch 'dev' into dev
Baz00k 17805c5
Merge branch 'dev' into dev
Baz00k 4360499
fix: use global limits as fallback
Baz00k 20bc294
fix: log only if client has any jobs enabled
Baz00k f9eaa98
refactor: check the client against list of supported clients
Baz00k eb79c32
chore: add better examples and exmplanation in readme
Baz00k cc3db3d
chore: revert table of contents change
Baz00k 8b7cbc9
fix: failing test after log update
Baz00k 4a3dfd5
refactor: streamline item removal for download clients
Baz00k c0ac6dc
refactor: use DOWNLOAD_CLIENT_TYPES for download client iteration
Baz00k b8db7c1
fix: failing tests after client job base class update
Baz00k 461f974
chore: update remove_completed job docs
Baz00k efe2e23
chore: improve tests reliablility by not checking log output
Baz00k 7bb509d
Hid additional internal attributes from logging
ManiMatter da22973
Always putting obsolete into output, even if not used
ManiMatter 8f1c0bb
Fixing filter of internal attributes
ManiMatter 1858c3d
Few refinements, and added obsolete as default target tag
ManiMatter 78ac8d4
Renamed remove_completed -> remove_done_seeding
ManiMatter 2fb373a
pylint fix
ManiMatter 8dab88d
Merge branch 'dev' into dev
ManiMatter 090af35
Merge branch 'dev' into dev
ManiMatter 98ea479
Merge branch 'dev' into dev
ManiMatter 057cbdc
Finalized readme
ManiMatter b39b8d2
Merge branch 'dev' of https://github.com/Baz00k/decluttarr into pr/Ba…
ManiMatter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line suggests that per-torrent overrides only apply to the seeding time and not to ratio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this be more accurate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, looks great