Loading
Commits on Source 43
-
Michael Usachenko authored
-
Michael Usachenko authored
fix(query): extract keyset pagination so it applies to search queries See merge request !630
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
fix(deps): upgrade rustls-webpki See merge request !634
-
Bohdan Parkhomchuk authored
-
Bohdan Parkhomchuk authored
ci(build): add manual MR docker build job See merge request !637
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
chore(ci): remove docs linting from lefthook pre-commit See merge request !639
-
Michael Usachenko authored
-
Michael Usachenko authored
feat(synth): add evaluation settings override and optimization benchmark queries See merge request !641
-
Michael Angelo Rivera authored
-
Michael Usachenko authored
feat(query): add ClickHouse query profiling and instrumentation See merge request !640
-
Michael Usachenko authored
-
Michael Usachenko authored
fix(profiler): forward query settings to EXPLAIN queries See merge request !644
-
Michael Angelo Rivera authored
-
Michael Usachenko authored
feat(query): consolidate dynamic hydration into single UNION ALL query See merge request !643
-
Michael Usachenko authored
-
Michael Usachenko authored
feat(query): add cascading SIP, neighbors UNION ALL, and path hop frontiers See merge request !642
-
Michael Usachenko authored
-
Michael Usachenko authored
refactor(compiler): edge-centric traversal with cascading SIP See merge request !646
-
Michael Usachenko authored
-
Michael Usachenko authored
feat(compiler): unified edge-only traversal with multi-rel and multi-hop See merge request !648
-
Michael Angelo Rivera authored
-
Jean-Gabriel Doyon authored
feat(schema): namespace-first edge PK for traversal_path pruning See merge request !652
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
feat(indexer): add incremental file fetching with rename detection Closes #269 See merge request !607
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
feat(protos): add gitaly-protos crate See merge request !655
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
feat(scripts): add run-dispatcher.sh for local dispatch-indexing mode See merge request !654
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
feat(indexer): stream archive downloads to disk instead of buffering in memory Closes #327 See merge request !656
-
Michael Usachenko authored
-
Michael Usachenko authored
perf(schema): add by_rel projection to gl_edge See merge request !657
-
Michael Usachenko authored
-
Michael Usachenko authored
perf(schema): add source_kind to by_rel projection See merge request !660
-
Michael Usachenko authored
-
Michael Angelo Rivera authored
perf(schema): rename by_rel to by_rel_source_kind and add by_rel_target_kind projection See merge request !661
-
Jean-Gabriel Doyon authored
-
Michael Angelo Rivera authored
feat(indexer): add branch node to graph See merge request !659
-
Michael Usachenko authored
-
Michael Angelo Rivera authored
perf(compiler): skip node table join for edge-only count aggregations See merge request !662
-
semantic-release-bot authored
## [0.16.0](v0.15.0...v0.16.0) (2026-03-23) ### Features * **compiler:** unified edge-only traversal with multi-rel and multi-hop ([db49faeb](db49faeb)) by Michael Usachenko * **indexer:** add branch node to graph ([17caa8c9](17caa8c9)) by Jean-Gabriel Doyon * **indexer:** add incremental file fetching with rename detection ([0741ec97](0741ec97)) by Jean-Gabriel Doyon * **indexer:** stream archive downloads to disk instead of buffering in memory ([d44af8bc](d44af8bc)) by Jean-Gabriel Doyon * **protos:** add gitaly-protos crate ([be4536fe](be4536fe)) by Jean-Gabriel Doyon * **query:** add cascading SIP, neighbors UNION ALL, and path hop frontiers ([df7a9702](df7a9702)) by Michael Usachenko * **query:** add ClickHouse query profiling and instrumentation ([c92a3ea6](c92a3ea6)) by Michael Angelo Rivera * **query:** consolidate dynamic hydration into single UNION ALL query ([165ea180](165ea180)) by Michael Angelo Rivera * **schema:** namespace-first edge PK for traversal_path pruning ([6637a5ca](6637a5ca)) by Michael Angelo Rivera * **scripts:** add run-dispatcher.sh for local dispatch-indexing mode ([cb18e341](cb18e341)) by Jean-Gabriel Doyon * **synth:** add evaluation settings override and optimization benchmark queries ([5767a1cf](5767a1cf)) by Michael Usachenko ### Fixes * **deps:** upgrade rustls-webpki ([9e01b18b](9e01b18b)) by Jean-Gabriel Doyon * **profiler:** forward query settings to EXPLAIN queries ([5c3d53a3](5c3d53a3)) by Michael Usachenko * **query:** extract keyset pagination so it applies to search queries ([9a4e1543](9a4e1543)) by Michael Usachenko ### Performance * **compiler:** skip node table join for edge-only count aggregations ([f2a65a55](f2a65a55)) by Michael Usachenko * **schema:** add by_rel projection to gl_edge ([58f0c7ee](58f0c7ee)) by Michael Usachenko * **schema:** add source_kind to by_rel projection ([c2892a7d](c2892a7d)) by Michael Usachenko * **schema:** rename by_rel to by_rel_source_kind and add by_rel_target_kind projection ([4c14281f](4c14281f)) by michaelusa ### Other * **build:** add manual MR docker build job ([b385332c](b385332c)) by Bohdan Parkhomchuk * **ci:** remove docs linting from lefthook pre-commit ([e9f8d1b0](e9f8d1b0)) by michaelangeloio * **compiler:** edge-centric traversal with cascading SIP ([713e5c6b](713e5c6b)) by Michael Usachenko