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 2cc56e127 RANGER-4356: Ranger CSV Report extract may fail with Null
pointer exception
new 50a56de79 RANGER-4374: Getting page not found when wrong password is
send in 'Old Password'
new c1dcb789b RANGER-4367: User with access on Key manager tab not able to
view the "Encryption" tab on the React UI
The 2 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 | 7 --
.../webapp/react-webapp/src/utils/XAMessages.js | 8 +--
.../main/webapp/react-webapp/src/utils/XAUtils.js | 2 +-
.../main/webapp/react-webapp/src/utils/appState.js | 3 +
.../main/webapp/react-webapp/src/utils/fetchAPI.js | 6 +-
.../src/views/AuditEvent/AccessLogDetail.jsx | 10 +--
.../src/views/AuditEvent/AccessLogsTable.jsx | 8 ++-
.../src/views/AuditEvent/AdminLogs/PolicyLogs.jsx | 8 +--
.../src/views/AuditEvent/AdminLogs/UserLogs.jsx | 6 +-
.../src/views/Encryption/KeyManager.jsx | 79 +++++++++++-----------
.../src/views/Reports/SearchPolicyTable.jsx | 31 ++++++---
.../src/views/Reports/UserAccessLayout.jsx | 34 ++++++----
.../src/views/SecurityZone/SecurityZoneForm.jsx | 4 +-
.../src/views/ServiceManager/ServiceDefinition.jsx | 20 +++---
.../views/ServiceManager/ServiceViewDetails.jsx | 12 ++--
.../react-webapp/src/views/SideBar/SideBar.jsx | 32 ++++-----
.../react-webapp/src/views/SideBar/SideBarBody.jsx | 1 +
.../users_details/EditUserView.jsx | 51 +++++++++-----
.../users_details/UserFormComp.jsx | 10 ++-
.../users_details/UserListing.jsx | 2 +-
.../webapp/react-webapp/src/views/UserProfile.jsx | 78 ++++++++++++++++++---
21 files changed, 263 insertions(+), 149 deletions(-)