memoryweave/go
xiaowei da9694a264 fix: add pagerank column to graph_nodes schema
Root cause: CREATE TABLE graph_nodes in Go migration (graph_sqlite.go)
was missing 'pagerank REAL DEFAULT 1.0' per DESIGN.md spec.

Fix:
- Go: add pagerank to CREATE TABLE + migrateAddColumn() for existing DBs
- Rust: replace .ok() hack with ensure_column() that checks pragma_table_info
  before ALTER TABLE, making it properly idempotent with explicit error handling
- Rust: warn+skip if column still missing (rather than silent continue)
2026-05-29 23:29:30 +08:00
..
client v3.8 完整代码: Go API + Rust sidecar + ONNX BGE + Client SDK 2026-05-29 01:07:05 +08:00
cmd/zhiyid feat(M1): Go API 服务器骨架 + Auth 中间件 + /health 端点 2026-05-28 17:16:52 +08:00
internal fix: add pagerank column to graph_nodes schema 2026-05-29 23:29:30 +08:00
proto feat(M2): 存储层完成 2026-05-28 17:35:25 +08:00
static feat: add static file bypass auth + graph.html API_BASE fix 2026-05-29 21:59:41 +08:00
go.mod feat: Prometheus 监控集成 — /metrics 端点 + 14 指标 + 8 告警规则 2026-05-29 02:51:46 +08:00
go.sum feat: Prometheus 监控集成 — /metrics 端点 + 14 指标 + 8 告警规则 2026-05-29 02:51:46 +08:00
integration_test.go test: 60 tests — governance/selfoptimize/routes/integration/edge 2026-05-28 18:35:19 +08:00
zhiyi-consolidate v3.8 完整代码: Go API + Rust sidecar + ONNX BGE + Client SDK 2026-05-29 01:07:05 +08:00
zhiyid-new v3.8 完整代码: Go API + Rust sidecar + ONNX BGE + Client SDK 2026-05-29 01:07:05 +08:00