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 33ea44fa4 Merge branch 'master' into RANGER-3923
add 1fa02389e RANGER-4329: fix for tagsync failure during startup -
included guava and commons-logging libraries
add 52f07b944 RANGER-4332: updated AuditBatchQueue.log() to block instead
of throwing 'Queue full' exception
add f004731e5 RANGER-4293: Addendum change for Long User/group/role name
overflowing from delete confirmation dialog box
add f0b07d363 RANGER-4317: Error message displayed when resource lookup
fails is not formatted properly
add 786bdc82d RANGER-4331: Fixes for search filter on Audits tabs
add f46357f16 RANGER-4337: Upgrade spring-framework and spring-security
add 3114baac5 RANGER-4336: added configurations to enable status logging
in audit framework
new 839271d33 Merge branch 'master' into RANGER-3923
new 6d5cce6b2 RANGER-3923: removed RangerSharedResource.resourceSignature
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:
.../ranger/audit/provider/BaseAuditHandler.java | 36 ++++-
.../apache/ranger/audit/queue/AuditAsyncQueue.java | 18 +++
.../apache/ranger/audit/queue/AuditBatchQueue.java | 9 +-
pom.xml | 6 +-
.../java/org/apache/ranger/biz/GdsDBStore.java | 6 -
.../service/RangerGdsSharedResourceService.java | 2 -
.../ranger/validation/RangerGdsValidator.java | 35 +----
.../main/webapp/react-webapp/src/styles/style.css | 9 ++
.../main/webapp/react-webapp/src/utils/XAUtils.js | 11 +-
.../src/views/AuditEvent/AccessLogs.jsx | 169 ++++++++++-----------
.../src/views/AuditEvent/AuditLayout.jsx | 38 ++++-
.../src/views/AuditEvent/PluginStatusLogs.jsx | 81 ++--------
.../src/views/AuditEvent/PluginsLog.jsx | 14 +-
.../views/ServiceManager/ServiceDefinitions.jsx | 4 +-
.../groups_details/GroupListing.jsx | 7 +-
.../role_details/RoleListing.jsx | 7 +-
.../users_details/UserListing.jsx | 7 +-
.../org/apache/ranger/audit/TestAuditQueue.java | 2 +-
.../java/org/apache/ranger/audit/TestConsumer.java | 26 ++--
tagsync/pom.xml | 10 ++
20 files changed, 257 insertions(+), 240 deletions(-)