mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #297] Add option to remove only specified failed import message patterns #179
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/297
Author: @Flaminel
Created: 9/6/2025
Status: 🔄 Open
Base:
main← Head:add_failed_import_pattern_mode📝 Commits (2)
63b64d2added option to remove only specified failed import message patternsb45be2badded pattern mode enum to frontend and made include the default mode📊 Changes
13 files changed (+936 additions, -41 deletions)
View changed files
➕
code/backend/Cleanuparr.Domain/Enums/PatternMode.cs(+14 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/ArrClient.cs(+28 -15)📝
code/backend/Cleanuparr.Persistence/DataContext.cs(+4 -1)➕
code/backend/Cleanuparr.Persistence/Migrations/Data/20250906183018_AddFailedImportTypeHandling.Designer.cs(+751 -0)➕
code/backend/Cleanuparr.Persistence/Migrations/Data/20250906183018_AddFailedImportTypeHandling.cs(+49 -0)📝
code/backend/Cleanuparr.Persistence/Migrations/Data/DataContextModelSnapshot.cs(+10 -5)📝
code/backend/Cleanuparr.Persistence/Models/Configuration/QueueCleaner/FailedImportConfig.cs(+6 -2)📝
code/frontend/src/app/core/services/documentation.service.ts(+2 -1)📝
code/frontend/src/app/settings/queue-cleaner/queue-cleaner-settings.component.html(+30 -7)📝
code/frontend/src/app/settings/queue-cleaner/queue-cleaner-settings.component.ts(+13 -5)📝
code/frontend/src/app/shared/models/queue-cleaner-config.model.ts(+8 -2)📝
docs/docs/configuration/queue-cleaner/index.mdx(+21 -3)➕
docs/static/img/failed-import-patterns.png(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.