-
Notifications
You must be signed in to change notification settings - Fork 399
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
refactor: move API handlers folder structure #4955
refactor: move API handlers folder structure #4955
Conversation
…for all argilla-server files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only comment here is to remove changes to the argilla
project. By fixing it to server version ~=1.29.0, all this change won't affect it.
…or/api-schemas-structure-improvements
…tor/api-handlers-structure-improvements
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## refactor/api-folder-structure-improvements #4955 +/- ##
==============================================================================
- Coverage 91.39% 91.38% -0.01%
==============================================================================
Files 136 136
Lines 5831 5829 -2
==============================================================================
- Hits 5329 5327 -2
Misses 502 502
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…or/api-schemas-structure-improvements
…tor/api-handlers-structure-improvements
…or/api-handlers-structure-improvements
82b6811
into
refactor/api-folder-structure-improvements
Description
This PR include changes moving API handlers to follow this structure:
The behavior has not been changed.
Refs #4868
Type of change
(Please delete options that are not relevant. Remember to title the PR according to the type of change)
How Has This Been Tested
(Please describe the tests that you ran to verify your changes. And ideally, reference
tests
)Checklist