[PR #102] [MERGED] Fix qBit queued items being processed #254

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/102
Author: @Flaminel
Created: 3/21/2025
Status: Merged
Merged: 3/21/2025
Merged by: @Flaminel

Base: mainHead: fix_qbit_queued_items_processing


📝 Commits (2)

  • dc99b94 refactored delete reason handling and added reason to logs
  • 57e192e fixed checking if qBit blocked a download

📊 Changes

12 files changed (+74 additions, -60 deletions)

View changed files

📝 code/Domain/Enums/DeleteReason.cs (+5 -1)
📝 code/Domain/Enums/StrikeType.cs (+1 -0)
📝 code/Infrastructure.Tests/Verticals/DownloadClient/DownloadServiceTests.cs (+3 -2)
📝 code/Infrastructure.Tests/Verticals/DownloadClient/TestDownloadService.cs (+2 -1)
📝 code/Infrastructure/Verticals/Arr/ArrClient.cs (+9 -3)
📝 code/Infrastructure/Verticals/Arr/Interfaces/IArrClient.cs (+1 -1)
📝 code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs (+1 -1)
📝 code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs (+15 -14)
📝 code/Infrastructure/Verticals/DownloadClient/DownloadService.cs (+3 -2)
📝 code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs (+22 -21)
📝 code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs (+11 -13)
📝 code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs (+1 -1)

📄 Description

Relates to #101


🔄 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/102 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 3/21/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `fix_qbit_queued_items_processing` --- ### 📝 Commits (2) - [`dc99b94`](https://github.com/Cleanuparr/Cleanuparr/commit/dc99b943e6247b6cefc1aab2e58e5fca6d611bf8) refactored delete reason handling and added reason to logs - [`57e192e`](https://github.com/Cleanuparr/Cleanuparr/commit/57e192e9d76a7b892e5f3d9aed61ae1417031409) fixed checking if qBit blocked a download ### 📊 Changes **12 files changed** (+74 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `code/Domain/Enums/DeleteReason.cs` (+5 -1) 📝 `code/Domain/Enums/StrikeType.cs` (+1 -0) 📝 `code/Infrastructure.Tests/Verticals/DownloadClient/DownloadServiceTests.cs` (+3 -2) 📝 `code/Infrastructure.Tests/Verticals/DownloadClient/TestDownloadService.cs` (+2 -1) 📝 `code/Infrastructure/Verticals/Arr/ArrClient.cs` (+9 -3) 📝 `code/Infrastructure/Verticals/Arr/Interfaces/IArrClient.cs` (+1 -1) 📝 `code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs` (+1 -1) 📝 `code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs` (+15 -14) 📝 `code/Infrastructure/Verticals/DownloadClient/DownloadService.cs` (+3 -2) 📝 `code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs` (+22 -21) 📝 `code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs` (+11 -13) 📝 `code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs` (+1 -1) </details> ### 📄 Description Relates to #101 --- <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:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#254
No description provided.