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

   ## What is the purpose of the change
   
   Alert rule and system-alert writes were absent from Studio operation audit 
records.
   
   Closes #1310
   
   ## Brief changelog
   
   - Audit alert rule create, update, toggle, and delete operations.
   - Audit system-alert acknowledgement and acknowledged-alert cleanup.
   - Keep audit details to IDs, rule names, toggle state, and cleanup count.
   - Do not include expressions, channels, or descriptions.
   
   ## Verifying this change
   
   ```bash
   cd server
   JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" \
     mvn -q -Dtest=AlertServiceTest,AlertServiceDefaultRulesTest test
   ```


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