mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #110] [MERGED] Add cleanup for slow downloads #251
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/110
Author: @Flaminel
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/6/2025
Merged by: @Flaminel
Base:
main← Head:add_cleanup_on_slow_downloads📝 Commits (10+)
fc343b7added cleanup on slow downloads for qbitf2193b0renamed strike type for slow time; added reset slow strikes on progress67e3e6bfixed config validationcdc941dupdated docs5adbf8bupdated test dataa078fdcfixed values humanization50cacc9removed Humanizer4e8b036added handling for Delugeda7c998refactored duplicated codea373f8fadded handling for Transmission📊 Changes
26 files changed (+696 additions, -133 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/1-bug.yml(+1 -1)📝
.github/ISSUE_TEMPLATE/3-help.yml(+1 -1)📝
chart/values.yaml(+1 -1)📝
code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs(+61 -3)➕
code/Common/CustomDataTypes/ByteSize.cs(+115 -0)➕
code/Common/CustomDataTypes/SmartTimeSpan.cs(+66 -0)📝
code/Domain/Enums/DeleteReason.cs(+2 -0)📝
code/Domain/Enums/StrikeType.cs(+3 -1)📝
code/Domain/Models/Cache/StalledCacheItem.cs(+1 -1)📝
code/Domain/Models/Deluge/Response/DownloadStatus.cs(+7 -1)📝
code/Executable/appsettings.Development.json(+9 -2)📝
code/Infrastructure.Tests/Verticals/DownloadClient/DownloadServiceTests.cs(+7 -29)📝
code/Infrastructure.Tests/Verticals/DownloadClient/TestDownloadService.cs(+2 -3)📝
code/Infrastructure/Extensions/DelugeExtensions.cs(+1 -1)📝
code/Infrastructure/Helpers/CacheKeys.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeClient.cs(+7 -5)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+73 -17)📝
code/Infrastructure/Verticals/DownloadClient/DownloadCheckResult.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadClient/DownloadService.cs(+87 -15)📝
code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs(+1 -1)...and 6 more files
📄 Description
Resolves #100
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.