mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #135] [MERGED] Add option to set failed import strikes per arr #241
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add_per_arr_import_strikes📝 Commits (1)
65902adadded 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.