[PR #233] [MERGED] Improve download removal to be separate from download search #211

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/233
Author: @Flaminel
Created: 7/6/2025
Status: Merged
Merged: 7/7/2025
Merged by: @Flaminel

Base: mainHead: improve_queue_item_removal


📝 Commits (1)

  • eb6efd8 improved download removal to be separate from download search

📊 Changes

9 files changed (+142 additions, -22 deletions)

View changed files

📝 code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs (+11 -0)
📝 code/backend/Cleanuparr.Api/DependencyInjection/ServicesDI.cs (+3 -0)
📝 code/backend/Cleanuparr.Infrastructure/Cleanuparr.Infrastructure.csproj (+0 -4)
code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Consumers/DownloadHunterConsumer.cs (+36 -0)
code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/DownloadHunter.cs (+42 -0)
code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Interfaces/IDownloadHunter.cs (+9 -0)
code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Models/DownloadHuntRequest.cs (+18 -0)
📝 code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/Consumers/DownloadRemoverConsumer.cs (+1 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/QueueItemRemover.cs (+22 -17)

📄 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/233 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 7/6/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `improve_queue_item_removal` --- ### 📝 Commits (1) - [`eb6efd8`](https://github.com/Cleanuparr/Cleanuparr/commit/eb6efd8fd17b993e621e7b8844ed7548f69fe1be) improved download removal to be separate from download search ### 📊 Changes **9 files changed** (+142 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs` (+11 -0) 📝 `code/backend/Cleanuparr.Api/DependencyInjection/ServicesDI.cs` (+3 -0) 📝 `code/backend/Cleanuparr.Infrastructure/Cleanuparr.Infrastructure.csproj` (+0 -4) ➕ `code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Consumers/DownloadHunterConsumer.cs` (+36 -0) ➕ `code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/DownloadHunter.cs` (+42 -0) ➕ `code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Interfaces/IDownloadHunter.cs` (+9 -0) ➕ `code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Models/DownloadHuntRequest.cs` (+18 -0) 📝 `code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/Consumers/DownloadRemoverConsumer.cs` (+1 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/QueueItemRemover.cs` (+22 -17) </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:07 -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#211
No description provided.