Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f5b2c56
chore: sync tree-sitter dependency bumps from upstream (#61)
Copilot Mar 12, 2026
06a9716
⚡ optimize postgres bulk deletions using IN clauses (#80)
bashandbone Mar 13, 2026
f0df8a4
🧹 Fix unused import: IsRetryable (#76)
bashandbone Mar 13, 2026
01338c2
🧪 Add test for `RefList::headn` in `immutable.rs` (#74)
bashandbone Mar 13, 2026
aed8477
🧪 test: add unit tests for sanitize_identifier in db.rs (#71)
bashandbone Mar 13, 2026
2dbba8b
🧪 Add unit tests for KeyPart::to_strs conversion (#66)
bashandbone Mar 13, 2026
647bb24
🧪 Add test for `Fingerprint::to_base64` (#63)
bashandbone Mar 13, 2026
f7e7ec2
🧪 test: add tests for bytes_to_string in bytes_decode.rs (#64)
bashandbone Mar 13, 2026
cdc2ad2
🧪 [testing improvement] Add test for RefList::tailn in immutable.rs (…
bashandbone Mar 13, 2026
30fb94d
⚡ Optimize component upsert to execute asynchronously using try_join_…
bashandbone Mar 13, 2026
db12ffa
⚡ perf: concurrent Qdrant target setup async I/O (#78)
bashandbone Mar 13, 2026
934e735
🧪 [testing improvement] Add test for RefList::prepend in immutable.rs…
bashandbone Mar 13, 2026
78a623a
🧪 Add test for RangeValue::len in value.rs (#69)
bashandbone Mar 13, 2026
33ad529
⚡ Performance Improvement: Concurrent async I/O in component setup (#75)
bashandbone Mar 13, 2026
81d924a
🧪 Add unit tests for `strip_zero_code` in `str_sanitize.rs` (#65)
bashandbone Mar 13, 2026
5e30c36
🧪 Add test for `RangeValue::extract_str` (#72)
bashandbone Mar 13, 2026
4024bac
⚡ Optimize apply_change with try_join_all in Postgres Target (#68)
bashandbone Mar 13, 2026
074eb3e
🔒 Fix path traversal vulnerability in local_file source (#77)
bashandbone Mar 13, 2026
7d7e67a
test: harden `RangeValue::extract_str` test with derived indices and …
Copilot Mar 13, 2026
5ced1ac
perf: bounded concurrency for component setup I/O operations (#84)
Copilot Mar 13, 2026
d126350
ci(deps): bump dorny/paths-filter from 3 to 4 (#86)
dependabot[bot] Mar 13, 2026
3a58308
docs(readme): Fix broken links
bashandbone Mar 13, 2026
30ba259
fix(docs): missing slash redirect failures
bashandbone Mar 13, 2026
97119eb
[upstream-sync] Move pattern-matcher module from core to splitters (#96)
bashandbone Mar 13, 2026
2dd97f0
fix: ensure execution plan initialized after target setup (#49) (#92)
bashandbone Mar 13, 2026
61702db
fix: tracking table setup must occur after all target setups (#93)
Copilot Mar 13, 2026
08d87a6
Specify CLA_ACCESS_TOKEN in secrets for CLA check
bashandbone Mar 14, 2026
202e070
Remove obsolete files and update configurations
bashandbone Mar 14, 2026
074a2a9
feat: adopt dedicated PostgreSQL schema for Recoco internal tracking …
Copilot Mar 16, 2026
348d96c
feat(targets): add target-ladybug (Kuzu successor) (#95)
Copilot Mar 16, 2026
87afe15
chore: Maintain assets and config for recoco
bashandbone Mar 16, 2026
2f82c4d
feat: add filesystem watch support to local_file source (#97)
bashandbone Mar 16, 2026
3540126
feat: add progress watching API with per-component tracking
github-actions[bot] Mar 16, 2026
f1e532b
feat: expose progress watching API for App/execution engine
github-actions[bot] Mar 16, 2026
3bc45d3
Apply suggestions from code review
bashandbone Mar 19, 2026
8c17f6f
Refactor progress_watching.rs by removing persistence feature
bashandbone Mar 19, 2026
007d161
fix: correct syntax errors and type mismatches in progress watching A…
Copilot Mar 19, 2026
7d542fd
fix: linting and formating
bashandbone Mar 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
feature_matrix: ${{ steps.matrix.outputs.feature_matrix }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
id: filter
with:
filters: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
with:
repo_name: codeweaver
cla_document_url: https://github.com/knitli/codeweaver/blob/main/CONTRIBUTORS_LICENSE_AGREEMENT.md
secrets: inherit
secrets:
CLA_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/gemini-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: 'Run Gemini pull request review'
uses: 'google-github-actions/run-gemini-cli@v0' # ratchet:exclude
id: 'gemini_pr_review'
continue-on-error: true
env:
GITHUB_TOKEN: '${{ steps.mint_identity_token.outputs.token || secrets.GITHUB_TOKEN || github.token }}'
ISSUE_TITLE: '${{ github.event.pull_request.title || github.event.issue.title }}'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ examples/**/uv.lock

.gemini/
gha-creds-*.json
cocoindex/
145 changes: 129 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ itertools = "0.14.0"
json5 = "1.3.0"
log = "0.4.29"
neo4rs = "0.8.0"
notify = "8.2.0"
pgvector = { version = "0.4.1", features = ["halfvec", "sqlx"] }
phf = { version = "0.12.1", features = ["macros"] }
qdrant-client = "1.16.0"
Expand Down
Loading
Loading