Skip to content

Overhaul core Tracker: move authentication to http-tracker-core and udp-tracker-core#1277

Merged
josecelano merged 7 commits intotorrust:developfrom
josecelano:1275-overhaul-core-tracker-move-authentication-to-http-tracker-core-and-udp-tracker-core
Feb 18, 2025
Merged

Overhaul core Tracker: move authentication to http-tracker-core and udp-tracker-core#1277
josecelano merged 7 commits intotorrust:developfrom
josecelano:1275-overhaul-core-tracker-move-authentication-to-http-tracker-core-and-udp-tracker-core

Conversation

@josecelano
Copy link
Copy Markdown
Member

@josecelano josecelano commented Feb 17, 2025

Overhaul core Tracker: move authentication to http-tracker-core and udp-tracker-core.

HTTP Tracker:

  • Announce
  • Scrape

UDP Tracker:

  • Announce
  • Scrape

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 17, 2025

Codecov Report

Attention: Patch coverage is 90.23438% with 25 lines in your changes missing coverage. Please review.

Project coverage is 81.25%. Comparing base (467d50a) to head (fdc2543).
Report is 8 commits behind head on develop.

Files with missing lines Patch % Lines
src/packages/udp_tracker_core/services/scrape.rs 40.00% 11 Missing and 1 partial ⚠️
src/packages/udp_tracker_core/services/announce.rs 71.42% 6 Missing ⚠️
src/servers/udp/error.rs 50.00% 5 Missing ⚠️
src/servers/http/v1/handlers/common/auth.rs 50.00% 1 Missing ⚠️
src/servers/udp/handlers/scrape.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1277      +/-   ##
===========================================
+ Coverage    81.11%   81.25%   +0.14%     
===========================================
  Files          212      214       +2     
  Lines        15015    15242     +227     
  Branches     15015    15242     +227     
===========================================
+ Hits         12179    12385     +206     
- Misses        2636     2657      +21     
  Partials       200      200              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@josecelano
Copy link
Copy Markdown
Member Author

ACK fdc2543

@josecelano josecelano marked this pull request as ready for review February 18, 2025 10:08
@josecelano josecelano merged commit 246c57c into torrust:develop Feb 18, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Code Cleanup / Refactoring Tidying and Making Neat

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Overhaul core Tracker: move authentication to http-tracker-core and udp-tracker-core

1 participant