-
Notifications
You must be signed in to change notification settings - Fork 112
Adding Collection Search Extension #681
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
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
adf4cc6
Added collection search extension
tjellicoe-tpzuk e01a758
Merge pull request #1 from UKEODHP/feature/EODHP-219-add-collection-s…
tjellicoe-tpzuk 16e2443
Corrected collection search response class
tjellicoe-tpzuk 948ce1e
Updating collection search response model
tjellicoe-tpzuk 6a12507
Updating response model for collection search
tjellicoe-tpzuk cb30fbb
Updating response model for collection search
tjellicoe-tpzuk 7c4c11f
Merge pull request #2 from UKEODHP/bugfix/json-response-type-error-co…
tjellicoe-tpzuk 5072729
Add catalogs to stac fastapi and updated to maintain root link for co…
tjellicoe-tpzuk 4c0694f
Added catalogs to stac fastapi
tjellicoe-tpzuk 8b63cd1
Moving collection-search to a core extension
tjellicoe-tpzuk 8efbe92
Adding discovery-level search for catalogue search
tjellicoe-tpzuk a27a7a4
Adding discovery-search extension
tjellicoe-tpzuk 569eb0c
Adding free-text search to collection-search
tjellicoe-tpzuk 441a252
Adding free-text search to collection-search
tjellicoe-tpzuk a84d63f
Updates to support catalog search )discovery-level) via free-text
tjellicoe-tpzuk 5dab508
Added converter for datetime and updated cataloguri definition
tjellicoe-tpzuk a22d035
Added support for catalogues and reformatting code
tjellicoe-tpzuk 31fbeeb
Code reformatting
tjellicoe-tpzuk d2b2863
Corrected catalogs endpoint spelling
tjellicoe-tpzuk 61118e4
Corrected class name
tjellicoe-tpzuk d8700c8
Corrected link handling
tjellicoe-tpzuk 43005fd
Removed old link comment
tjellicoe-tpzuk c59c3e3
Merge pull request #3 from UKEODHP/feature/EODHP-27-resource-catalogu…
tjellicoe-tpzuk bcd5c72
Corrected endpoint path for create collection
tjellicoe-tpzuk 33d3431
Merge pull request #4 from UKEODHP/bugfix/EODHP-27-correct-create-col…
tjellicoe-tpzuk 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Api middleware.""" | ||
|
||
import re | ||
import typing | ||
from http.client import HTTP_PORT, HTTPS_PORT | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"""Library version.""" | ||
|
||
__version__ = "2.5.2" |
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.
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.
😬 maybe this change wasn't made on purpose?