yyqdbngt opened a new pull request, #3476: URL: https://github.com/apache/rocketmq-dashboard/pull/3476
### Summary `ops` exposes notification-delivery listing, paging and retry for alert deliveries. None of those endpoints had dedicated contract tests. ### Changes - `listAlertDeliveries` returns the deliveries for one alert - `listAlertDeliveriesPage` forwards channel/status filters - `retryAlertDelivery` posts the single-retry path; `retryAlertDeliveries` posts the id batch and returns the bulk result ### Testing `vitest run src/api/notificationDeliveries.test.ts` passes: 3 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]
