• 陈泽健's avatar
    feat(performance): 混合场景超时误读消除与脱敏前缀保留及业务断言指引 · 9ea984a8
    陈泽健 提交于
    - 请求明细页 (RequestDetailPanel.vue):在 errors_only 采集模式下顶部展示黄色提示条,防止「全是超时」误读
    - 报告页 (ReportPanel.vue):执行汇总补充展示明细采集模式(on/errors_only/off)
    - 后端脱敏 (performance_executor.py):Authorization 头保留前 20 字符 + ***,便于核对 token 已携带,其余敏感字段仍整体脱敏
    - 后端服务 (performance_service.py/schemas):报告摘要序列化输出 request_detail_enabled 字段
    - 需求与问题处理文档:新增排查报告、执行计划、业务断言指引,更新 HANDOFF 交接记录
    Co-Authored-By: 's avatarClaude <noreply@anthropic.com>
    9ea984a8
performance_executor.py 135.8 KB