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

Added filtering to data_packages #123

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

dogversioning
Copy link
Contributor

This allows the results of the data package to be filter by either a query param (of name), or by explicit id field.

It also updates the test data to match the v2 format.

Copy link

github-actions bot commented Oct 7, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
673 656 97% 90% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/handlers/dashboard/get_data_packages.py 100% 🟢
TOTAL 100% 🟢

updated for commit: 3ada641 by action🐍

@@ -508,6 +513,39 @@ paths:
content: {}
security:
- api_key: []
/data_packages/{id}:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vlad-ignatov FYI - this should match your request, but now's a good time to spot check

Copy link
Contributor

@mikix mikix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

@dogversioning dogversioning merged commit 7cd824f into main Oct 7, 2024
2 checks passed
@dogversioning dogversioning deleted the mg/data_package_filtering branch October 7, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants