yyqdbngt opened a new pull request, #3475: URL: https://github.com/apache/rocketmq-dashboard/pull/3475
### Summary `ops` exposes alert-silence listing, paging, creation and deletion. None of those endpoints had dedicated contract tests. ### Changes - `listAlertSilences` returns every silence and the paged variant forwards page/pageSize - `createAlertSilence` posts the silence payload and returns the stored row - `deleteAlertSilence` issues the per-id DELETE ### Testing `vitest run src/api/alertSilences.test.ts` passes: 2 tests, 0 failures (first coverage for this area). `tsc --noEmit` and `eslint` are clean. -- 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]
