You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2020/10/06 07:51:44 UTC

[ranger] branch ranger-2.2 updated (779ec15 -> 64d87c1)

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

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


    from 779ec15  RANGER-3012: Dockerfile - updated default to build from local repo (instead of from github)
     add 119bd2c  RANGER-3017:RangerHiveAuthorizer should authorize URL in Hive tempUDFs operation
     add 6fe1da8  RANGER-2989: Upgrade Maven version to 3.6.3
     add f55d064  RANGER-2990: Fix typo in java patch J10038
     add 03d1c66  RANGER-3005: repoType and repo values does not set when Audit to Elasticsearch is enabled
     add 14ded0f  RANGER-3013: Remove minor version of 'jna' jar file
     add cf8548e  RANGER-3016: Ranger service/ repo delete improvements
     add 888f50e  RANGER-3011 : Code improvement for Audit Access Log Detail popup.
     add 64d87c1  RANGER-3014: Revert "RANGER-2789: GET API service/xusers/users turns very slow when there are more than 1000 users"

No new revisions were added by this update.

Summary of changes:
 agents-audit/pom.xml                               |   6 +
 .../hive/authorizer/RangerHiveAuthorizer.java      |  10 +-
 pom.xml                                            |   4 +-
 .../java/org/apache/ranger/biz/ServiceDBStore.java | 102 +++++++++------
 .../ElasticSearchAccessAuditsService.java          |   7 +
 .../main/java/org/apache/ranger/entity/XXUser.java |   6 -
 .../PatchForPrestoToSupportPresto333_J10038.java   |   4 +-
 .../org/apache/ranger/service/XUserService.java    | 141 +--------------------
 .../apache/ranger/service/XUserServiceBase.java    | 130 -------------------
 .../main/java/org/apache/ranger/view/VXUser.java   |  19 ---
 .../views/reports/AuditAccessLogDetailView.js      |   5 +-
 11 files changed, 86 insertions(+), 348 deletions(-)