This is an automated email from the ASF dual-hosted git repository.

lizhimins pushed a change to branch rocketmq-studio
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


    from fd7001d  feat: add alert rules YAML endpoint (#507)
     add 4240f28  fix: ACL page API integration (#516)

No new revisions were added by this update.

Summary of changes:
 .../studio/instance/acl/AclController.java         |  10 ++
 .../rocketmq/studio/instance/acl/AclService.java   |  25 +++
 .../studio/instance/acl/AclControllerTest.java     |  42 +++++
 .../studio/instance/acl/AclServiceTest.java        |  61 +++++++
 web/src/api/acl.test.ts                            |  55 +++++-
 web/src/api/acl.ts                                 |  12 +-
 web/src/pages/instance/__tests__/AclPage.test.tsx  | 108 ++++++++++++
 web/src/pages/instance/acl.tsx                     | 186 ++++++++++++++++-----
 web/src/services/aclService.ts                     |  26 +++
 9 files changed, 481 insertions(+), 44 deletions(-)
 create mode 100644 web/src/pages/instance/__tests__/AclPage.test.tsx

Reply via email to