docs: record sonar cleanup

This commit is contained in:
2026-08-22 15:53:52 +08:00
parent 99082fd8c3
commit 54567e243c
+9
View File
@@ -38,6 +38,15 @@
- 新增 `NodeSsrContainerDeployment` 读写与原子提交方法,端口严格限制为 `18910/28910`
- 通用容器执行器允许 Node SSR 使用 `PORT``/health`、18910/28910,并支持无配置文件与无 bind mount 的容器。
### Sonar 清理
- Node SSR upstream 行解析拆分为单行解析函数,降低主解析函数复杂度。
- Node SSR 部署记录字段校验改为有序字段列表,避免 map 遍历顺序不稳定。
- 容器执行器的可选挂载路径校验提取为 `validateOptionalPathPair`,移除重复分支和单行嵌套判断。
- `go test ./...``go vet ./...``git diff --check` 通过。
- `d2070c9 refactor: simplify Node SSR parsing and validation`
- `99082fd refactor: simplify optional container path validation`
---
## 2026-08-22 对账结果可见性 + 容器镜像 tag 展示