This is an automated email from the ASF dual-hosted git repository.
pradeep pushed a change to branch ranger-2.4
in repository https://gitbox.apache.org/repos/asf/ranger.git
from 85f34ecf4 RANGER-4121: fix for NPE in service-zone update
new 02e976602 RANGER-4109: Add unique constraint on resource_signature
column of x_rms_service_resource table
new 5fe35623a RANGER-4123: No policy found for given version
new 262d53cc2 RANGER-4127: Unable to delete the user if policy is created
by same user and added in the policy item
The 3 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:
.../optimized/current/ranger_core_db_mysql.sql | 3 +-
...n-x_rms_service_resource-resource_signature.sql | 48 ++++++++++++++++++
.../optimized/current/ranger_core_db_oracle.sql | 3 +-
...n-x_rms_service_resource-resource_signature.sql | 50 +++++++++++++++++++
.../optimized/current/ranger_core_db_postgres.sql | 3 +-
...n-x_rms_service_resource-resource_signature.sql | 58 ++++++++++++++++++++++
.../current/ranger_core_db_sqlanywhere.sql | 4 +-
...-x_rms_service_resource-resource_signature.sql} | 15 +++---
.../optimized/current/ranger_core_db_sqlserver.sql | 12 ++---
...n-x_rms_service_resource-resource_signature.sql | 55 ++++++++++++++++++++
.../main/java/org/apache/ranger/biz/XUserMgr.java | 4 +-
.../patch/PatchForUpdatingPolicyJson_J10019.java | 5 ++
12 files changed, 240 insertions(+), 20 deletions(-)
create mode 100644
security-admin/db/mysql/patches/065-add-uk-on-x_rms_service_resource-resource_signature.sql
create mode 100644
security-admin/db/oracle/patches/065-add-uk-on-x_rms_service_resource-resource_signature.sql
create mode 100644
security-admin/db/postgres/patches/065-add-uk-on-x_rms_service_resource-resource_signature.sql
copy
security-admin/db/sqlanywhere/patches/{050-create-index-for-resource-signature.sql
=> 065-add-uk-on-x_rms_service_resource-resource_signature.sql} (68%)
create mode 100644
security-admin/db/sqlserver/patches/065-add-uk-on-x_rms_service_resource-resource_signature.sql