|
|
229d86e158
|
fix: 修复数据库迁移事务中断问题,补充 k8s-monitor 构建流水线
Build and Deploy Log Center / build-and-deploy (push) Successful in 2m28s
- database.py: 使用 IF NOT EXISTS 避免 PostgreSQL 事务中断导致后续迁移 SQL 不执行
- deploy.yaml: 补充 k8s-pod-monitor 镜像构建和 CronJob 部署步骤
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 10:30:36 +08:00 |
|
|
|
0d4b2d634c
|
feat: 扩展日志收集,支持 CI/CD 构建错误和 K8s 部署错误
Build and Deploy Log Center / build-and-deploy (push) Successful in 2m24s
新增两种日志来源(cicd / deployment),使日志中台覆盖"构建→部署→运行"全链路:
后端变更:
- models.py: 新增 LogSource 枚举和 source 字段,file_path/line_number 改为可选
- main.py: 按来源生成不同指纹策略,所有查询端点支持 source 筛选,仪表盘新增来源分布统计
- database.py: 新增 4 条迁移 SQL(source 字段、索引、字段可空)
- task_manager.py: 修复 Agent 仅拉取 runtime 来源的缺陷
新增组件:
- k8s-monitor/: K8s Pod 健康监控脚本(Python),每 5 分钟检测异常 Pod 并上报
- k8s/monitor-cronjob.yaml: CronJob + RBAC 部署清单
- scripts/report-cicd-error.sh: CI/CD 错误上报 Bash 脚本
- scripts/gitea-actions-example.yaml: Gitea Actions 集成示例
前端变更:
- api.ts: 类型定义更新,支持 source 字段
- BugList.tsx: 新增来源筛选标签页和来源列
- BugDetail.tsx: 按来源条件渲染(CI/CD 信息、部署信息),非 runtime 禁用修复按钮
- Dashboard.tsx: 新增来源分布表格
- index.css: 来源标签样式(source-badge)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 10:20:16 +08:00 |
|
|
|
e9ba36db92
|
fix bug three
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m31s
|
2026-02-13 14:04:21 +08:00 |
|
|
|
fe62f9ca81
|
fix bug
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m27s
|
2026-02-12 13:23:59 +08:00 |
|
|
|
7ee724f8ac
|
fix cn
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m20s
|
2026-02-12 10:53:03 +08:00 |
|
|
|
61cbcfc4c4
|
fix bug
Build and Deploy Log Center / build-and-deploy (push) Successful in 2m7s
|
2026-02-12 10:42:39 +08:00 |
|
|
|
20a3b0b374
|
add UI
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m42s
|
2026-02-10 14:55:28 +08:00 |
|
|
|
2d03f01ecc
|
change tabs
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m23s
|
2026-02-10 13:20:07 +08:00 |
|
|
|
d857748314
|
add minimax
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m31s
|
2026-02-10 09:42:15 +08:00 |
|
|
|
aab0312cec
|
add fix agent
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m35s
|
2026-01-30 14:52:21 +08:00 |
|
|
|
704e9b1a83
|
refactor: simplify k8s config by using direct env vars instead of secrets
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m24s
|
2026-01-30 11:52:58 +08:00 |
|
|
|
637c479818
|
feat: initial log center with k8s deployment
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m30s
|
2026-01-30 11:49:47 +08:00 |
|