[PR #23] [MERGED] merge dev #298

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/23
Author: @Flaminel
Created: 12/16/2024
Status: Merged
Merged: 12/16/2024
Merged by: @Flaminel

Base: mainHead: dev


📝 Commits (2)

  • 0ee97dd simplified how the download client selection works (#22)
  • b56f79e Remove stalled downloads (#21)

📊 Changes

59 files changed (+561 additions, -243 deletions)

View changed files

📝 README.md (+40 -18)
📝 code/Common/Common.csproj (+2 -1)
📝 code/Common/Configuration/Arr/ArrConfig.cs (+1 -1)
📝 code/Common/Configuration/DownloadClient/DelugeConfig.cs (+0 -7)
📝 code/Common/Configuration/DownloadClient/QBitConfig.cs (+0 -7)
📝 code/Common/Configuration/DownloadClient/TransmissionConfig.cs (+1 -8)
code/Common/Configuration/EnvironmentVariables.cs (+6 -0)
📝 code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs (+9 -1)
📝 code/Domain/Domain.csproj (+5 -1)
code/Domain/Enums/DownloadClient.cs (+8 -0)
code/Domain/Enums/StrikeType.cs (+7 -0)
📝 code/Domain/Models/Arr/Queue/QueueListResponse.cs (+1 -1)
📝 code/Domain/Models/Arr/Queue/QueueRecord.cs (+1 -1)
📝 code/Domain/Models/Arr/SonarrSearchItem.cs (+5 -1)
code/Domain/Models/Deluge/Response/DelugeMinimalStatus.cs (+0 -6)
code/Domain/Models/Deluge/Response/TorrentStatus.cs (+12 -0)
📝 code/Domain/Models/Sonarr/SonarrCommand.cs (+5 -1)
📝 code/Executable/DependencyInjection/ConfigurationDI.cs (+3 -0)
📝 code/Executable/DependencyInjection/LoggingDI.cs (+1 -0)
📝 code/Executable/DependencyInjection/MainDI.cs (+1 -0)

...and 39 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/23 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 12/16/2024 **Status:** ✅ Merged **Merged:** 12/16/2024 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`0ee97dd`](https://github.com/Cleanuparr/Cleanuparr/commit/0ee97dda4fbe62d7298222dfd2c948b170ae9000) simplified how the download client selection works (#22) - [`b56f79e`](https://github.com/Cleanuparr/Cleanuparr/commit/b56f79e3e5fb86c3b7c01763850a371e71da6166) Remove stalled downloads (#21) ### 📊 Changes **59 files changed** (+561 additions, -243 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+40 -18) 📝 `code/Common/Common.csproj` (+2 -1) 📝 `code/Common/Configuration/Arr/ArrConfig.cs` (+1 -1) 📝 `code/Common/Configuration/DownloadClient/DelugeConfig.cs` (+0 -7) 📝 `code/Common/Configuration/DownloadClient/QBitConfig.cs` (+0 -7) 📝 `code/Common/Configuration/DownloadClient/TransmissionConfig.cs` (+1 -8) ➕ `code/Common/Configuration/EnvironmentVariables.cs` (+6 -0) 📝 `code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs` (+9 -1) 📝 `code/Domain/Domain.csproj` (+5 -1) ➕ `code/Domain/Enums/DownloadClient.cs` (+8 -0) ➕ `code/Domain/Enums/StrikeType.cs` (+7 -0) 📝 `code/Domain/Models/Arr/Queue/QueueListResponse.cs` (+1 -1) 📝 `code/Domain/Models/Arr/Queue/QueueRecord.cs` (+1 -1) 📝 `code/Domain/Models/Arr/SonarrSearchItem.cs` (+5 -1) ➖ `code/Domain/Models/Deluge/Response/DelugeMinimalStatus.cs` (+0 -6) ➕ `code/Domain/Models/Deluge/Response/TorrentStatus.cs` (+12 -0) 📝 `code/Domain/Models/Sonarr/SonarrCommand.cs` (+5 -1) 📝 `code/Executable/DependencyInjection/ConfigurationDI.cs` (+3 -0) 📝 `code/Executable/DependencyInjection/LoggingDI.cs` (+1 -0) 📝 `code/Executable/DependencyInjection/MainDI.cs` (+1 -0) _...and 39 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:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr-Cleanuparr#298
No description provided.