mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-13 15:16:50 -05:00
[PR #65] [MERGED] Add category change for downloads with no additional hardlinks #272
Reference in New Issue
Block a user
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/65
Author: @Flaminel
Created: 2/19/2025
Status: ✅ Merged
Merged: 5/4/2025
Merged by: @Flaminel
Base:
main← Head:add_cleanup_on_no_hardlinks📝 Commits (10+)
017e25fadded category change for downloads with no additional hardlinks2d6f166trying to fix Unix stat1650b0etrying to fix Unix stat #2d454a09fixed qbit file patha63bae0added debug logs268ede8trying to fix Unix stat againfbe6ebatrying to fix Unix stat yet againf91e856removed debug logs19ac8cbtrying to account for cross-seed029f255added debug logs📊 Changes
49 files changed (+1254 additions, -122 deletions)
View changed files
📝
README.md(+2 -1)📝
code/Common/Configuration/DownloadCleaner/CleanCategory.cs(+1 -1)📝
code/Common/Configuration/DownloadCleaner/DownloadCleanerConfig.cs(+37 -3)📝
code/Common/Configuration/Notification/NotificationConfig.cs(+10 -1)➕
code/Common/Exceptions/FatalException.cs(+12 -0)📝
code/Domain/Models/Deluge/Response/DownloadStatus.cs(+4 -1)📝
code/Executable/DependencyInjection/MainDI.cs(+5 -1)📝
code/Executable/DependencyInjection/ServicesDI.cs(+5 -1)📝
code/Executable/appsettings.Development.json(+9 -1)📝
code/Executable/appsettings.json(+5 -0)📝
code/Infrastructure.Tests/Verticals/DownloadClient/DownloadServiceFixture.cs(+5 -2)📝
code/Infrastructure.Tests/Verticals/DownloadClient/DownloadServiceTests.cs(+4 -4)📝
code/Infrastructure.Tests/Verticals/DownloadClient/TestDownloadService.cs(+12 -8)📝
code/Infrastructure/Infrastructure.csproj(+1 -0)📝
code/Infrastructure/Verticals/ContentBlocker/BlocklistProvider.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs(+25 -7)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeClient.cs(+50 -2)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+152 -13)📝
code/Infrastructure/Verticals/DownloadClient/DownloadService.cs(+43 -8)📝
code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs(+39 -5)...and 29 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.