mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:21:33 -06:00
[PR #52] [MERGED] Add Notifiarr support #279
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/52
Author: @Flaminel
Created: 1/31/2025
Status: ✅ Merged
Merged: 2/2/2025
Merged by: @Flaminel
Base:
dev← Head:add_notifiarr_support📝 Commits (10+)
cd01c9fadded Notifiarr notifications102f855increased delay between notifications442a3f5updated test data5691fc9updated README77fea47fixed notification fields0c639f8refactored duplicated code491ea7brevertb895505integrated in-memory MassTransit to process notifications573c696increased log level for MassTransit75f33ecfixed typo📊 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.