[PR #61] [MERGED] Add download cleaner and dry run #276

Closed
opened 2025-10-09 17:00:47 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/61
Author: @Flaminel
Created: 2/15/2025
Status: Merged
Merged: 2/15/2025
Merged by: @Flaminel

Base: mainHead: add_download_cleaner


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/61 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 2/15/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_download_cleaner` --- ### 📝 Commits (1) - [`05450d8`](https://github.com/Cleanuparr/Cleanuparr/commit/05450d83e66cc1b7187daa41f9e806890f3aa7a9) Add download cleaner and dry run (#58) ### 📊 Changes **86 files changed** (+2503 additions, -409 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:00:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#276
No description provided.