[PR #135] [MERGED] Add option to set failed import strikes per arr #241

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/135
Author: @Flaminel
Created: 5/8/2025
Status: Merged
Merged: 5/8/2025
Merged by: @Flaminel

Base: mainHead: add_per_arr_import_strikes


📝 Commits (1)

  • 65902ad added option to set failed import strikes per arr

📊 Changes

15 files changed (+90 additions, -9 deletions)

View changed files

📝 code/Common/Configuration/Arr/ArrConfig.cs (+4 -0)
📝 code/Executable/appsettings.Development.json (+3 -0)
📝 code/Executable/appsettings.json (+3 -0)
📝 code/Infrastructure/Verticals/Arr/ArrClient.cs (+10 -2)
📝 code/Infrastructure/Verticals/Arr/Interfaces/IArrClient.cs (+1 -1)
📝 code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs (+1 -1)
📝 code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs (+1 -1)
📝 code/Infrastructure/Verticals/Jobs/GenericHandler.cs (+2 -2)
📝 code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs (+2 -2)
📝 code/test/docker-compose.yml (+3 -0)
📝 docs/docs/configuration/examples/1_docker.mdx (+3 -0)
📝 docs/docs/configuration/examples/2_config-file.mdx (+3 -0)
📝 docs/src/components/configuration/arrs/LidarrSettings.tsx (+18 -0)
📝 docs/src/components/configuration/arrs/RadarrSettings.tsx (+18 -0)
📝 docs/src/components/configuration/arrs/SonarrSettings.tsx (+18 -0)

📄 Description

Closes #119


🔄 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/135 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_per_arr_import_strikes` --- ### 📝 Commits (1) - [`65902ad`](https://github.com/Cleanuparr/Cleanuparr/commit/65902adbeb0193c75b584e9f6880ae896cb567e3) added option to set failed import strikes per arr ### 📊 Changes **15 files changed** (+90 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `code/Common/Configuration/Arr/ArrConfig.cs` (+4 -0) 📝 `code/Executable/appsettings.Development.json` (+3 -0) 📝 `code/Executable/appsettings.json` (+3 -0) 📝 `code/Infrastructure/Verticals/Arr/ArrClient.cs` (+10 -2) 📝 `code/Infrastructure/Verticals/Arr/Interfaces/IArrClient.cs` (+1 -1) 📝 `code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs` (+1 -1) 📝 `code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs` (+1 -1) 📝 `code/Infrastructure/Verticals/Jobs/GenericHandler.cs` (+2 -2) 📝 `code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs` (+2 -2) 📝 `code/test/docker-compose.yml` (+3 -0) 📝 `docs/docs/configuration/examples/1_docker.mdx` (+3 -0) 📝 `docs/docs/configuration/examples/2_config-file.mdx` (+3 -0) 📝 `docs/src/components/configuration/arrs/LidarrSettings.tsx` (+18 -0) 📝 `docs/src/components/configuration/arrs/RadarrSettings.tsx` (+18 -0) 📝 `docs/src/components/configuration/arrs/SonarrSettings.tsx` (+18 -0) </details> ### 📄 Description Closes #119 --- <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:21 -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#241
No description provided.