[PR #297] Add option to remove only specified failed import message patterns #179

Open
opened 2025-10-09 16:59:53 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/297
Author: @Flaminel
Created: 9/6/2025
Status: 🔄 Open

Base: mainHead: add_failed_import_pattern_mode


📝 Commits (2)

  • 63b64d2 added option to remove only specified failed import message patterns
  • b45be2b added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/297 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 9/6/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add_failed_import_pattern_mode` --- ### 📝 Commits (2) - [`63b64d2`](https://github.com/Cleanuparr/Cleanuparr/commit/63b64d23909792e68b51caaa61fdceb2bd1c0f3d) added option to remove only specified failed import message patterns - [`b45be2b`](https://github.com/Cleanuparr/Cleanuparr/commit/b45be2b0b928d5bfdd03f5eee71aaef86680c71f) added pattern mode enum to frontend and made include the default mode ### 📊 Changes **13 files changed** (+936 additions, -41 deletions) <details> <summary>View changed files</summary> ➕ `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) </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 16:59:53 -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#179
No description provided.