[PR #11] [MERGED] Fix empty torrents #308

Closed
opened 2025-10-09 17:01:02 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/11
Author: @Flaminel
Created: 11/23/2024
Status: Merged
Merged: 11/23/2024
Merged by: @Flaminel

Base: mainHead: fix_empty_torrents


📝 Commits (5)

  • efecd37 fixed unwanted deletion of torrents in downloading metadata state
  • 6cba974 refactored jobs code
  • 61b10d5 updated arr test data
  • 7be65df updated gitignore
  • b4d1145 updated test configuration and removed dispensable files

📊 Changes

44 files changed (+208 additions, -1401 deletions)

View changed files

📝 .gitignore (+4 -1)
📝 code/Domain/Models/Deluge/Response/DelugeContents.cs (+1 -1)
📝 code/Executable/DependencyInjection/QuartzDI.cs (+8 -8)
📝 code/Executable/DependencyInjection/ServicesDI.cs (+0 -2)
code/Executable/Jobs/ContentBlockerJob.cs (+0 -32)
code/Executable/Jobs/GenericJob.cs (+31 -0)
code/Executable/Jobs/QueueCleanerJob.cs (+0 -32)
📝 code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs (+6 -47)
📝 code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs (+2 -1)
📝 code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs (+4 -8)
📝 code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs (+2 -1)
code/Infrastructure/Verticals/Jobs/GenericHandler.cs (+90 -0)
📝 code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs (+4 -70)
code/test/data/deluge/config/core.conf.bak (+0 -97)
code/test/data/deluge/config/label.conf.bak (+0 -50)
code/test/data/deluge/config/session.state.bak (+0 -0)
code/test/data/deluge/config/state/torrents.fastresume (+0 -0)
code/test/data/deluge/config/state/torrents.fastresume.bak (+0 -0)
code/test/data/deluge/config/state/torrents.state.bak (+0 -0)
📝 code/test/data/deluge/config/web.conf (+0 -565)

...and 24 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/11 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 11/23/2024 **Status:** ✅ Merged **Merged:** 11/23/2024 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `fix_empty_torrents` --- ### 📝 Commits (5) - [`efecd37`](https://github.com/Cleanuparr/Cleanuparr/commit/efecd3713494b97aa2de5c6eba932e291507d0e4) fixed unwanted deletion of torrents in downloading metadata state - [`6cba974`](https://github.com/Cleanuparr/Cleanuparr/commit/6cba974f06053492cb573b361a3a84e58cd46003) refactored jobs code - [`61b10d5`](https://github.com/Cleanuparr/Cleanuparr/commit/61b10d51fce5844235d38bfd35cc8346b7d389ad) updated arr test data - [`7be65df`](https://github.com/Cleanuparr/Cleanuparr/commit/7be65df15acb5021452e6b2cd0ba51779238d570) updated gitignore - [`b4d1145`](https://github.com/Cleanuparr/Cleanuparr/commit/b4d1145b98004a75ff9de99dc6e1b73666446ad1) updated test configuration and removed dispensable files ### 📊 Changes **44 files changed** (+208 additions, -1401 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -1) 📝 `code/Domain/Models/Deluge/Response/DelugeContents.cs` (+1 -1) 📝 `code/Executable/DependencyInjection/QuartzDI.cs` (+8 -8) 📝 `code/Executable/DependencyInjection/ServicesDI.cs` (+0 -2) ➖ `code/Executable/Jobs/ContentBlockerJob.cs` (+0 -32) ➕ `code/Executable/Jobs/GenericJob.cs` (+31 -0) ➖ `code/Executable/Jobs/QueueCleanerJob.cs` (+0 -32) 📝 `code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs` (+6 -47) 📝 `code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs` (+2 -1) 📝 `code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs` (+4 -8) 📝 `code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs` (+2 -1) ➕ `code/Infrastructure/Verticals/Jobs/GenericHandler.cs` (+90 -0) 📝 `code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs` (+4 -70) ➖ `code/test/data/deluge/config/core.conf.bak` (+0 -97) ➖ `code/test/data/deluge/config/label.conf.bak` (+0 -50) ➖ `code/test/data/deluge/config/session.state.bak` (+0 -0) ➖ `code/test/data/deluge/config/state/torrents.fastresume` (+0 -0) ➖ `code/test/data/deluge/config/state/torrents.fastresume.bak` (+0 -0) ➖ `code/test/data/deluge/config/state/torrents.state.bak` (+0 -0) 📝 `code/test/data/deluge/config/web.conf` (+0 -565) _...and 24 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:01:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#308
No description provided.