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

feat: add providers metadata to items endpoint #879

Merged
merged 2 commits into from Oct 18, 2023

Conversation

bjgiraudon
Copy link
Collaborator

Description

This PR adds STAC providers metadata in /collections/{collection_id}/items and /collections/{collection_id}/items/{item_id} endpoints, fixing #849
It was previously implemented in collections, by PR #835

@bjgiraudon bjgiraudon self-assigned this Oct 12, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 12, 2023

Test Results

       4 files  +    1         4 suites  +1   5m 36s ⏱️ + 3m 0s
   431 tests ±    0     428 ✔️ +    1    3 💤 ±  0  0  - 1 
1 724 runs  +862  1 648 ✔️ +793  76 💤 +70  0  - 1 

Results for commit aac7656. ± Comparison against base commit 93e61ca.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 12, 2023

Code Coverage (Ubuntu)

File Coverage
All files 82%

Minimum allowed coverage is 70%

Generated by 🐒 cobertura-action against aac7656

@github-actions
Copy link
Contributor

github-actions bot commented Oct 12, 2023

Code Coverage (Windows)

File Coverage
All files 76%

Minimum allowed coverage is 70%

Generated by 🐒 cobertura-action against aac7656

@sbrunato sbrunato linked an issue Oct 12, 2023 that may be closed by this pull request
Copy link
Collaborator

@sbrunato sbrunato left a comment

Choose a reason for hiding this comment

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

please move providers to properties and set its value as a list instead of a dict

@sbrunato sbrunato merged commit 7f520bc into develop Oct 18, 2023
12 checks passed
@sbrunato sbrunato deleted the 849-items-provider-metadata branch October 18, 2023 07:30
@sbrunato sbrunato added this to the 2.11.0 milestone Nov 21, 2023
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.

provider in item metadata
2 participants