This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch RANGER-3923 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 839271d33f2d732794327b740b2b2e4a266c3727 Merge: 33ea44fa4 3114baac5 Author: Madhan Neethiraj <[email protected]> AuthorDate: Tue Aug 1 13:37:10 2023 -0700 Merge branch 'master' into RANGER-3923 .../ranger/audit/provider/BaseAuditHandler.java | 36 ++++- .../apache/ranger/audit/queue/AuditAsyncQueue.java | 18 +++ .../apache/ranger/audit/queue/AuditBatchQueue.java | 9 +- pom.xml | 6 +- .../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 ++ 17 files changed, 250 insertions(+), 204 deletions(-)
