yx9o opened a new pull request, #747:
URL: https://github.com/apache/rocketmq-dashboard/pull/747

   ## What is the purpose of the change
   
   Allow operators to enable or disable multiple alert rules in one action, 
with accurate feedback when individual updates fail.
   
   ## Brief changelog
   
   - Add row selection and bulk enable/disable actions to the alert rules table.
   - Update successful rules immediately and keep failed rules selected for 
retry.
   - Prevent conflicting mutations during bulk operations and add localized 
messages.
   - Add regression tests for successful, partial-failure, total-failure, and 
concurrent-operation scenarios.
   
   ## Verifying this change
   
   - `npm test` (64 test files, 269 tests)
   - `npm run lint` (0 errors)
   - `npm run build`
   - `npx prettier --check src/pages/ops/alerts.tsx 
src/pages/ops/__tests__/AlertsPage.test.tsx src/i18n/translations.ts`
   - `git diff --check`
   - Manually verified bulk selection, status updates, success feedback, 
selection clearing, and dark-theme layout.


-- 
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]

Reply via email to