-
Notifications
You must be signed in to change notification settings - Fork 110
Patch endpoints #744
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
Merged
Merged
Patch endpoints #744
Changes from 21 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
0cddff7
Adding patch endpoints.
rhysrevans3 14d18f9
Merge branch 'main' of github.com:stac-utils/stac-fastapi into patch_…
rhysrevans3 0c5de64
Adding annotated from main.
rhysrevans3 bf2ddbb
Fixing and adding tests.
rhysrevans3 632d5a5
Updating changelog.
rhysrevans3 5f2b4fa
Fixing ruff errors.
rhysrevans3 010e2cb
Ruff format.
rhysrevans3 0ccded0
Switching to List for python 3.8.
rhysrevans3 1b46754
Updating docs make file.
rhysrevans3 79c769c
Switching from Item/Collection to Dict to allow partial updates.
rhysrevans3 68a65a0
Ruff format fix.
rhysrevans3 88b40d4
Fixing broken tests.
rhysrevans3 b7bcbd5
Adding missing asyncs for patchs.
rhysrevans3 cfc31c6
Moving request to kwargs for patch item and collection.
rhysrevans3 81dbcad
Switching to TypedDict.
rhysrevans3 f053f07
Merge branch 'main' of github.com:stac-utils/stac-fastapi into patch_…
rhysrevans3 bce099c
Adding hearder parameter to the input models.
rhysrevans3 336df70
Removing print statement.
rhysrevans3 36b7167
Removing basemodel from patch types.
rhysrevans3 0ecf3e5
Fixing imports.
rhysrevans3 47a0b48
Moving models to correct locations.
rhysrevans3 13a2377
Switching from attrs to basemodel for patch operations.
rhysrevans3 7e59d13
Switching to stac.PartialItem etc.
rhysrevans3 9d011eb
Updating PatchMoveCopy model.
rhysrevans3 ae6bb94
Merge branch 'main' of github.com:stac-utils/stac-fastapi into patch_…
rhysrevans3 e325cb2
Updating type for 3.8.
rhysrevans3 fefd493
Switching to StacBaseModels for patch operations.
rhysrevans3 7611903
Merge branch 'main' of github.com:stac-utils/stac-fastapi into patch_…
rhysrevans3 5319c3b
pre-commits.
rhysrevans3 a434c25
Add json dump of operation value.
rhysrevans3 8863923
remove computed field decorator.
rhysrevans3 25ff3e1
Adding default "not implemented" for JSON Patch.
rhysrevans3 3d49658
pre-commit.
rhysrevans3 0254336
Add default raise not implement to collection JSON Patch.
rhysrevans3 1198000
removing json merge and patch.
rhysrevans3 3bdfcc7
content_type None default.
rhysrevans3 0ddd072
Fixing test.
rhysrevans3 4238ae9
back to PartialItem & PatchOperation
rhysrevans3 41aba4d
using openapi_extra for Content-Type.
rhysrevans3 46f4edf
PartialCollection not PartialItem.
rhysrevans3 c1003d4
Adding merge to operations.
rhysrevans3 53bfe47
Adding example code for patch.
rhysrevans3 2ce9e54
Adding default None to partials.
rhysrevans3 178ea59
patch not update for backend.
rhysrevans3 be4962f
patch_collection not patch_item.
rhysrevans3 4189df8
Add tests for merge to operations.
rhysrevans3 7f9ff4b
Switch to model_json_schema for patch schema.
rhysrevans3 ea8ef04
Merge branch 'main' of github.com:stac-utils/stac-fastapi into patch_…
rhysrevans3 bd4083f
update from main
vincentsarago 6c0f183
update changelog
vincentsarago cb10173
update changelog
vincentsarago 057c53c
Removing numberMatched & numberReturned.
rhysrevans3 6f3a213
fix openapi schemas
vincentsarago 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
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.
Uh oh!
There was an error while loading. Please reload this page.