yuluo-yx opened a new pull request, #4403: URL: https://github.com/apache/rocketmq-dashboard/pull/4403
<!-- Make sure the base branch is `master`: that is the RocketMQ Studio trunk. --> ### Which Issue(s) This PR Fixes - Fixes #3169 - Replaces #3170, closed by the branch switch in #4379. ### Brief Description This is a resubmission of #3170 against `master`, following the branch switch notice in #4379. The fork branch is unchanged; `master` is now the RocketMQ Studio trunk. 在云凭据设置页增加只读使用清单,将凭据元数据与实例引用关联,帮助定位未使用凭据、厂商不匹配和失效引用。 ## 改动说明 - 按页读取凭据并汇总关联实例、地域、状态与使用数量,不读取明文凭据接口。 - 支持名称、厂商、使用状态筛选,并只导出当前可见结果。 - 加载时显示已读取数量;超过 10,000 条时给出明确提示并停止继续翻页。 - 关闭后丢弃迟到响应,不继续请求剩余页面;延迟计算搜索结果,保持输入响应。 - 合并冲突时同时保留本功能与上游凭据导出入口。 Fixes #3169 ### How Did You Test This Change? ## 验证 - 相关前端测试:22 项通过。 - 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]
