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 1438644b7 RANGER-4234: simplify condition/row-filter expressions that
deal with delimited strings
new 622a1dacb RANGER-4383: In Audit, Plugin Status tab if the record of
respective service is in second page then Service Type filter for that service
would show no result
new 6b3bd1c85 RANGER-4381 : Difference in user lookup API request in
permissions module page between React UI and BackBone UI
new 0f70a24f4 RANGER-4407 : Add server side validation for service audit
filter
new f740ad332 RANGER-4358: Keep the usersync details popup names same as
the backbone js names
The 4 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:
.../java/org/apache/ranger/biz/ServiceDBStore.java | 7 +-
.../react-webapp/src/components/Editable.jsx | 16 ++---
.../react-webapp/src/components/XATableLayout.jsx | 9 ++-
.../main/webapp/react-webapp/src/styles/style.css | 3 +-
.../main/webapp/react-webapp/src/utils/XAEnums.js | 13 ++++
.../main/webapp/react-webapp/src/utils/fetchAPI.js | 2 +-
.../src/views/AuditEvent/AdminLogs/UserLogs.jsx | 6 +-
.../src/views/AuditEvent/PluginStatusLogs.jsx | 9 +--
.../src/views/Encryption/KeyManager.jsx | 72 ++++++++++----------
.../src/views/PermissionsModule/EditPermission.jsx | 61 +++++++++++------
.../views/PolicyListing/AddUpdatePolicyForm.jsx | 2 +-
.../src/views/SecurityZone/SecurityZoneForm.jsx | 74 +++++++++++---------
.../src/views/ServiceManager/ServiceDefinition.jsx | 21 ++++--
.../src/views/ServiceManager/ServiceForm.jsx | 79 +++++++++++-----------
.../views/ServiceManager/ServiceViewDetails.jsx | 23 +++++--
.../UserGroupRoleListing/SyncSourceDetails.jsx | 4 +-
.../groups_details/GroupListing.jsx | 3 +-
.../role_details/RoleListing.jsx | 8 +--
.../users_details/UserFormComp.jsx | 26 +++----
.../users_details/UserListing.jsx | 3 +-
20 files changed, 248 insertions(+), 193 deletions(-)