yyqdbngt opened a new pull request, #3490: URL: https://github.com/apache/rocketmq-dashboard/pull/3490
### Summary `ops` alert rules support bulk toggle/delete and a native test action. The contract suite covered CRUD, paging, runtime and transfer but not the bulk or test endpoints. ### Changes - `bulkToggleAlertRules` posts ids+enabled and returns the partial result - `bulkDeleteAlertRules` posts the id batch - `testAlertRule` posts the candidate and returns the native test samples ### Testing `vitest run src/api/alertRules.test.ts` passes: 6 tests, 0 failures (up from 5). `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]
