Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:stac-utils/stac-fastapi-elasticsearch-opensearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v4.0.0
Choose a base ref
Loading
...
head repository:stac-utils/stac-fastapi-elasticsearch-opensearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v4.1.0
Choose a head ref
Loading
  • 7commits
  • 26files changed
  • 3contributors

Commits on Apr 24, 2025

  1. Extending temporal search (#182)

    **Related Issue(s):**-#181**Description:**Extending temporal search include start_datetime and end_datetimeproperties**PR Checklist:**- [x] Code is formatted and linted (run `pre-commit run --all-files`)- [x] Tests pass (run `make test`)- [x] Documentation has been updated to reflect changes, if applicable- [x] Changes are added to the changelog---------Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
    @rhysrevans3@jonhealy1
    rhysrevans3 andjonhealy1 authoredApr 24, 2025
    Configuration menu
    Copy the full SHA
    22c10f7View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Updating mapping to double for long (#326)

    **Related Issue(s):**-#320**Description:**Convert dynamic mapping from ```{"numerics": {"match_mapping_type": "long", "mapping": {"type": "float"}}},``````{"numerics": {"match_mapping_type": "long", "mapping": {"type": "double"}}},```**PR Checklist:**- [x] Code is formatted and linted (run `pre-commit run --all-files`)- [x] Tests pass (run `make test`)- [x] Documentation has been updated to reflect changes, if applicable- [x] Changes are added to the changelog---------Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
    @johnmichaelmurner@jonhealy1
    johnmichaelmurner andjonhealy1 authoredApr 25, 2025
    Configuration menu
    Copy the full SHA
    64d646fView commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Update item method fix (#366)

    **Related Issue(s):**-#75 **Description:**- Changed item update operation to use Elasticsearch index API insteadof delete and create for better efficiency and atomicity.**PR Checklist:**- [x] Code is formatted and linted (run `pre-commit run --all-files`)- [x] Tests pass (run `make test`)- [x] Documentation has been updated to reflect changes, if applicable- [x] Changes are added to the changelog
    @jonhealy1
    jonhealy1 authoredMay 5, 2025
    Configuration menu
    Copy the full SHA
    6fe0de1View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Add test coverage to makefile (#367)

    **Related Issue(s):**-#87 **Description:**- Added code coverage reporting to the test suite using pytest-cov.**PR Checklist:**- [x] Code is formatted and linted (run `pre-commit run --all-files`)- [x] Tests pass (run `make test`)- [x] Documentation has been updated to reflect changes, if applicable- [x] Changes are added to the changelog
    @jonhealy1
    jonhealy1 authoredMay 6, 2025
    Configuration menu
    Copy the full SHA
    70a18f5View commit details
    Browse the repository at this point in the history
  2. Enable choice of raising bulk insert errors, logging (#364)

    **Related Issue(s):**-#346 **Description:**- Added logging to bulk insertion methods to provide detailed feedbackon errors encountered during operations.- Introduced the `RAISE_ON_BULK_ERROR` environment variable to controlwhether bulk insertion methods raise exceptions on errors (`true`) orlog warnings and continue processing (`false`).**PR Checklist:**- [x] Code is formatted and linted (run `pre-commit run --all-files`)- [x] Tests pass (run `make test`)- [x] Documentation has been updated to reflect changes, if applicable- [x] Changes are added to the changelog
    @jonhealy1
    jonhealy1 authoredMay 6, 2025
    Configuration menu
    Copy the full SHA
    b4f0227View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Ensure consistent validation (#368)

    **Related Issue(s):**-#332 **Description:**- Bulk insertion via `BulkTransactionsClient` now strictly validates allSTAC Items using the Pydantic model before insertion. Any invalid itemwill immediately raise a `ValidationError`, ensuring consistentvalidation with single-item inserts and preventing invalid STAC Itemsfrom being stored. This validation is enforced regardless of the`RAISE_ON_BULK_ERROR` setting.- Refactored `create_item` and `update_item` methods to share unifiedlogic, ensuring consistent conflict detection, validation, and databaseoperations.**PR Checklist:**- [x] Code is formatted and linted (run `pre-commit run --all-files`)- [x] Tests pass (run `make test`)- [x] Documentation has been updated to reflect changes, if applicable- [x] Changes are added to the changelog
    @jonhealy1
    jonhealy1 authoredMay 7, 2025
    Configuration menu
    Copy the full SHA
    b8d6c38View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Bump version to 4.1.0 across all files and update changelog (#365)

    **Related Issue(s):**- None**Description:**- v4.1.0 release**PR Checklist:**- [x] Code is formatted and linted (run `pre-commit run --all-files`)- [x] Tests pass (run `make test`)- [x] Documentation has been updated to reflect changes, if applicable- [x] Changes are added to the changelog
    @jonhealy1
    jonhealy1 authoredMay 9, 2025
    Configuration menu
    Copy the full SHA
    b8c83b4View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp