You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2023/04/02 15:35:29 UTC

[ranger] 01/01: Merge branch 'master' into RANGER-3923

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 0178b002e6e9743b8ee5f4d5760fcf720b2dddca
Merge: f338a0dc0 cdc873177
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Sun Apr 2 08:34:52 2023 -0700

    Merge branch 'master' into RANGER-3923

 .../react-webapp/src/components/Editable.jsx       | 136 ++++++++++++++-------
 .../react-webapp/src/components/XATableLayout.jsx  |  88 ++++++++++---
 .../react-typeahead/typeahead/index.js             |   2 -
 .../main/webapp/react-webapp/src/styles/style.css  |  13 +-
 .../main/webapp/react-webapp/src/utils/XAEnums.js  |  54 ++++++++
 .../main/webapp/react-webapp/src/utils/XAUtils.js  |  15 ---
 .../src/views/AuditEvent/AccessLogs.jsx            |   6 +-
 .../src/views/AuditEvent/AdminLogs.jsx             |  10 +-
 .../src/views/AuditEvent/LoginSessionsLogs.jsx     |  10 +-
 .../src/views/AuditEvent/PluginStatusLogs.jsx      |  11 +-
 .../src/views/AuditEvent/PluginsLog.jsx            |  10 +-
 .../react-webapp/src/views/AuditEvent/UserSync.jsx |  11 +-
 .../src/views/Encryption/KeyManager.jsx            |  13 +-
 .../main/webapp/react-webapp/src/views/Header.jsx  |   2 +-
 .../src/views/PermissionsModule/EditPermission.jsx |  17 +--
 .../src/views/PermissionsModule/Permissions.jsx    |  18 ---
 .../views/PolicyListing/AddUpdatePolicyForm.jsx    |   2 +-
 .../src/views/PolicyListing/PolicyListing.jsx      |  92 ++++++++++----
 .../views/PolicyListing/PolicyPermissionItem.jsx   |  20 +--
 .../views/PolicyListing/TagBasePermissionItem.jsx  |  24 ++--
 .../views/ServiceManager/ServiceDefinitions.jsx    |   2 +-
 .../GroupAssociateUserDetails.jsx                  |  84 +++++++++----
 .../groups_details/GroupListing.jsx                | 111 ++++++++---------
 .../role_details/RoleListing.jsx                   |  28 ++---
 .../users_details/UserListing.jsx                  | 124 ++++++++++---------
 .../src/main/webapp/scripts/utils/XAUtils.js       |   2 +-
 .../views/policies/NRangerPolicyTableLayout.js     |  25 ++--
 .../views/policies/RangerPolicyTableLayout.js      |  31 +++--
 tagsync/scripts/ranger-tagsync-services.sh         |   6 +-
 tagsync/scripts/setup.py                           |   4 +
 30 files changed, 573 insertions(+), 398 deletions(-)