Aias00 opened a new pull request, #2365: URL: https://github.com/apache/rocketmq-dashboard/pull/2365
Fixes #2352 ## Summary - make Apache DLQ search case-insensitive on group name and DLQ topic - reset the DLQ page to 1 whenever the search input changes - update DLQ API docs and contract tests to reflect instance-scoped paged responses ## Testing - JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" mvn -f server/pom.xml -Dtest=RocketMQDLQProviderTest,DLQControllerTest,DLQServiceTest test - cd web && npm run test -- src/api/dlq.test.ts src/pages/instance/__tests__/DLQPage.test.tsx - cd web && 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]
