mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:25:44 -06:00
[PR #1] [MERGED] refactored code; added support for Radarr #317
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/1
Author: @Flaminel
Created: 11/12/2024
Status: ✅ Merged
Merged: 11/13/2024
Merged by: @Flaminel
Base:
main← Head:add_radarr_support📝 Commits (10+)
c09af63refactored code; added support for Radarr963cc72fixed error message; fixed var name71ddedafixed radarr log418b09efixed tab indentationab586fafixed unnecessary request on empty collection65a1a86fixed id selection based on instance type4a0ce17renamed classes; added enabled flag on arrs; deprecated trigger env varad17974added instance fail handling63f42faremoved all mentions of BlockedTorrent in favor of QueueCleaner75bcb05changed env vars to be inline with the community standards; updated readme📊 Changes
29 files changed (+484 additions, -314 deletions)
View changed files
📝
README.md(+31 -19)➕
code/Common/Configuration/ArrConfig.cs(+8 -0)📝
code/Common/Configuration/ArrInstance.cs(+1 -1)📝
code/Common/Configuration/QBitConfig.cs(+2 -0)➖
code/Common/Configuration/QuartzConfig.cs(+0 -6)➕
code/Common/Configuration/RadarrConfig.cs(+6 -0)📝
code/Common/Configuration/SonarrConfig.cs(+2 -2)➕
code/Common/Configuration/TriggersConfig.cs(+8 -0)➕
code/Domain/Arr/Enums/InstanceType.cs(+9 -0)➕
code/Domain/Arr/Queue/QueueListResponse.cs(+7 -0)➕
code/Domain/Arr/Queue/QueueRecord.cs(+14 -0)➕
code/Domain/Radarr/RadarrCommand.cs(+8 -0)➖
code/Domain/Sonarr/Queue/CustomFormat.cs(+0 -6)➖
code/Domain/Sonarr/Queue/Language.cs(+0 -6)➖
code/Domain/Sonarr/Queue/QueueListResponse.cs(+0 -10)➖
code/Domain/Sonarr/Queue/Record.cs(+0 -28)➖
code/Domain/Sonarr/Queue/Revision.cs(+0 -7)➖
code/Domain/Sonarr/Queue/StatusMessage.cs(+0 -6)➕
code/Domain/Sonarr/SonarrCommand.cs(+8 -0)📝
code/Executable/DependencyInjection.cs(+16 -13)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.