• 陈泽健's avatar
    feat(service-monitor): 报告对比功能 + 异常项趋势告警 · 069f9fa2
    陈泽健 提交于
    阶段九功能增强(P1 级):
    
    报告对比功能:
    - 新增 compare_service.py 对比服务(5 类差异分类)
    - 新增 API:对比 /reports/{id1}/compare/{id2}
    - 新增 API:导出 /reports/{id1}/compare/{id2}/export
    - 新增 compare.html 对比结果页模板
    - report.html 新增"对比历史报告"按钮 + 弹窗
    - 值变化阈值:默认 > 20%
    
    异常项趋势告警:
    - report_service.py 新增 check_consecutive_abnormal()
    - runner_service.py 集成连续异常告警
    - notification.html 新增告警配置区(阈值/级别/渠道)
    - 冷却期机制:24 小时内不重复告警
    
    文档:
    - PRD_需求文档_报告对比功能.md
    - PRD_需求文档_异常项趋势告警.md
    - PRD_计划执行_报告对比功能.md
    - PRD_计划执行_异常项趋势告警.md
    
    测试:167 个测试全绿 Co-Authored-By: 's avatarClaude <noreply@anthropic.com>
    069f9fa2
名称
最后提交
最后更新
..
base.html Loading commit data...
compare.html Loading commit data...
index.html Loading commit data...
notification.html Loading commit data...
report.html Loading commit data...
reports.html Loading commit data...
run.html Loading commit data...
schedule.html Loading commit data...
statistics.html Loading commit data...
targets.html Loading commit data...