mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #37] [MERGED] Improve stalled and failed imports #292
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/37
Author: @Flaminel
Created: 1/10/2025
Status: ✅ Merged
Merged: 1/13/2025
Merged by: @Flaminel
Base:
main← Head:improve_stalled_and_import_failed📝 Commits (10+)
4ff7b94added options to ignore private downloads when cleaning the queue80e7435updated issue templatesc223605fixed getting torrent private status for qbittorrent6b1d0ffadded early returnbbbe014updated test data714720dadded option to ignore failed import messages7052fdaupdated test data67a1addupdated README80f27a1fixed examplesb1ce666updated README📊 Changes
20 files changed (+204 additions, -38 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/1-bug.yml(+2 -1)📝
.github/ISSUE_TEMPLATE/2-feature.yml(+1 -1)📝
.github/ISSUE_TEMPLATE/3-help.yml(+1 -1)📝
README.md(+14 -2)📝
code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs(+9 -0)📝
code/Domain/Models/Arr/Queue/QueueRecord.cs(+3 -2)➕
code/Domain/Models/Arr/Queue/TrackedDownloadStatusMessage.cs(+8 -0)📝
code/Domain/Models/Deluge/Response/TorrentStatus.cs(+6 -4)📝
code/Executable/appsettings.Development.json(+6 -1)📝
code/Executable/appsettings.json(+4 -1)📝
code/Infrastructure/Verticals/Arr/ArrClient.cs(+43 -2)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+20 -4)📝
code/Infrastructure/Verticals/DownloadClient/DownloadServiceBase.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadClient/IDownloadService.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs(+36 -7)➕
code/Infrastructure/Verticals/DownloadClient/RemoveResult.cs(+14 -0)📝
code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs(+22 -5)📝
code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs(+9 -4)📝
code/test/docker-compose.yml(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.