This is an automated email from the ASF dual-hosted git repository.
dhavalshah9131 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
from 4ef413a29 RANGER-4102: fixed incorrect TestPolicyACLs unit tests
add f051d54be RANGER-4050 : Session Inactivity Timeout: Ranger react UI
part.
add 08ba2596b RANGER-4066 : Add row draggable feature for audit filter
table in service form in Ranger React.
add 41782aa88 RANGER-4084: Use the exact login ID in the header instead of
capitalising the first character
No new revisions were added by this update.
Summary of changes:
.../src/main/webapp/react-webapp/package-lock.json | 18 ++++
.../src/main/webapp/react-webapp/package.json | 1 +
.../react-webapp/src/components/CreatableField.jsx | 12 ++-
.../react-webapp/src/components/Editable.jsx | 27 +++---
.../main/webapp/react-webapp/src/styles/style.css | 30 ++++++-
.../main/webapp/react-webapp/src/utils/XAUtils.js | 30 +++++++
.../main/webapp/react-webapp/src/utils/fetchAPI.js | 25 +++---
.../src/views/AuditEvent/AccessLogs.jsx | 4 +-
.../AuditEvent/AdminLogs/PolicyViewDetails.jsx | 6 +-
.../main/webapp/react-webapp/src/views/Header.jsx | 37 ++++----
.../main/webapp/react-webapp/src/views/Layout.jsx | 100 ++++++++++++++++++++-
.../src/views/PermissionsModule/EditPermission.jsx | 41 +++++----
.../views/PolicyListing/AddUpdatePolicyForm.jsx | 26 +++---
.../views/PolicyListing/PolicyPermissionItem.jsx | 60 ++++---------
.../views/ServiceManager/ServiceAuditFilter.jsx | 42 +++++----
.../views/ServiceManager/ServiceDefinitions.jsx | 20 ++---
.../groups_details/GroupForm.jsx | 27 +++---
.../UserGroupRoleListing/role_details/RoleForm.jsx | 28 +++---
.../users_details/UserFormComp.jsx | 48 +++++-----
19 files changed, 376 insertions(+), 206 deletions(-)