Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#445 mandatory user id extractor #447

Merged

Conversation

mario-nt
Copy link
Contributor

Resolves #445

@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (9c4b5f0) 41.35% compared to head (3bca16a) 41.30%.

Files Patch % Lines
src/web/api/v1/contexts/torrent/handlers.rs 33.33% 2 Missing ⚠️
src/web/api/v1/extractors/user_id.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #447      +/-   ##
===========================================
- Coverage    41.35%   41.30%   -0.06%     
===========================================
  Files           80       81       +1     
  Lines         4996     4983      -13     
===========================================
- Hits          2066     2058       -8     
+ Misses        2930     2925       -5     

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

@josecelano
Copy link
Member

Copy link
Member

@josecelano josecelano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mario-nt It looks good to me, but the testing workflow is failing. And make sure it works with the Index GUI.

@josecelano josecelano added the Needs Rebase Base Branch has Incompatibilities label Jan 31, 2024
@josecelano josecelano self-assigned this Jan 31, 2024
@josecelano josecelano modified the milestones: V3.2.0, v3.0.0 Jan 31, 2024
@mario-nt mario-nt force-pushed the #445-mandatory-user-id-extractor branch from 3bca16a to 689291d Compare February 5, 2024 20:43
@mario-nt mario-nt force-pushed the #445-mandatory-user-id-extractor branch from 689291d to 84e9d56 Compare February 5, 2024 20:54
@josecelano
Copy link
Member

The Coverage workflow is failing because of this: #456

@mario-nt
Copy link
Contributor Author

mario-nt commented Feb 6, 2024

@josecelano Rebased

@josecelano
Copy link
Member

ACK 59b1cce

@josecelano josecelano self-requested a review February 7, 2024 08:09
@josecelano josecelano merged commit a14004e into torrust:develop Feb 7, 2024
8 of 11 checks passed
josecelano added a commit that referenced this pull request Feb 20, 2024
21f533f refactor: [#445] fix formatting warning (Mario)
61388de fix: [#445] refactor handlers with new user id extractor (Mario)

Pull request description:

  Fixes #447, some changes to the code were lost in a merge, this PR restores those changes.

ACKs for top commit:
  josecelano:
    ACK 21f533f

Tree-SHA512: ae2cd790d6f9d1d92d91ef3e052d21314b773b32a77ad1f8373add804661bf83b7dc55a9535dc74bd73bc33b41b9d808154bc9dddcfc9f88c00ff679f4b86467
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Rebase Base Branch has Incompatibilities
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

User ID extractor for handlers that require an user id
3 participants