Skip to content

801 adding filtering and sorting options to listing user profiles endpoint #805

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

Conversation

mario-nt
Copy link
Contributor

Resolves #801

Copy link

codecov bot commented Feb 18, 2025

Codecov Report

Attention: Patch coverage is 0.70922% with 140 lines in your changes missing coverage. Please review.

Project coverage is 47.81%. Comparing base (f2c6118) to head (55bbace).
Report is 16 commits behind head on develop.

Files with missing lines Patch % Lines
src/services/user.rs 0.00% 43 Missing ⚠️
src/databases/mysql.rs 0.00% 35 Missing ⚠️
src/databases/sqlite.rs 0.00% 35 Missing ⚠️
src/databases/database.rs 0.00% 21 Missing ⚠️
src/web/api/server/v1/contexts/user/handlers.rs 0.00% 5 Missing ⚠️
src/errors.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #805      +/-   ##
===========================================
- Coverage    48.46%   47.81%   -0.66%     
===========================================
  Files          111      111              
  Lines         8425     8540     +115     
  Branches      8425     8540     +115     
===========================================
  Hits          4083     4083              
- Misses        4204     4319     +115     
  Partials       138      138              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mario-nt mario-nt force-pushed the 801-adding-filtering-and-sorting-options-to-listing-user-profiles-endpoint branch from 6a050c9 to 5762a5a Compare March 11, 2025 10:53
@mario-nt mario-nt force-pushed the 801-adding-filtering-and-sorting-options-to-listing-user-profiles-endpoint branch from 5762a5a to 86ed018 Compare March 11, 2025 13:41
@josecelano josecelano added the Needs Rebase Base Branch has Incompatibilities label Mar 20, 2025
@mario-nt mario-nt force-pushed the 801-adding-filtering-and-sorting-options-to-listing-user-profiles-endpoint branch from 122c2e5 to 55bbace Compare March 20, 2025 16:09
@mario-nt mario-nt marked this pull request as ready for review March 20, 2025 17:05
@mario-nt mario-nt requested a review from josecelano March 20, 2025 17:05
@josecelano
Copy link
Member

ACK 55bbace

@josecelano josecelano merged commit 2a45dcc into torrust:develop Mar 21, 2025
15 of 17 checks passed
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
None yet
Development

Successfully merging this pull request may close these issues.

Adding filtering and sorting options to listing user profiles endpoint
2 participants