-
Notifications
You must be signed in to change notification settings - Fork 45
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
Editoast pagination overhaul for ModelV2 list #7397
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7397 +/- ##
=============================================
+ Coverage 29.39% 87.49% +58.09%
=============================================
Files 1173 31 -1142
Lines 145280 1535 -143745
Branches 2828 0 -2828
=============================================
- Hits 42707 1343 -41364
+ Misses 100907 192 -100715
+ Partials 1666 0 -1666
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks for making this move forward. There is a lot of panicking code in this PR and I believe we should remove some of it.
92b47a0
to
889430b
Compare
3535503
to
634c77c
Compare
634c77c
to
7197656
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.
Thanks for the correction. Seems good, only made a minor comment, but not sure of it, and also not a blocker for merging. Feel free to Resolve and merge if you disagree .
9028831
to
e79f9a1
Compare
e79f9a1
to
6c9edd0
Compare
Part of #7135
Tip
Better review commit by commit
The old pagination mechanism will be deprecated once all endpoints using it have been be updated.