-
Notifications
You must be signed in to change notification settings - Fork 44
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
Do not enforce minimum value of page_number
at model level
#1369
Conversation
aa3f0b3
to
38d8b58
Compare
Codecov Report
@@ Coverage Diff @@
## master #1369 +/- ##
==========================================
+ Coverage 91.45% 91.59% +0.14%
==========================================
Files 72 72
Lines 4366 4369 +3
==========================================
+ Hits 3993 4002 +9
+ Misses 373 367 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
fccf4e2
to
da90d4a
Compare
- This is to avoid spurious constraints being added to the OpenAPI schema - Validate page number dynamically for database queries - Add test for `page_number` validation
da90d4a
to
4ece278
Compare
4ece278
to
a210441
Compare
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.
LGTM
(see discussion at Materials-Consortia/schemas#8)
Closes #1372