blueprint_buffs 用 UUID 写 commit_metrics,全量导入用名称字符串写, 同一 sha 在 sha PRIMARY KEY 约束下只能存一条,导致全量导入被 INSERT OR IGNORE 全部跳过, 表格无法查到 UUID 格式的历史数据。 修复点: - ingest_full_git_history 自动查 blueprint_buffs,若该路径已有 UUID project_id 则优先用 UUID - 新增 get_all_commit_health 命令,SQL 关联 blueprint_buffs / projects 解析名称,不需要前端传 project_ids - FlywheelPanel 切换到 getAllCommitHealth,表格直接用后端返回的 project_name,无需前端 lookup |
||
|---|---|---|
| .. | ||
| capabilities | ||
| icons | ||
| resources/onboarding | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| dev-manager.db | ||
| PkgExplorerPlugin.dll.log | ||
| tauri.conf.json | ||