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

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


    from 2a330bbfe RANGER-4445: new REST endpoints for dataset policies - #2
     add 376c8f7d6 RANGER-4400: Fixed ConcurrentModificationException in 
RangerKafkaAuditHandler.processResults(Collection<RangerAccessResult> results) 
(#285)
     add be923c47f RANGER-4369: Options for permissions pop up for knox 
policies are not the same in Backbone UI and React JS
     add ef19f0a8c RANGER-4447: added API to get security-zone summary
     add 5acbc654c RANGER-4440: when compression is enabled for 
x_security_zone.jsonData, store summary (not complete resource details) in trx 
log - #2
     add c9a08e683 RANGER-4424: UI updates to support security zones without 
any resource
     new 4c0e2a1e3 Merge branch 'master' into RANGER-3923

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)
 create mode 100644 
security-admin/src/main/webapp/react-webapp/src/images/no-service.svg

Reply via email to