This is an automated email from the ASF dual-hosted git repository.

madhan pushed a change to branch ranger-2.8
in repository https://gitbox.apache.org/repos/asf/ranger.git


    from d6ce6687e RANGER-5271 : Last login date and time on Ranger Home page 
(#655)
     new 5ea1afafe RANGER-5009: `ranger_in_docker` only determines Docker 
Compose V1 and not Docker Compose V2 (#603)
     new 340b32cb2 RANGER-5315: Enhance Audit Log Filters to Support Resource 
Name Exclusions (#663)
     new 11ebb1c78 RANGER-5294: FileUtils.isOwnerOfFileHierarchy doesn’t have 
the recurse parameter
     new 69487ec0f RANGER-5352: Resource changes in tag does not work correctly 
when delta sync & dedup is enabled
     new f6a566bcf RANGER-5259: Add REST API to delete stale entries of Plugin 
info (#683)

The 5 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:
 .../hive/authorizer/RangerHiveAuthorizer.java      |  10 +-
 pom.xml                                            |   2 +-
 ranger_in_docker                                   |  16 +-
 security-admin/pom.xml                             |  13 +
 .../org/apache/ranger/AccessAuditsService.java     |   2 +
 .../main/java/org/apache/ranger/biz/AssetMgr.java  |   8 +
 .../java/org/apache/ranger/biz/TagDBStore.java     |  14 +-
 .../java/org/apache/ranger/rest/AssetREST.java     |   2 +
 .../java/org/apache/ranger/rest/ServiceREST.java   |  42 ++
 .../ranger/security/context/RangerAPIList.java     |   1 +
 .../ranger/security/context/RangerAPIMapping.java  |   1 +
 .../src/views/AuditEvent/AccessLogs.jsx            |   6 +
 .../java/org/apache/ranger/biz/TestTagDBStore.java | 752 ++++++++++++++++-----
 .../java/org/apache/ranger/rest/TestAssetREST.java |   6 +-
 14 files changed, 684 insertions(+), 191 deletions(-)

Reply via email to