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 f7a8dabb7 Merge branch 'master' into RANGER-3923
     add 8a1435199 RANGER-4240: optimized removal of x_auth_sess entries while 
deleting an user
     add d1a5ee36a RANGER-4241: Fix sql patch 65 syntax issue for oracle db
     add b6049ce73 RANGER-4219: Grant permission in Impala engine not working 
with {user} in ranger policy
     add 6efa1f306 RANGER-4244: security-zone REST APIs to return status code 
409 in case of simultaneous update calls
     add b1a493290 RANGER-4023: fixed implicit addition of userStoreEnricher 
for references to user/group attributes in dataMask expressions
     add 21c6e24e6 RANGER-4103 : Fix for improving logout mechanism in Ranger 
react code base.
     add 56db102e8 RANGER-4245: Upgrade derby, spring-ldap and testng libraries
     add 44a82e408 RANGER-4128: updated importTags API to use the service name 
specified in the URL for all service-resources
     add 717158e88 RANGER-4063 Editable Search Filter (tokenizer) in Ranger 
React
     add 4c68c8549 RANGER-3947 fix thread leak in SolrCollectionBootstrapper
     new 066948660 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:
 .../RangerDefaultPolicyEvaluator.java              |   31 +-
 .../apache/ranger/plugin/util/ServiceDefUtil.java  |   16 +
 .../ranger/plugin/util/ServiceDefUtilTest.java     |   28 +
 .../server/tomcat/SolrCollectionBootstrapper.java  |    8 +
 pom.xml                                            |    6 +-
 ...n-x_rms_service_resource-resource_signature.sql |    3 +-
 .../main/java/org/apache/ranger/biz/XUserMgr.java  |   14 +-
 .../org/apache/ranger/db/XXAuthSessionDao.java     |   13 +
 .../java/org/apache/ranger/rest/PublicAPIsv2.java  |    8 +
 .../org/apache/ranger/rest/SecurityZoneREST.java   |   18 +
 .../main/resources/META-INF/jpa_named_queries.xml  |    8 +
 .../src/main/webapp/react-webapp/src/App.jsx       |    1 +
 .../src/components/CommonComponents.jsx            |   12 +-
 .../react-webapp/src/components/XATableLayout.jsx  |    6 +-
 .../structured-filter/react-datepicker/calendar.js |   33 +
 .../react-datepicker/date_input.js                 |    6 +-
 .../react-datepicker/datepicker.js                 |    4 +
 .../react-typeahead/tokenizer/index.js             |  114 +-
 .../react-typeahead/tokenizer/token.js             |   75 +-
 .../react-typeahead/typeahead/index.js             |   65 +-
 .../webapp/react-webapp/src/hooks/usePrompt.js     |    1 -
 .../main/webapp/react-webapp/src/styles/style.css  |  325 +--
 .../main/webapp/react-webapp/src/utils/XAEnums.js  |   69 +-
 .../main/webapp/react-webapp/src/utils/XAUtils.js  |  109 +-
 .../src/views/AuditEvent/AccessLogs.jsx            |   46 +-
 .../src/views/AuditEvent/AccessLogsTable.jsx       |    2 +-
 .../src/views/AuditEvent/AdminLogs.jsx             |   30 +-
 .../src/views/AuditEvent/AdminLogs/PolicyLogs.jsx  | 2430 ++++++++++----------
 .../AuditEvent/AdminLogs/SecurityZonelogs.jsx      |  236 +-
 .../src/views/AuditEvent/LoginSessionsLogs.jsx     |   30 +-
 .../src/views/AuditEvent/PluginStatusLogs.jsx      |   31 +-
 .../src/views/AuditEvent/PluginsLog.jsx            |   30 +-
 .../react-webapp/src/views/AuditEvent/UserSync.jsx |   36 +-
 .../src/views/Encryption/KeyManager.jsx            |   29 +-
 .../webapp/react-webapp/src/views/ErrorPage.jsx    |   21 +-
 .../main/webapp/react-webapp/src/views/Header.jsx  |   62 +-
 .../main/webapp/react-webapp/src/views/Layout.jsx  |   42 +-
 .../src/views/PermissionsModule/Permissions.jsx    |   35 +-
 .../src/views/PolicyListing/PolicyListing.jsx      |   75 +-
 .../src/views/Reports/SearchPolicyTable.jsx        |    4 +-
 .../src/views/ServiceManager/ServiceDefinition.jsx |    4 +
 .../src/views/ServiceManager/ServiceForm.jsx       |    8 +-
 .../groups_details/GroupListing.jsx                |   37 +-
 .../UserGroupRoleListing/role_details/RoleForm.jsx |   10 +-
 .../role_details/RoleListing.jsx                   |   42 +-
 .../users_details/UserListing.jsx                  |   60 +-
 .../java/org/apache/ranger/biz/TestXUserMgr.java   |    4 -
 47 files changed, 2229 insertions(+), 2048 deletions(-)

Reply via email to