-
Notifications
You must be signed in to change notification settings - Fork 7
feat: retrieve tenant from collection for items and ingest endpoints #573
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
Open
botanical
wants to merge
28
commits into
develop
Choose a base branch
from
mt-uma/pep-items
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4760fe4
fix: wip retrieve tenant from collection
botanical 583c1d2
fix: break up function, fix linting errors
botanical c62415b
fix: add some tests
botanical fad4908
fix: update tests to use item from conftest
botanical 62e052b
fix: move resolver outside of lifespan
botanical 793e74b
fix: update resource extractors to check for tenant strings:
botanical fb8dd98
feat: wip extend to ingest api
botanical 59626e6
Merge branch 'develop' into mt-uma/pep-items
botanical ec9a8eb
Merge branch 'mt-uma/pep-items' of https://github.com/NASA-IMPACT/ved…
botanical ea3a243
fix: linting and set tenant resolver always
botanical 2f862dc
fix: fix template response
botanical 3367a16
Merge branch 'develop' into mt-uma/pep-items
botanical 205ae6b
fix: extend tenant lookup resolver to stac delete endpoint
botanical 45cf990
feat: extend pep to delete ingest endpoint
botanical 9ad6e67
fix: update tests
botanical 64a2a39
fix: update pep integration tests
botanical 5aeac85
fix: update readme for ingest delete endpoint description
botanical 19e5443
fix: update ingest api to include tenant filter field in lambda, upda…
botanical 7e17817
fix: formatting
botanical eaa8435
fix: add debug logging
botanical 98906eb
fix: add more logging
botanical 469c7f4
fix: try alternative collection lookup and add validation alias to co…
botanical 8391d89
fix: add logging to determine content shape
botanical 1e13f3f
fix: update log level
botanical 3e63e03
fix: update logs and remove tuple, use dict only
botanical 470e5ed
fix: linting
botanical 4281ed0
fix: simplify logging
botanical 60b529e
fix: remove unused method param, consolidate items and bulk items pat…
botanical File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is
methodbeing used?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😯 good call out! Let me remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
60b529e