[PR #50] [MERGED] Add option to reset stalled strikes on download progress #279

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/50
Author: @Flaminel
Created: 1/24/2025
Status: Merged
Merged: 1/24/2025
Merged by: @Flaminel

Base: mainHead: reset_strikes_on_download_resume


📝 Commits (1)

  • 586af85 added option to reset stalled strikes

📊 Changes

14 files changed (+92 additions, -18 deletions)

View changed files

📝 README.md (+2 -0)
📝 code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs (+3 -0)
code/Domain/Models/Cache/CacheItem.cs (+9 -0)
📝 code/Domain/Models/Deluge/Response/TorrentStatus.cs (+6 -1)
📝 code/Executable/appsettings.Development.json (+1 -0)
📝 code/Executable/appsettings.json (+1 -0)
code/Infrastructure/Helpers/CacheKeys.cs (+14 -0)
📝 code/Infrastructure/Verticals/ContentBlocker/BlocklistProvider.cs (+7 -10)
📝 code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs (+6 -2)
📝 code/Infrastructure/Verticals/DownloadClient/DownloadServiceBase.cs (+27 -0)
📝 code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs (+2 -1)
📝 code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs (+5 -1)
📝 code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs (+7 -2)
📝 code/Infrastructure/Verticals/ItemStriker/Striker.cs (+2 -1)

📄 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/50 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `reset_strikes_on_download_resume` --- ### 📝 Commits (1) - [`586af85`](https://github.com/Cleanuparr/Cleanuparr/commit/586af85039a2c0d3ee74eae97243097e0b24f1d3) added option to reset stalled strikes ### 📊 Changes **14 files changed** (+92 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs` (+3 -0) ➕ `code/Domain/Models/Cache/CacheItem.cs` (+9 -0) 📝 `code/Domain/Models/Deluge/Response/TorrentStatus.cs` (+6 -1) 📝 `code/Executable/appsettings.Development.json` (+1 -0) 📝 `code/Executable/appsettings.json` (+1 -0) ➕ `code/Infrastructure/Helpers/CacheKeys.cs` (+14 -0) 📝 `code/Infrastructure/Verticals/ContentBlocker/BlocklistProvider.cs` (+7 -10) 📝 `code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs` (+6 -2) 📝 `code/Infrastructure/Verticals/DownloadClient/DownloadServiceBase.cs` (+27 -0) 📝 `code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs` (+2 -1) 📝 `code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs` (+5 -1) 📝 `code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs` (+7 -2) 📝 `code/Infrastructure/Verticals/ItemStriker/Striker.cs` (+2 -1) </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:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#279
No description provided.