Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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 or learn 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.2.0
Choose a base ref
...
head repository: stac-utils/stac-fastapi-elasticsearch-opensearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0a0
Choose a head ref
  • 9 commits
  • 68 files changed
  • 3 contributors

Commits on May 17, 2025

  1. Add sponsors section to readme (#378)

    **Related Issue(s):**
    
    - None
    
    **Description:**
    
    - Adding supporting organizations logos (links) might encourage other
    organizations who use this software to get involved. Please add your
    organizations logo if they have contributed to the development of sfeos.
    
    **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 authored May 17, 2025
    Configuration menu
    Copy the full SHA
    443e758 View commit details
    Browse the repository at this point in the history
  2. Update hh logo (#379)

    **Related Issue(s):**
    
    - #
    
    **Description:**
    
    
    **PR Checklist:**
    
    - [ ] Code is formatted and linted (run `pre-commit run --all-files`)
    - [ ] Tests pass (run `make test`)
    - [ ] Documentation has been updated to reflect changes, if applicable
    - [ ] Changes are added to the changelog
    jonhealy1 authored May 17, 2025
    Configuration menu
    Copy the full SHA
    58a944a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Add atomic maps supporter (#380)

    **Related Issue(s):**
    
    - #
    
    **Description:**
    
    
    **PR Checklist:**
    
    - [ ] Code is formatted and linted (run `pre-commit run --all-files`)
    - [ ] Tests pass (run `make test`)
    - [ ] Documentation has been updated to reflect changes, if applicable
    - [ ] Changes are added to the changelog
    jamesfisher-geo authored May 18, 2025
    Configuration menu
    Copy the full SHA
    e6b6f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0450eb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Readme redesign (#381)

    **Related Issue(s):**
    
    - None
    
    **Description:**
    - Improved README documentation with consistent formatting and enhanced
    sections:
      - Added sfeos logo and banner
      - Added a comprehensive Quick Start guide
      - Reorganized sections for better navigation
      - Reformatted content with bullet points for improved readability
      - Added more detailed examples for API interaction
    
    **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 authored May 22, 2025
    Configuration menu
    Copy the full SHA
    c43a5f0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Add intro to Readme (#384)

    **Related Issue(s):**
    
    - None
    
    **Description:**
    
    - Added introduction section - What is
    stac-fastapi-elasticsearch-opensearch?
    - Changed asset src to https
    - Added introduction to project
    
    **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 authored May 23, 2025
    Configuration menu
    Copy the full SHA
    b1b1135 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. docs: add VITO Remote Sensing to list of supporters (#385)

    **Related Issue(s):**
    N/A
    
    **Description:**
    Add VITO Remote Sensing to the list of supporters in the README.
    
    **PR Checklist:**
    
    - [ ] Code is formatted and linted (run `pre-commit run --all-files`)
    - [ ] Tests pass (run `make test`)
    - [ ] Documentation has been updated to reflect changes, if applicable
    - [ ] Changes are added to the changelog
    StijnCaerts authored May 27, 2025
    Configuration menu
    Copy the full SHA
    f2d4807 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Create shared sfeos helpers module (#376)

    **Related Issue(s):**
    
    - #369 
    
    **Description:**
    
    - This pr moves shared elasticsearch/ opensearch logic out of `core` and
    into the `sfeos_helpers` module.
    - Other code duplicated in es/ os `database_logic` files has been moved
    into the `sfeos_helpers` module as well.
    - The readme has been updated/ reorganized and a table of contents has
    been added.
    
    **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 authored May 29, 2025
    Configuration menu
    Copy the full SHA
    b215f1e View commit details
    Browse the repository at this point in the history
  2. update mkdocs deploy

    jonhealy1 committed May 29, 2025
    Configuration menu
    Copy the full SHA
    ec9461f View commit details
    Browse the repository at this point in the history
Loading