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

   ## Summary
   
   Housekeeping: remove unused server model classes, legacy frontend pages, 
consolidate stub tests, and refine UI label text.
   
   ## Changes
   
   ### Dead code removal
   - Delete 30 unused `model/` and `model/request/` Java classes (legacy DTOs 
no longer referenced)
   - Remove `LegacyAlertController` and its test
   - Remove frontend dead pages: `AlertManagement.tsx`, `SslSettings.tsx`, 
`alertManagement.ts` and their tests
   - Remove corresponding routes from `App.tsx`
   
   ### Test consolidation
   - Merge per-module stub tests (`ClientProviderStubTest`, 
`DLQProviderStubTest`, `MessageProviderStubTest`, 
`ConsumerDiagnosticsProviderStubTest`, `DashboardProviderStubTest`) into a 
single `ProviderStubContractTest`
   - Fix test method naming to `xxxTest` suffix convention
   - Optimize slow tests
   
   ### UI refinements
   - Shorten instance type tags: `Proxy Local 模式` → `Proxy Local`, `Proxy 
Cluster 模式` → `Proxy Cluster`, `Direct 模式` → `Direct`
   - Minor consumer page and ACL page adjustments
   
   ### Infra
   - Add `deploy/mysql/upgrade-studio-user.sql` for rmq_studio_user/session 
table upgrades


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