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

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


    from 9bfcff1c5 RANGER-3998: KMS integration with AWS KMS
     add ad511704f RANGER-4593 : Upgrade react-bootstrap library

No new revisions were added by this update.

Summary of changes:
 .../RangerSecurityContextFormationFilter.java      |   2 +-
 .../conf.dist/security-applicationContext.xml      |   2 +-
 security-admin/src/main/webapp/login.jsp           |   2 +-
 .../src/main/webapp/react-webapp/package-lock.json | 407 ++++++++-------
 .../src/main/webapp/react-webapp/package.json      |   4 +-
 .../src/components/CommonComponents.jsx            |  50 +-
 .../react-webapp/src/components/Editable.jsx       |  26 +-
 .../react-webapp/src/components/XATableLayout.jsx  |  28 +-
 .../react-typeahead/tokenizer/token.js             |   2 +-
 .../main/webapp/react-webapp/src/styles/style.css  |  77 ++-
 .../src/views/AuditEvent/AccessLogs.jsx            |  97 ++--
 .../src/views/AuditEvent/AccessLogsTable.jsx       |   5 +-
 .../src/views/AuditEvent/AdminLogs.jsx             |  12 +-
 .../src/views/AuditEvent/AdminLogs/GroupLogs.jsx   |  32 +-
 .../views/AuditEvent/AdminLogs/PasswordLogs.jsx    |  10 +-
 .../src/views/AuditEvent/AdminLogs/PolicyLogs.jsx  | 220 ++++----
 .../AuditEvent/AdminLogs/PolicyViewDetails.jsx     | 115 ++--
 .../src/views/AuditEvent/AdminLogs/RoleLogs.jsx    |  62 +--
 .../AuditEvent/AdminLogs/SecurityZonelogs.jsx      |  44 +-
 .../src/views/AuditEvent/AdminLogs/ServiceLogs.jsx |  42 +-
 .../src/views/AuditEvent/AdminLogs/UserLogs.jsx    |  40 +-
 .../views/AuditEvent/AdminLogs/UserprofileLogs.jsx |  27 +-
 .../src/views/AuditEvent/AdminModal.jsx            |   2 +-
 .../src/views/AuditEvent/LoginSessionsLogs.jsx     |   6 +-
 .../src/views/AuditEvent/OperationAdminModal.jsx   |   2 +-
 .../src/views/AuditEvent/PluginStatusLogs.jsx      |  37 +-
 .../src/views/AuditEvent/PluginsLog.jsx            |   2 +-
 .../react-webapp/src/views/AuditEvent/UserSync.jsx |   4 +-
 .../react-webapp/src/views/CustomBreadcrumb.jsx    |  13 +-
 .../src/views/Encryption/KeyCreate.jsx             |  14 +-
 .../src/views/Encryption/KeyManager.jsx            |   2 +-
 .../react-webapp/src/views/ErrorBoundary.jsx       |   6 +-
 .../webapp/react-webapp/src/views/ErrorPage.jsx    |   2 +-
 .../main/webapp/react-webapp/src/views/Header.jsx  | 209 --------
 .../main/webapp/react-webapp/src/views/Layout.jsx  |   2 +-
 .../src/views/PermissionsModule/EditPermission.jsx |  21 +-
 .../views/PolicyListing/AddUpdatePolicyForm.jsx    | 152 +++---
 .../views/PolicyListing/PolicyConditionsComp.jsx   |   6 +-
 .../src/views/PolicyListing/PolicyListing.jsx      |  22 +-
 .../views/PolicyListing/PolicyPermissionItem.jsx   |   3 +-
 .../PolicyListing/PolicyValidityPeriodComp.jsx     |   9 +-
 .../views/PolicyListing/TagBasePermissionItem.jsx  |   8 +-
 .../src/views/Reports/SearchPolicyTable.jsx        |  81 ++-
 .../src/views/Reports/UserAccessLayout.jsx         | 400 +++++++-------
 .../src/views/Resources/ModalResourceComp.jsx      |   2 +-
 .../src/views/Resources/ResourceComp.jsx           |  54 +-
 .../src/views/SecurityZone/SecurityZoneForm.jsx    |  24 +-
 .../src/views/SecurityZone/ZoneDisplay.jsx         | 576 +++++++++------------
 .../src/views/SecurityZone/ZoneListing.jsx         |   4 +-
 .../src/views/ServiceManager/ImportPolicy.jsx      |  40 +-
 .../views/ServiceManager/ServiceAuditFilter.jsx    |  40 +-
 .../src/views/ServiceManager/ServiceDefinition.jsx | 215 ++++----
 .../views/ServiceManager/ServiceDefinitions.jsx    |   6 +-
 .../src/views/ServiceManager/ServiceForm.jsx       |  85 +--
 .../views/ServiceManager/ServiceViewDetails.jsx    | 106 ++--
 .../react-webapp/src/views/SideBar/SideBarBody.jsx |  29 +-
 .../react-webapp/src/views/SideBar/TopNavBar.jsx   |  38 +-
 .../GroupAssociateUserDetails.jsx                  | 104 ++--
 .../groups_details/GroupForm.jsx                   |  17 +-
 .../groups_details/GroupListing.jsx                |  25 +-
 .../UserGroupRoleListing/role_details/RoleForm.jsx |  25 +-
 .../role_details/RoleListing.jsx                   |   7 +-
 .../users_details/EditUserView.jsx                 |  25 +-
 .../users_details/UserFormComp.jsx                 |  40 +-
 .../users_details/UserListing.jsx                  |  27 +-
 .../webapp/react-webapp/src/views/UserProfile.jsx  |  38 +-
 66 files changed, 1739 insertions(+), 2097 deletions(-)
 mode change 100755 => 100644 
security-admin/src/main/webapp/react-webapp/src/styles/style.css
 delete mode 100644 
security-admin/src/main/webapp/react-webapp/src/views/Header.jsx
 mode change 100755 => 100644 
security-admin/src/main/webapp/react-webapp/src/views/Resources/ResourceComp.jsx
 mode change 100755 => 100644 
security-admin/src/main/webapp/react-webapp/src/views/SideBar/SideBarBody.jsx

Reply via email to