-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Migrate to pagy completely for notes' pagination #8429
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8429 +/- ##
=======================================
Coverage 81.87% 81.87%
=======================================
Files 101 101
Lines 5899 5899
=======================================
Hits 4830 4830
Misses 1069 1069
|
Wow! Exciting here! What do you think went wrong on the tests? You might want to take a look at @Tlazypanda's PR at https://github.com/publiclab/plots2/pull/8428/files for any tips, as it was able to complete tests. Thank you! |
2d46f8f
to
35e13bd
Compare
@jywarren done 🎉 , tests are passing now. Thanks. |
Awesome! Great work!!!! |
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.
Nicely done!!!
* Add .deepsource.toml * Delete .deepsource.toml * migrate to pagy for notes Co-authored-by: DeepSource Bot <bot@deepsource.io>
* Add .deepsource.toml * Delete .deepsource.toml * migrate to pagy for notes Co-authored-by: DeepSource Bot <bot@deepsource.io>
* Add .deepsource.toml * Delete .deepsource.toml * migrate to pagy for notes Co-authored-by: DeepSource Bot <bot@deepsource.io>
* Add .deepsource.toml * Delete .deepsource.toml * migrate to pagy for notes Co-authored-by: DeepSource Bot <bot@deepsource.io>
* Add .deepsource.toml * Delete .deepsource.toml * migrate to pagy for notes Co-authored-by: DeepSource Bot <bot@deepsource.io>
* Add .deepsource.toml * Delete .deepsource.toml * migrate to pagy for notes Co-authored-by: DeepSource Bot <bot@deepsource.io>
* Add .deepsource.toml * Delete .deepsource.toml * migrate to pagy for notes Co-authored-by: DeepSource Bot <bot@deepsource.io>
* Add .deepsource.toml * Delete .deepsource.toml * migrate to pagy for notes Co-authored-by: DeepSource Bot <bot@deepsource.io>
In progress to #8426
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowThis fully migrates notes to pagination with pagy along with #8326 .
Depends on #8428 , so that application_controller includes pagy as backend.
Reference :https://ddnexus.github.io/pagy/migration-guide
If tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!