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

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


    from 7179a19c1 RANGER-4534: updated handling of query param 
gdsPermission=NONE in APIs retrieving GDS objects
     add 9480eb996 RANGER-4438: updated to remove leading/trailing quotes in 
property values - #2
     add d09e78b2f RANGER-4571: update handling of expressions that evaluate to 
null
     add b92bccc7f RANGER-4559: Migrate Ranger modules to junit5 - phase 1
     add ac76738e5 RANGER-4556:policy creation without resource is being 
allowed through rest api
     add 2e4a8c17b RANGER-4010 : [addendum] Update policy UI to support 
multiple resource-sets for react ranger.
     add 1d0911703 RANGER-4542: updated zone search API to support search by 
zoneNamePartial
     new cf35a719d Merge branch 'master' into RANGER-3923

The 1 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:
 .../ranger/plugin/store/AbstractPredicateUtil.java |   7 +-
 .../plugin/store/SecurityZonePredicateUtil.java    |  34 +++++
 .../plugin/util/RangerRequestExprResolver.java     |   6 +-
 .../service-defs/ranger-servicedef-hive.json       |   1 +
 .../plugin/util/RangerRequestExprResolverTest.java |   9 +-
 credentialbuilder/pom.xml                          |   6 -
 .../ranger/credentialapi/TestCredentialReader.java |  12 +-
 .../apache/ranger/credentialapi/Testbuildks.java   |  14 +--
 hive-agent/pom.xml                                 |   6 -
 .../services/hive/HIVERangerAuthorizerTest.java    | 137 +++++++++++----------
 .../hive/TestAllHiveOperationInRanger.java         |   4 +-
 intg/pom.xml                                       |  15 ++-
 .../java/org/apache/ranger/TestRangerClient.java   |  69 ++++++-----
 kms/scripts/setup.sh                               |   7 +-
 plugin-kafka/pom.xml                               |   6 -
 .../authorizer/KafkaRangerAuthorizerGSSTest.java   |  16 +--
 .../KafkaRangerAuthorizerSASLSSLTest.java          |  17 +--
 .../authorizer/KafkaRangerAuthorizerTest.java      |  24 ++--
 .../authorizer/KafkaRangerTopicCreationTest.java   |   8 +-
 ranger-authn/pom.xml                               |   6 -
 ranger-common-ha/pom.xml                           |   6 -
 .../service/TestRangerServiceServerIdSelector.java |  10 +-
 ranger-examples/conditions-enrichers/pom.xml       |   6 -
 .../RangerSampleSimpleMatcherTest.java             |  30 ++---
 security-admin/scripts/setup.sh                    |   7 +-
 .../org/apache/ranger/biz/SecurityZoneDBStore.java |   2 +-
 .../react-webapp/src/components/Editable.jsx       |   2 +-
 .../views/PolicyListing/PolicyPermissionItem.jsx   |  48 ++++++--
 28 files changed, 287 insertions(+), 228 deletions(-)

Reply via email to