Skip to content

cleanup: Remove FearNoPeer#1365

Open
wastaken7 wants to merge 1 commit into
masterfrom
cleanup-remove-fnp
Open

cleanup: Remove FearNoPeer#1365
wastaken7 wants to merge 1 commit into
masterfrom
cleanup-remove-fnp

Conversation

@wastaken7
Copy link
Copy Markdown
Collaborator

@wastaken7 wastaken7 commented May 11, 2026

Summary by CodeRabbit

  • Chores
    • Removed FearNoPeer (FNP) tracker support from the application, including configuration templates, tracker integrations, and UI mappings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2e751c40-31ef-4fab-87e4-df1c9033114d

📥 Commits

Reviewing files that changed from the base of the PR and between f553c35 and 6698435.

📒 Files selected for processing (6)
  • README.md
  • data/example-config.py
  • src/torrent_clients/qbittorrent.py
  • src/trackers/FNP.py
  • src/trackersetup.py
  • web_ui/static/js/config_app.js
💤 Files with no reviewable changes (2)
  • src/trackers/FNP.py
  • src/torrent_clients/qbittorrent.py

📝 Walkthrough

Walkthrough

This PR removes FearNoPeer (FNP) tracker support by deleting the implementation, stripping references from configuration examples, tracker setup logic, URL pattern matching, and UI display mappings across the codebase.

Changes

FearNoPeer Tracker Removal

Layer / File(s) Summary
Documentation & Configuration
README.md, data/example-config.py
FNP entry removed from the supported sites table and example tracker configuration.
Tracker Implementation
src/trackers/FNP.py
FNP tracker class file deleted entirely.
Setup & Registration
src/trackersetup.py
FNP import removed; 'FNP' entry deleted from tracker_class_map and api_trackers set.
URL Pattern Matching
src/torrent_clients/qbittorrent.py
fnp tracker URL pattern mapping removed from match_tracker_url function.
UI Display Name Mapping
web_ui/static/js/config_app.js
'FNP': 'FearNoPeer' entry removed from trackerNameMap; whitespace adjustments in unrelated UI sections.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 A tracker once was, but now is not—
FNP's memory fades to naught.
Removed from configs, maps, and code,
A farewell down the rabbit's road! 🚀

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title directly matches the primary change: removing FearNoPeer support from the codebase across all relevant files and configurations.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cleanup-remove-fnp

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

Thanks for taking the time to contribute to this project. Upload Assistant is currently in a complete rewrite, and no new development is being conducted on this python source at this time.

If you have come this far, please feel free to leave open, any pull requests regarding new sites being added to the source, as these can serve as the baseline for later conversion.

If your pull request relates to a critical bug, this will be addressed in this code base, and a new release published as needed.

If your pull request only addresses a quite minor bug, it is not likely to be addressed in this code base.

Details for the new code base will follow at a later date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant