[PR #60] [MERGED] Add Notifiarr support #276

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/60
Author: @Flaminel
Created: 2/15/2025
Status: Merged
Merged: 2/15/2025
Merged by: @Flaminel

Base: mainHead: add_notifiarr_support


📝 Commits (1)

📊 Changes

46 files changed (+834 additions, -25 deletions)

View changed files

📝 README.md (+20 -0)
code/Common/Configuration/Notification/NotificationConfig.cs (+19 -0)
code/Domain/Enums/DeleteReason.cs (+8 -0)
code/Domain/Models/Arr/Queue/Image.cs (+8 -0)
code/Domain/Models/Arr/Queue/LidarrImage.cs (+8 -0)
code/Domain/Models/Arr/Queue/QueueAlbum.cs (+6 -0)
code/Domain/Models/Arr/Queue/QueueMovie.cs (+6 -0)
📝 code/Domain/Models/Arr/Queue/QueueRecord.cs (+6 -0)
code/Domain/Models/Arr/Queue/QueueSeries.cs (+6 -0)
📝 code/Executable/DependencyInjection/LoggingDI.cs (+1 -0)
📝 code/Executable/DependencyInjection/MainDI.cs (+23 -1)
code/Executable/DependencyInjection/NotificationsDI.cs (+16 -0)
📝 code/Executable/appsettings.Development.json (+7 -0)
📝 code/Executable/appsettings.json (+7 -0)
📝 code/Infrastructure/Infrastructure.csproj (+2 -0)
📝 code/Infrastructure/Verticals/Arr/ArrClient.cs (+2 -2)
📝 code/Infrastructure/Verticals/Arr/SonarrClient.cs (+2 -1)
📝 code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs (+15 -2)
code/Infrastructure/Verticals/Context/ContextProvider.cs (+24 -0)
📝 code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs (+14 -3)

...and 26 more files

📄 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/60 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 2/15/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_notifiarr_support` --- ### 📝 Commits (1) - [`8d0df46`](https://github.com/Cleanuparr/Cleanuparr/commit/8d0df46770186453bc2cb442232ea5a434e81865) Add Notifiarr support (#52) ### 📊 Changes **46 files changed** (+834 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+20 -0) ➕ `code/Common/Configuration/Notification/NotificationConfig.cs` (+19 -0) ➕ `code/Domain/Enums/DeleteReason.cs` (+8 -0) ➕ `code/Domain/Models/Arr/Queue/Image.cs` (+8 -0) ➕ `code/Domain/Models/Arr/Queue/LidarrImage.cs` (+8 -0) ➕ `code/Domain/Models/Arr/Queue/QueueAlbum.cs` (+6 -0) ➕ `code/Domain/Models/Arr/Queue/QueueMovie.cs` (+6 -0) 📝 `code/Domain/Models/Arr/Queue/QueueRecord.cs` (+6 -0) ➕ `code/Domain/Models/Arr/Queue/QueueSeries.cs` (+6 -0) 📝 `code/Executable/DependencyInjection/LoggingDI.cs` (+1 -0) 📝 `code/Executable/DependencyInjection/MainDI.cs` (+23 -1) ➕ `code/Executable/DependencyInjection/NotificationsDI.cs` (+16 -0) 📝 `code/Executable/appsettings.Development.json` (+7 -0) 📝 `code/Executable/appsettings.json` (+7 -0) 📝 `code/Infrastructure/Infrastructure.csproj` (+2 -0) 📝 `code/Infrastructure/Verticals/Arr/ArrClient.cs` (+2 -2) 📝 `code/Infrastructure/Verticals/Arr/SonarrClient.cs` (+2 -1) 📝 `code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs` (+15 -2) ➕ `code/Infrastructure/Verticals/Context/ContextProvider.cs` (+24 -0) 📝 `code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs` (+14 -3) _...and 26 more files_ </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:39 -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#276
No description provided.