-
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
Fix incorrect meta->data_returned
for paginated results with MongoDB
#1141
Conversation
2382194
to
b38dab7
Compare
Codecov Report
@@ Coverage Diff @@
## master #1141 +/- ##
=======================================
Coverage 92.38% 92.38%
=======================================
Files 68 68
Lines 3888 3889 +1
=======================================
+ Hits 3592 3593 +1
Misses 296 296
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
df277b8
to
49342aa
Compare
49342aa
to
675486a
Compare
Had to add a few tricks to get the |
576ebbf
to
b38dab7
Compare
The remaining changes now are pretty trivial (and already reviewed once by @JPBergsma) so I will self-merge when tests pass. |
Annoyingly all the tests are failing due to an under-pinned dependency in |
AiiDA pins to |
acedc56
to
32ccf00
Compare
32ccf00
to
5b62eda
Compare
Closes #1140.