Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
86bebfa
chore: foundation for split for schema/planner/activity stats
radim May 1, 2026
df4c799
feat: planner_stats / activity_stats capture
radim May 1, 2026
49ee0fc
test: cover snapshot-split types and hash_payload
radim May 1, 2026
52fac2f
chore: wire schema/planner/activity into CLI & snapshot activity for …
radim May 2, 2026
b8ee9c2
feat: added get_annotated reader joining schema/planner/activity
radim May 2, 2026
1a7482d
feat: cache AnnotatedSnapshot in MCP
radim May 2, 2026
d89cd40
test: cover snapshot-split readers, MergedActivity, and MCP refresh p…
radim May 2, 2026
7f8cbde
chore: make introspect_schema DDL-only
radim May 2, 2026
5c8a273
test: pin content_hash invariants — stable across stats, sensitive to…
radim May 2, 2026
fe7598d
refactor(snapshot): migrate stats consumers to AnnotatedSchema
radim May 2, 2026
2a1a425
refactor(snapshot): drop legacy stats fields, types, and CLI surface
radim May 2, 2026
c276315
fix: missing clippy.toml
radim May 2, 2026
7334c68
chore: moved tests using out-of-line module
radim May 2, 2026
4668518
chore: extracted snapshot logic
radim May 2, 2026
67204f2
chore: moved bloat related things to bloat.rs
radim May 2, 2026
4396719
refactor: removed node_label in favour of AnnotatedSchema fields
radim May 2, 2026
0d0a6c3
test(snapshot): adapt fixtures to collapsed AnnotatedSchema/view
radim May 2, 2026
0ac4e95
feat: MCP first to load data from history.db
radim May 2, 2026
c354d2c
fix: return per-index stats
radim May 2, 2026
60ca7e3
chore: per partition child sizing/data
radim May 2, 2026
e2829b7
chore: expose index bloat size_bytes
radim May 2, 2026
2f85792
fix: preserve replica data on refresh_schema
radim May 3, 2026
e7bdd1c
refactor: extract rebuild_after_refresh for DB-less testing
radim May 3, 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
5 changes: 5 additions & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
allow-indexing-slicing-in-tests = true
allow-panic-in-tests = true
allow-unwrap-in-tests = true
allow-expect-in-tests = true
allow-dbg-in-tests = true
Loading