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 2021/08/02 08:44:37 UTC

[ranger] branch ranger-2.2 updated (e5598f6 -> 5b186d5)

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 e5598f6  RANGER-3308: Create python script to test stability of policy CRUD
     add f6c6185  RANGER-3024: Improve response time and refactor code for GET API /service/xusers/lookup/users
     add 5b186d5  RANGER-3259 : [Ranger Audit Filter] Ranger role is allowed to delete, even if its used in audit filters

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/ranger/biz/RoleDBStore.java    |   8 ++
 .../java/org/apache/ranger/biz/ServiceDBStore.java | 126 +++++++++++++++++++++
 .../main/java/org/apache/ranger/biz/XUserMgr.java  |  14 +++
 .../apache/ranger/db/XXServiceConfigMapDao.java    |  13 +++
 .../java/org/apache/ranger/rest/XUserREST.java     |   2 +-
 .../org/apache/ranger/service/XUserService.java    |  18 +++
 .../main/resources/META-INF/jpa_named_queries.xml  |   4 +
 7 files changed, 184 insertions(+), 1 deletion(-)