Aias00 opened a new pull request, #2989: URL: https://github.com/apache/rocketmq-dashboard/pull/2989
## Summary - Replaces #2671 and #2862. - Closes #2663. - Treat clientId and address as nullable in the Client Connections API contract. - Keep Client Connections search case-insensitive, whitespace-tolerant, and safe when fields are missing. - Keep incomplete connection rows renderable with stable row keys and detail fallback values. ## Tests - npm test -- --run src/pages/cluster/__tests__/ClientsPage.test.tsx src/pages/cluster/__tests__/clientsSearch.test.ts src/api/connections.test.ts src/services/connectionsService.test.ts - npm run lint - npm run build - npx prettier --check src/api/connections.ts src/pages/cluster/clients.tsx src/pages/cluster/clientsSearch.ts src/pages/cluster/__tests__/ClientsPage.test.tsx src/pages/cluster/__tests__/clientsSearch.test.ts - git diff --check HEAD^ HEAD -- 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]
