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

madhan pushed a commit to branch RANGER-3923
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 4c0e2a1e38dab6053016d8ab68d4ce81b8184987
Merge: 2a330bbfe c9a08e683
Author: Madhan Neethiraj <mad...@apache.org>
AuthorDate: Thu Oct 5 23:27:16 2023 -0700

    Merge branch 'master' into RANGER-3923

 .../kafka/authorizer/RangerKafkaAuditHandler.java  |  78 ++-
 .../service/RangerSecurityZoneServiceService.java  |  37 +-
 .../main/resources/META-INF/jpa_named_queries.xml  |   2 +-
 .../react-webapp/src/components/Editable.jsx       |  10 +-
 .../webapp/react-webapp/src/images/no-service.svg  |   4 +
 .../main/webapp/react-webapp/src/styles/style.css  |   3 +
 .../AuditEvent/AdminLogs/SecurityZonelogs.jsx      | 530 ++++++++++++---------
 .../src/views/AuditEvent/OperationAdminModal.jsx   |  11 +-
 .../views/PolicyListing/PolicyPermissionItem.jsx   |  30 +-
 .../src/views/SecurityZone/SecurityZoneForm.jsx    | 126 +++--
 .../src/views/SecurityZone/ZoneDisplay.jsx         | 158 +++---
 .../src/views/SecurityZone/ZoneListing.jsx         |   2 +-
 .../views/ServiceManager/ServiceDefinitions.jsx    |  60 ++-
 13 files changed, 579 insertions(+), 472 deletions(-)

diff --cc security-admin/src/main/webapp/react-webapp/src/styles/style.css
index dd4a665aa,b29d23b12..dcd19f877
mode 100755,100644..100755
--- a/security-admin/src/main/webapp/react-webapp/src/styles/style.css
+++ b/security-admin/src/main/webapp/react-webapp/src/styles/style.css

Reply via email to