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 f338a0dc0 RANGER-3923: governed data sharing using datasets - #1
add 903524853 RANGER-4091 : Policy condition & Permission window should
close by any click events
add e83b5af68 RANGER-4097 Deletion of all services inside a zone in
resource based policy page leads to disappearance of all the other services
before refreshing the page
add c4969926a RANGER-4096 : show all users button is not available in the
show users prompt of groups table even if the users list is longer than 100.
add 4e48a81eb RANGER-4078 : Error displayed on page when navigating to
audits tab and clicking on clear search button
add f1704a858 RANGER-4095: On users/groups/roles page in settings - The
page number can be decreased to zero and negative and can be increased beyond
max pages available to show.
add 8f9da0c80 RANGER-4092: Showing multiple msg prompts for multiple
users/groups visibility toggle with same msg.
add 460a17663 RANGER-4085: Search filter hint is not available where you
search for policy
add 000db1cbe RANGER-4073 : Groups are not visible in mask and row level
policy listing tables.
add cdc873177 RANGER-4124: value of -Dlogback.configurationFile in
ranger-tagsync-services.sh is not configurable
new 0178b002e 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:
.../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(-)