yx9o opened a new pull request, #760: URL: https://github.com/apache/rocketmq-dashboard/pull/760
## What is the purpose of the change The DLQ page only supports exporting one consumer group summary at a time. This change allows users to select multiple DLQ groups and export their summaries in a single CSV file. ## Brief changelog - Add row selection and a batch export action to the DLQ page - Export selected DLQ group summaries into one CSV file - Protect exported values from CSV formula injection - Clear invalid selections when refreshed groups contain no DLQ messages - Add tests for batch export, CSV escaping, and selection refresh ## Verifying this change - `npm test -- --run src/pages/instance/__tests__/DLQPage.test.tsx src/api/dlq.test.ts src/services/messageService.test.ts` - `npm test` - `npm run lint` - `npm run build` -- 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]
