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

   ### Summary
   
   `AlertSilenceController` lists all silences, pages them, creates recurring 
ones and deletes by id. The suite covered the paged list and create paths only.
   
   ### Changes
   
   - `GET /api/alert-silences` returns every silence and delegates to the 
service
   - `DELETE /api/alert-silences/{id}` returns the success envelope and 
forwards the parsed id
   
   ### Testing
   
   `mvn test -Dtest=AlertSilenceControllerTest` passes: 4 tests, 0 failures (up 
from 2).


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