mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 20:28:01 -06:00
[PR #215] [MERGED] Add Whisparr support #218
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/215
Author: @Flaminel
Created: 7/2/2025
Status: ✅ Merged
Merged: 7/4/2025
Merged by: @Flaminel
Base:
main← Head:add_whisparr_support📝 Commits (1)
40e2cdbadded whisparr support📊 Changes
33 files changed (+2472 additions, -37 deletions)
View changed files
📝
code/backend/Cleanuparr.Api/Controllers/ConfigurationController.cs(+159 -0)📝
code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs(+3 -2)📝
code/backend/Cleanuparr.Api/DependencyInjection/ServicesDI.cs(+1 -0)➕
code/backend/Cleanuparr.Application/Features/Arr/Dtos/UpdateWhisparrConfigDto.cs(+9 -0)📝
code/backend/Cleanuparr.Application/Features/ContentBlocker/ContentBlocker.cs(+6 -0)📝
code/backend/Cleanuparr.Application/Features/DownloadCleaner/DownloadCleaner.cs(+2 -1)📝
code/backend/Cleanuparr.Application/Features/QueueCleaner/QueueCleaner.cs(+2 -0)📝
code/backend/Cleanuparr.Domain/Entities/Arr/Queue/QueueRecord.cs(+1 -1)📝
code/backend/Cleanuparr.Domain/Entities/Arr/SeriesSearchItem.cs(+5 -4)📝
code/backend/Cleanuparr.Domain/Entities/Sonarr/SonarrCommand.cs(+1 -1)➕
code/backend/Cleanuparr.Domain/Entities/Whisparr/WhisparrCommand.cs(+16 -0)📝
code/backend/Cleanuparr.Domain/Enums/SeriesSearchType.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/ArrClientFactory.cs(+5 -1)➕
code/backend/Cleanuparr.Infrastructure/Features/Arr/Interfaces/IWhisparrClient.cs(+5 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/Arr/SonarrClient.cs(+19 -18)➕
code/backend/Cleanuparr.Infrastructure/Features/Arr/WhisparrClient.cs(+282 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/Jobs/GenericHandler.cs(+23 -7)📝
code/backend/Cleanuparr.Infrastructure/Features/Notifications/NotificationPublisher.cs(+1 -0)➕
code/backend/Cleanuparr.Persistence/Migrations/Data/20250702091059_AddWhisparr.Designer.cs(+637 -0)➕
code/backend/Cleanuparr.Persistence/Migrations/Data/20250702091059_AddWhisparr.cs(+57 -0)...and 13 more files
📄 Description
Closes #148
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.