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

   ## What is the purpose of the change
   
   The audit log page uses hard-coded filter values that do not match the codes 
persisted by the backend, causing valid filters to return no records.
   
   This change loads filter options from persisted audit data and applies them 
consistently to audit log queries and CSV exports.
   
   ## Brief changelog
   
   - Add an API for retrieving persisted audit filter options.
   - Add resource type and cluster filters to list and export APIs.
   - Replace hard-coded frontend options with dynamic operation, resource, 
cluster, and result filters.
   - Refresh filter options after log cleanup.
   - Update mock data, tests, and API documentation.
   
   ## Verifying this change
   
   - `cd server && mvn -B -ntp test`
   - `cd server && mvn -B -ntp clean package -DskipTests`
   - `cd web && npm test -- --run`
   - `cd web && npm run build`
   - `cd web && npm run lint`


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