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: cocoindex-io/cocoindex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aea63d7
Choose a base ref
...
head repository: cocoindex-io/cocoindex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af7e518
Choose a head ref
  • 12 commits
  • 43 files changed
  • 2 contributors

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    99b0fb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f53da View commit details
    Browse the repository at this point in the history
  3. build: switch to abi3 build to make build faster and reduce size (#945)

    * build: switch to abi3 build to make build faster and reduce size
    
    * build: `release` need to happen after `test-abi3`
    
    * fix: allow test install download from pypi
    
    * fix: `release-doc` only triggered for tags
    
    * docs: update comments
    georgeh0 authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    88089e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99eddad View commit details
    Browse the repository at this point in the history
  5. feat: allow including values in source's list() calls and migrate p…

    …ostgres source (#948)
    
    * feat: allow to include values in source's `list()` calls
    
    * feat: postgres source directly return values in `list()`
    
    * perf: tune the condition about when to list with values
    georgeh0 authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    52f9e71 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. refactor: align target multi-part primary key representation with sou…

    …rce (#949)
    
    * refactor: s/`KeyValue`/`KeyPart`/, s/`FullKeyValue`/`KeyValue`/
    
    * refactor: align target multi-part primary key representation with source
    georgeh0 authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    d2a8101 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Configuration menu
    Copy the full SHA
    aa24f2c View commit details
    Browse the repository at this point in the history
  2. build: adjust platforms for release and CI, add Windows for CI (#950)

    * build: adjust platforms for release and CI
    
    * fix: adjust workflow
    
    * fix: use `.` instead of `source` for windows compatibility
    
    * fix: another try to make test work on Windows
    
    * refactor: avoid duplicating workflow step
    
    * fix: explicitly shutdown process pool at exit
    
    * fix: register `atexit` for process pools later so it's executed earlier
    
    * fix: add `wait = True` on shutdown `ProcessPoolExecutor`
    
    * fix: avoid unncessary holding of `ProcessPoolExecutor` to allow its GC
    
    * debug: show more messages for debug
    
    * fix: register shutting down process pool for early execution
    
    * Revert "fix: register shutting down process pool for early execution"
    
    This reverts commit 4c716e5.
    
    * fix: explicitly shutdown in pytest fixture
    
    * fix: try to avoid wait on process pool shutdown
    
    * fix: ignore `SIGINT` during shutting down the pool
    
    * fix: directly exit with 0 after tests in Windows
    
    * debug: flush stdout errors, make test run faster
    
    * debug: switch shell in Windows to cmd
    
    * cleanup after pass
    georgeh0 authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    1bdcaab View commit details
    Browse the repository at this point in the history
  3. feat(postgres): add preliminary support for change notification (#952)

    * feat: add spec field for postgres source notification
    
    * feat(postgres): add preliminary support for change notification
    georgeh0 authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    d320f23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afb18a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f2c545 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af7e518 View commit details
    Browse the repository at this point in the history
Loading