You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2023/06/23 23:00:12 UTC

[ranger] branch RANGER-3923 updated (dc338c184 -> c39468ce9)

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 dc338c184 RANGER-4265: updated ServicePolicies to include GDS policies - #2
     add 846031985 RANGER-2895: Replace c3p0 connection pool with HikariCP
     add fe7f7b04e RANGER-4296 : [Ranger UI] [React JS] Dropdown option in the access audits must display "User" instead of "Users"
     add 7a7a78720 RANGER-4286: allow security-zone to exist without any services/resources assigned - #2
     add a64f2f217 RANGER-4293: Long User/group/role name overflowing from delete confirmation dialog box
     add f5c081035 RANGER-4292: Long zone names are not showing perfectly in the zone search dropdown of service manager
     add 433da0281 RANGER-4299: fixed security-zone validator to handle wildcard resources at different hierarchies
     new c39468ce9 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:
 .../validation/RangerSecurityZoneValidator.java    | 26 ++----
 .../plugin/store/SecurityZonePredicateUtil.java    |  9 +-
 .../RangerSecurityZoneValidatorTest.java           | 38 +++++++++
 pom.xml                                            |  4 +-
 security-admin/pom.xml                             |  6 +-
 .../scripts/ranger-admin-site-template.xml         | 10 +--
 security-admin/scripts/upgrade_admin.py            |  9 +-
 .../org/apache/ranger/db/RangerDaoManager.java     |  6 --
 .../org/apache/ranger/db/XXAccessAuditDao.java     |  2 +-
 .../src/main/resources/META-INF/persistence.xml    | 10 ---
 .../conf.dist/ranger-admin-default-site.xml        | 18 ++--
 .../main/webapp/META-INF/applicationContext.xml    | 98 +++-------------------
 .../main/webapp/react-webapp/src/styles/style.css  |  5 +-
 .../src/views/AuditEvent/AccessLogs.jsx            |  2 +-
 .../react-webapp/src/views/CustomBreadcrumb.jsx    | 10 ++-
 .../views/ServiceManager/ServiceDefinitions.jsx    |  8 +-
 .../react-webapp/src/views/SideBar/TopNavBar.jsx   |  8 +-
 .../groups_details/GroupListing.jsx                | 32 ++++---
 .../role_details/RoleListing.jsx                   | 27 +++---
 .../users_details/UserListing.jsx                  | 27 +++---
 20 files changed, 162 insertions(+), 193 deletions(-)


[ranger] 01/01: Merge branch 'master' into RANGER-3923

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c39468ce9e1edee516403e6c1bf5e19e78e0a1a6
Merge: dc338c184 433da0281
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Fri Jun 23 15:59:44 2023 -0700

    Merge branch 'master' into RANGER-3923

 .../validation/RangerSecurityZoneValidator.java    | 26 ++----
 .../plugin/store/SecurityZonePredicateUtil.java    |  9 +-
 .../RangerSecurityZoneValidatorTest.java           | 38 +++++++++
 pom.xml                                            |  4 +-
 security-admin/pom.xml                             |  6 +-
 .../scripts/ranger-admin-site-template.xml         | 10 +--
 security-admin/scripts/upgrade_admin.py            |  9 +-
 .../org/apache/ranger/db/RangerDaoManager.java     |  6 --
 .../org/apache/ranger/db/XXAccessAuditDao.java     |  2 +-
 .../src/main/resources/META-INF/persistence.xml    | 10 ---
 .../conf.dist/ranger-admin-default-site.xml        | 18 ++--
 .../main/webapp/META-INF/applicationContext.xml    | 98 +++-------------------
 .../main/webapp/react-webapp/src/styles/style.css  |  5 +-
 .../src/views/AuditEvent/AccessLogs.jsx            |  2 +-
 .../react-webapp/src/views/CustomBreadcrumb.jsx    | 10 ++-
 .../views/ServiceManager/ServiceDefinitions.jsx    |  8 +-
 .../react-webapp/src/views/SideBar/TopNavBar.jsx   |  8 +-
 .../groups_details/GroupListing.jsx                | 32 ++++---
 .../role_details/RoleListing.jsx                   | 27 +++---
 .../users_details/UserListing.jsx                  | 27 +++---
 20 files changed, 162 insertions(+), 193 deletions(-)