yx9o opened a new pull request, #1175: URL: https://github.com/apache/rocketmq-dashboard/pull/1175
## What is the purpose of the change K8s certificate management currently exposes expiration status, but operators can only renew certificates individually. This change adds expiry risk filtering and batch renewal with partial-failure handling. ## Brief changelog - Add certificate status and 7/30/90-day expiry filters. - Add a batch renewal API with request validation and per-certificate results. - Add table selection, batch confirmation, and retry-friendly failure handling. - Add backend and frontend tests and update the API documentation. ## Verifying this change - `cd server && mvn -Dtest=K8sCertControllerTest,K8sCertServiceTest test` - `cd server && mvn test` - `cd web && npm test -- --api.host=127.0.0.1 --pool=threads --maxWorkers=1 --no-file-parallelism src/api/cluster.test.ts src/services/clusterService.test.ts src/pages/cluster/__tests__/K8sCertsPage.test.tsx` - `cd web && npm test -- --api.host=127.0.0.1 --pool=threads --maxWorkers=1 --no-file-parallelism` - `cd web && npm run lint` - `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]
