yuluo-yx opened a new pull request, #4401: URL: https://github.com/apache/rocketmq-dashboard/pull/4401
<!-- Make sure the base branch is `master`: that is the RocketMQ Studio trunk. --> ### Which Issue(s) This PR Fixes - Fixes #3155 - Replaces #3157, closed by the branch switch in #4379. ### Brief Description This is a resubmission of #3157 against `master`, following the branch switch notice in #4379. The fork branch is unchanged; `master` is now the RocketMQ Studio trunk. ## What changed - add a cross-page, read-only System Alert incident timeline - load up to the latest 10,000 events through the existing paginated endpoint - correlate by server fingerprint, falling back only to rule + instance + complete labels - keep records without sufficient correlation evidence isolated - derive active/resolved/unknown state from the latest event and summarize duration, severity, acknowledgements, and suppression - add expandable event timelines, filters, CSV export, bilingual copy, and focused tests ## Design boundaries - does not acknowledge, clear, silence, retry, or otherwise mutate alerts - invalid timestamps never create a fabricated incident duration - the cap is disclosed whenever the source contains more than 10,000 records Fixes #3155 ## 行为与兼容性 保留事件时间线入口与上游换行布局;核实原有空页退出,新增 100 页请求上限和回归。 ### How Did You Test This Change? ## 验证 - 相关前端测试:28 项通过。 - ESLint、TypeScript/Vite 生产构建、合并差异检查通过。 - 已合入最新 `rocketmq-studio`,使用普通推送保留原提交历史。 - 未执行远端工作流、浏览器 E2E 或真实 Broker 测试。 验证日期:2026-09-14。 ### Checklist - [x] One coherent change; unrelated modifications are not bundled in - [x] Commit subject follows Conventional Commits (`feat:` / `fix:` / `refactor:` / `chore:` / `docs:` / `perf:`) - [x] Tests added or updated for non-trivial changes, test methods named `...Test` - [x] New UI text has both Chinese and English entries under `web/src/i18n/`, or the change does not add UI text - [x] Architecture constraints stay green (`mvn test` runs the ArchUnit checks), or the original verification scope is stated above - [x] New source files carry the ASF license header, or no new source files were added - [x] Documentation touched where behaviour changed (README / `docs/` / in-app help), or no documentation change was required -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
