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/pgstac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.2
Choose a base ref
...
head repository: stac-utils/pgstac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.3
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on May 16, 2022

  1. Avoid updating partitions table when unnecessary (#114)

    * Avoid updating partitions table when unnecessary
    
    This commit refactors the loader code to avoid unnecessary
    partition updates. Partition updates should be avoided
    when unnecessary as they can have a large performance impact
    for partitions containing many items.
    
    * Update CHANGELOG
    lossyrob authored May 16, 2022
    Configuration menu
    Copy the full SHA
    465f62a View commit details
    Browse the repository at this point in the history
  2. Fix database hydration (#115)

    * Add test showing invalid item from load
    
    * Use content_hydrate instead of merge_jsonb
    
    The problem is in the ordering of arguments
    to content_hydrate; this shows true failures across
    other hydrate tests
    
    * Fix argument ordering in content_hydrate
    
    * Update version to 0.6.3
    
    * Update CHANGELOG
    lossyrob authored May 16, 2022
    Configuration menu
    Copy the full SHA
    78e7ad0 View commit details
    Browse the repository at this point in the history
Loading