mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 21:10:35 -06:00
[PR #58] [MERGED] Add download cleaner and dry run #278
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/58
Author: @Flaminel
Created: 2/15/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @Flaminel
Base:
dev← Head:add_download_cleaner📝 Commits (10+)
3631e24initial30ac412added support for deluge cleaning27c881fadded qbit cleaning; added clean notification167db9aadded dry run interceptor; added unit tests; updated packages5ef0cc9fixed dummy service20f1ad6added new job name to listbad69e8added delay after fetching downloadsffa0776updated test data58ab606updated READMEdc6b52brefactored README env vars📊 Changes
86 files changed (+2503 additions, -409 deletions)
View changed files
📝
README.md(+36 -132)➕
code/Common/Attributes/DryRunSafeguardAttribute.cs(+6 -0)📝
code/Common/Common.csproj(+1 -1)📝
code/Common/Configuration/Arr/ArrConfig.cs(+3 -3)➕
code/Common/Configuration/DownloadCleaner/Category.cs(+45 -0)➕
code/Common/Configuration/DownloadCleaner/DownloadCleanerConfig.cs(+36 -0)📝
code/Common/Configuration/DownloadClient/DelugeConfig.cs(+4 -2)📝
code/Common/Configuration/DownloadClient/QBitConfig.cs(+4 -2)📝
code/Common/Configuration/DownloadClient/TransmissionConfig.cs(+4 -2)➕
code/Common/Configuration/General/DryRunConfig.cs(+9 -0)📝
code/Common/Configuration/General/HttpConfig.cs(+4 -3)📝
code/Common/Configuration/General/TriggersConfig.cs(+2 -0)📝
code/Common/Configuration/Notification/NotificationConfig.cs(+6 -3)➕
code/Common/Exceptions/ValidationException.cs(+12 -0)➕
code/Domain/Enums/CleanReason.cs(+8 -0)📝
code/Domain/Models/Deluge/Response/TorrentStatus.cs(+7 -0)📝
code/Executable/DependencyInjection/ConfigurationDI.cs(+4 -0)📝
code/Executable/DependencyInjection/LoggingDI.cs(+2 -1)📝
code/Executable/DependencyInjection/MainDI.cs(+35 -3)📝
code/Executable/DependencyInjection/QuartzDI.cs(+9 -1)...and 66 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.