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

MMT-3493: Adding providers query #100

Merged
merged 2 commits into from
Mar 14, 2024
Merged

MMT-3493: Adding providers query #100

merged 2 commits into from
Mar 14, 2024

Conversation

trevorlang
Copy link
Contributor

Overview

What is the feature?

Adds a query to get all providers using the /ingest/providers endpoint for use in MMT

What is the Solution?

Adds a provider type, concept, and resolver to query the endpoint

What areas of the application does this impact?

Providers query

Testing

Reproduction steps

  • Environment for testing: ANY
  • Collection to test with: N/A
  1. Query for providers
  2. Confirm the count and items are returned as expected

Checklist

  • I have added automated tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1b9c482) to head (d91fd1a).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #100   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           77        81    +4     
  Lines         1690      1747   +57     
  Branches       219       219           
=========================================
+ Hits          1690      1747   +57     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@trevorlang trevorlang merged commit c458c25 into main Mar 14, 2024
8 checks passed
@trevorlang trevorlang deleted the MMT-3493 branch March 14, 2024 14:36
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.

4 participants