You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2023/04/04 05:23:44 UTC

[ranger] branch master updated (06fc1ef09 -> 12edeb578)

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

mehul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


    from 06fc1ef09 RANGER-4167: fixes to kafka test suite issues
     add c1a39bed9 RANGER-4146: Tag-based policy UI to not show permissions in deny/exception for services that don't support deny/exception
     add 7e29019df RANGER-4033 : Upgrade React version to 18.2.0
     add 12edeb578 RANGER-4087 : Loader is still loading for resource field for policy creation even after Resource lookup API gives 200/204

No new revisions were added by this update.

Summary of changes:
 .../src/main/webapp/react-webapp/README.md         |    7 +
 .../src/main/webapp/react-webapp/package-lock.json | 3445 ++++++++++----------
 .../src/main/webapp/react-webapp/package.json      |   37 +-
 .../structured-filter/react-datepicker/popover.js  |   18 +-
 .../src/main/webapp/react-webapp/src/index.jsx     |   11 +-
 .../src/views/AuditEvent/AccessLogDetail.jsx       |    4 +-
 .../src/views/AuditEvent/AccessLogs.jsx            |   18 +-
 .../AuditEvent/AdminLogs/PolicyViewDetails.jsx     |  153 +-
 .../views/PolicyListing/AddUpdatePolicyForm.jsx    |  234 +-
 .../views/PolicyListing/TagBasePermissionItem.jsx  |  106 +-
 .../src/views/Reports/SearchPolicyTable.jsx        |  107 +-
 .../src/views/Resources/ResourceComp.jsx           |   53 +-
 12 files changed, 2183 insertions(+), 2010 deletions(-)