[PR #35] [MERGED] Add option to not use a download client #293

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

📋 Pull Request Information

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

Base: mainHead: add_option_to_disable_download_client


📝 Commits (1)

  • b134a21 added option to not use a download client

📊 Changes

11 files changed (+89 additions, -29 deletions)

View changed files

📝 README.md (+11 -1)
code/Common/Configuration/DownloadClient/DownloadClientConfig.cs (+9 -0)
code/Common/Configuration/EnvironmentVariables.cs (+0 -6)
📝 code/Common/Enums/DownloadClient.cs (+3 -2)
📝 code/Executable/DependencyInjection/ConfigurationDI.cs (+1 -0)
📝 code/Executable/DependencyInjection/ServicesDI.cs (+1 -0)
📝 code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs (+10 -3)
📝 code/Infrastructure/Verticals/DownloadClient/DownloadServiceFactory.cs (+8 -13)
code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs (+33 -0)
📝 code/Infrastructure/Verticals/Jobs/GenericHandler.cs (+5 -1)
📝 code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs (+8 -3)

📄 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/35 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 1/10/2025 **Status:** ✅ Merged **Merged:** 1/10/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_option_to_disable_download_client` --- ### 📝 Commits (1) - [`b134a21`](https://github.com/Cleanuparr/Cleanuparr/commit/b134a2175ede1668001680988b0a7cc0c9097fda) added option to not use a download client ### 📊 Changes **11 files changed** (+89 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+11 -1) ➕ `code/Common/Configuration/DownloadClient/DownloadClientConfig.cs` (+9 -0) ➖ `code/Common/Configuration/EnvironmentVariables.cs` (+0 -6) 📝 `code/Common/Enums/DownloadClient.cs` (+3 -2) 📝 `code/Executable/DependencyInjection/ConfigurationDI.cs` (+1 -0) 📝 `code/Executable/DependencyInjection/ServicesDI.cs` (+1 -0) 📝 `code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs` (+10 -3) 📝 `code/Infrastructure/Verticals/DownloadClient/DownloadServiceFactory.cs` (+8 -13) ➕ `code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs` (+33 -0) 📝 `code/Infrastructure/Verticals/Jobs/GenericHandler.cs` (+5 -1) 📝 `code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs` (+8 -3) </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:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#293
No description provided.