Loading
Commits on Source 45
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
feat(observability): resources rows and rails-kg merge See merge request !1083
-
Michael Usachenko authored
-
Michael Usachenko authored
chore(code-graph): remove legacy parser and linker See merge request !1085
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
docs(queries): replace search query_type with traversal See merge request !1088
-
Michael Usachenko authored
-
Michael Usachenko authored
fix: require group_by for multi-node aggregation queries See merge request !1087
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
feat(graph-status): per-entity authorization for entity counts See merge request !1086
-
Michael Usachenko authored
-
Michael Usachenko authored
feat(query): add include_debug_sql option to control SQL in responses See merge request !1089
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
fix(compiler): wrap UNION ALL in subquery when outer LIMIT or ORDER BY present See merge request !1090
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
fix(observability): add LATENCY_SLOW buckets for long-running indexer metrics See merge request !1094
-
Jean-Gabriel Doyon authored
-
Jean-Gabriel Doyon authored
fix(indexer): use correct label for group permit active_permits decrement See merge request !1091
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
docs: clean up remaining search query_type references See merge request !1098
-
Jean-Gabriel Doyon authored
-
Michael Angelo Rivera authored
feat(ontology): source REVIEWER, APPROVED, ASSIGNED edges from standalone Siphon tables Closes #537 See merge request !1096
-
Michael Usachenko authored
-
Michael Usachenko authored
fix(compiler): require rel_types on path_finding with filtered endpoints See merge request !1093
-
Michael Usachenko authored
-
Michael Angelo Rivera authored
fix(compiler): surface ontology validation errors to clients See merge request !1100
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
fix(formatter): dedupe path_finding and neighbors edge versions See merge request !1099
-
Michael Usachenko authored
-
Michael Usachenko authored
fix(compiler): reject direction both on aggregation relationships See merge request !1102
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
fix(code-graph): mask sign bit so node ids are always positive See merge request !1103
-
Michael Usachenko authored
-
Michael Usachenko authored
perf(compiler): hop frontiers fire for filter-derived CTEs See merge request !1104
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
feat(ontology): allow multiple FK edges per source column See merge request !1101
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
feat(ontology): close CI graph gaps for runner attribution and parent/child pipelines Closes #528 See merge request !1072
-
Michael Usachenko authored
-
Michael Usachenko authored
perf(compiler): cascade CTEs for multi-hop aggregation relationships See merge request !1106
-
Michael Angelo Rivera authored
-
Michael Angelo Rivera authored
fix(compiler): bind DateTime literals as typed DateTime64 params See merge request !1105
-
Jean-Gabriel Doyon authored
-
Michael Angelo Rivera authored
feat(ontology): source ASSIGNED and HAS_LABEL edges from standalone Siphon tables See merge request !1107
-
semantic-release-bot authored
## [0.35.0](v0.34.1...v0.35.0) (2026-04-28) ### Features * **graph-status:** per-entity authorization for entity counts ([2e4f5145](2e4f5145)) by Jean-Gabriel Doyon * **observability:** resources rows and rails-kg merge ([e04fcc15](e04fcc15)) by Michael Angelo Rivera * **ontology:** allow multiple FK edges per source column ([17c42fc5](17c42fc5)) by Michael Angelo Rivera * **ontology:** close CI graph gaps for runner attribution and parent/child pipelines ([f0b38fdb](f0b38fdb)) by Michael Angelo Rivera * **ontology:** source ASSIGNED and HAS_LABEL edges from standalone Siphon tables ([c695b12a](c695b12a)) by Jean-Gabriel Doyon * **ontology:** source REVIEWER, APPROVED, ASSIGNED edges from standalone Siphon tables ([0205dfe7](0205dfe7)) by Jean-Gabriel Doyon * **query:** add include_debug_sql option to control SQL in responses ([a8779a7c](a8779a7c)) by Michael Usachenko ### Fixes * **code-graph:** mask sign bit so node ids are always positive ([950394ee](950394ee)) by Michael Angelo Rivera * **compiler:** bind DateTime literals as typed DateTime64 params ([ffb69ac1](ffb69ac1)) by Michael Angelo Rivera * **compiler:** reject direction both on aggregation relationships ([34328a6e](34328a6e)) by Michael Usachenko * **compiler:** require rel_types on path_finding with filtered endpoints ([e735f646](e735f646)) by Michael Usachenko * **compiler:** surface ontology validation errors to clients ([42a785d0](42a785d0)) by Michael Usachenko * **compiler:** wrap UNION ALL in subquery when outer LIMIT or ORDER BY present ([7e66950f](7e66950f)) by Michael Angelo Rivera * **formatter:** dedupe path_finding and neighbors edge versions ([b9935733](b9935733)) by Michael Angelo Rivera * **indexer:** use correct label for group permit active_permits decrement ([992f4486](992f4486)) by Jean-Gabriel Doyon * **observability:** add LATENCY_SLOW buckets for long-running indexer metrics ([6f8f47eb](6f8f47eb)) by Jean-Gabriel Doyon * require group_by for multi-node aggregation queries ([72f16e0e](72f16e0e)) by Michael Usachenko ### Performance * **compiler:** cascade CTEs for multi-hop aggregation relationships ([f1c7b10c](f1c7b10c)) by Michael Usachenko * **compiler:** hop frontiers fire for filter-derived CTEs ([9ad461dd](9ad461dd)) by Michael Usachenko ### Other * clean up remaining search query_type references ([869573c4](869573c4)) by Michael Angelo Rivera * **code-graph:** remove legacy parser and linker ([b0cc291d](b0cc291d)) by Michael Usachenko * **queries:** replace search query_type with traversal ([5c6a4911](5c6a4911)) by Jean-Gabriel Doyon