mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #60] [MERGED] Add Notifiarr support #276
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/60
Author: @Flaminel
Created: 2/15/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @Flaminel
Base:
main← Head:add_notifiarr_support📝 Commits (1)
8d0df46Add Notifiarr support (#52)📊 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.