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 e89016cc5 RANGER-4157: fixed handling of implicit addition of
expression condition
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.
No new revisions were added by this update.
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 | 9 +-
.../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 | 25 +---
.../views/PolicyListing/PolicyPermissionItem.jsx | 20 +--
.../views/PolicyListing/TagBasePermissionItem.jsx | 24 ++--
.../views/ServiceManager/ServiceDefinitions.jsx | 2 +-
.../GroupAssociateUserDetails.jsx | 84 +++++++++----
.../groups_details/GroupListing.jsx | 32 ++---
.../role_details/RoleListing.jsx | 28 ++---
.../users_details/UserListing.jsx | 29 ++---
24 files changed, 312 insertions(+), 292 deletions(-)