[PR #104] [MERGED] Add separate strikes for downloading metadata #255

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/104
Author: @Flaminel
Created: 3/24/2025
Status: Merged
Merged: 5/4/2025
Merged by: @Flaminel

Base: mainHead: add_separate_strikes_for_metadata_stuck


📝 Commits (6)

  • 82cc1ba added separate strikes for downloading metadata
  • a75afd1 updated docs
  • 346b5e2 Merge branch 'main' into add_separate_strikes_for_metadata_stuck
  • 73878a6 fixed downloading metadata striking
  • 7bd4401 Merge branch 'main' into add_separate_strikes_for_metadata_stuck
  • 609784e updated docs

📊 Changes

9 files changed (+60 additions, -35 deletions)

View changed files

📝 code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs (+17 -9)
📝 code/Domain/Enums/DeleteReason.cs (+1 -1)
📝 code/Executable/appsettings.Development.json (+3 -2)
📝 code/Executable/appsettings.json (+2 -1)
📝 code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs (+18 -16)
📝 code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs (+2 -2)
📝 code/test/docker-compose.yml (+3 -2)
📝 docs/src/components/configuration/queue-cleaner/QueueCleanerSlowSettings.tsx (+1 -1)
📝 docs/src/components/configuration/queue-cleaner/QueueCleanerStalledSettings.tsx (+13 -1)

📄 Description

Resolves #84


🔄 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/104 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 5/4/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_separate_strikes_for_metadata_stuck` --- ### 📝 Commits (6) - [`82cc1ba`](https://github.com/Cleanuparr/Cleanuparr/commit/82cc1ba560757761fcd3598cd72dac20121e1201) added separate strikes for downloading metadata - [`a75afd1`](https://github.com/Cleanuparr/Cleanuparr/commit/a75afd1134ffe0412bc2384bb88cd895ceb8fcc9) updated docs - [`346b5e2`](https://github.com/Cleanuparr/Cleanuparr/commit/346b5e26caf83fb72db874982ec88b3e2e645550) Merge branch 'main' into add_separate_strikes_for_metadata_stuck - [`73878a6`](https://github.com/Cleanuparr/Cleanuparr/commit/73878a6adfd7983f31c1d82d158a5a3590c8f69a) fixed downloading metadata striking - [`7bd4401`](https://github.com/Cleanuparr/Cleanuparr/commit/7bd4401de02b3d73cc73c1e8ddc0df73fd07b3e1) Merge branch 'main' into add_separate_strikes_for_metadata_stuck - [`609784e`](https://github.com/Cleanuparr/Cleanuparr/commit/609784e5e707d09cccc1a379c9b00297a6153807) updated docs ### 📊 Changes **9 files changed** (+60 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs` (+17 -9) 📝 `code/Domain/Enums/DeleteReason.cs` (+1 -1) 📝 `code/Executable/appsettings.Development.json` (+3 -2) 📝 `code/Executable/appsettings.json` (+2 -1) 📝 `code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs` (+18 -16) 📝 `code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs` (+2 -2) 📝 `code/test/docker-compose.yml` (+3 -2) 📝 `docs/src/components/configuration/queue-cleaner/QueueCleanerSlowSettings.tsx` (+1 -1) 📝 `docs/src/components/configuration/queue-cleaner/QueueCleanerStalledSettings.tsx` (+13 -1) </details> ### 📄 Description Resolves #84 --- <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:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#255
No description provided.