Skip to content
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 server-side API sorting #766

Merged
merged 1 commit into from
Jan 23, 2023
Merged

Fix server-side API sorting #766

merged 1 commit into from
Jan 23, 2023

Conversation

munrojm
Copy link
Member

@munrojm munrojm commented Jan 23, 2023

Ensures the sorting stage in the query pipeline is properly ordered with the unique key last.

@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Base: 88.32% // Head: 88.34% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (4c4995a) compared to base (cbbe72e).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #766      +/-   ##
==========================================
+ Coverage   88.32%   88.34%   +0.01%     
==========================================
  Files          41       41              
  Lines        3179     3182       +3     
==========================================
+ Hits         2808     2811       +3     
  Misses        371      371              
Impacted Files Coverage Δ
src/maggma/api/resource/post_resource.py 90.14% <100.00%> (+0.14%) ⬆️
src/maggma/api/resource/read_resource.py 86.44% <100.00%> (+0.11%) ⬆️
src/maggma/api/resource/submission.py 82.22% <100.00%> (+0.13%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@munrojm munrojm merged commit 4d8dff8 into main Jan 23, 2023
@munrojm munrojm deleted the bugfix/api_sorting branch February 17, 2023 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant