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/20 17:04:42 UTC

[ranger] branch RANGER-3923 updated (81955dd42 -> c57bb9496)

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 81955dd42 Merge branch 'master' into RANGER-3923
     add 846213982 RANGER-4081 - If the url to edit a policy, service or permissions for a module, and the url to view user/group/roles contains an invalid id, then page should display an error
     new c57bb9496 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:
 .../java/org/apache/ranger/biz/ServiceDBStore.java |  4 +
 .../org/apache/ranger/common/RangerSearchUtil.java |  7 ++
 .../java/org/apache/ranger/rest/ServiceREST.java   | 28 +++++--
 .../src/main/webapp/react-webapp/src/App.jsx       | 14 ++++
 .../main/webapp/react-webapp/src/utils/XAEnums.js  |  6 +-
 .../main/webapp/react-webapp/src/utils/XAUtils.js  |  8 ++
 .../main/webapp/react-webapp/src/utils/fetchAPI.js | 17 +++-
 .../webapp/react-webapp/src/views/ErrorPage.jsx    | 13 ++-
 .../main/webapp/react-webapp/src/views/Layout.jsx  | 37 ++++++--
 .../src/views/PermissionsModule/EditPermission.jsx | 10 +--
 .../views/PolicyListing/AddUpdatePolicyForm.jsx    | 95 ++++++++++++---------
 .../views/PolicyListing/PolicyListingTabView.jsx   | 13 +--
 .../src/views/SecurityZone/SecurityZoneForm.jsx    |  4 +-
 .../src/views/SecurityZone/ZoneListing.jsx         |  4 +-
 .../views/ServiceManager/ServiceAuditFilter.jsx    |  8 +-
 .../src/views/ServiceManager/ServiceForm.jsx       | 98 ++++++++++++----------
 .../groups_details/GroupForm.jsx                   |  4 +-
 .../UserGroupRoleListing/role_details/RoleForm.jsx |  2 +-
 .../users_details/EditUserView.jsx                 |  2 +-
 .../scripts/model_bases/RangerServiceDefBase.js    |  2 +-
 .../main/webapp/scripts/models/RangerServiceDef.js |  5 +-
 .../webapp/scripts/modules/globalize/message/en.js |  3 +-
 .../src/main/webapp/scripts/utils/XAUtils.js       |  6 ++
 .../main/webapp/scripts/views/common/ErrorView.js  |  3 +
 .../webapp/scripts/views/service/ServiceCreate.js  |  3 +
 25 files changed, 267 insertions(+), 129 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 c57bb9496eced901cdc54c948ec08273cba3cf92
Merge: 81955dd42 846213982
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Tue Jun 20 10:04:19 2023 -0700

    Merge branch 'master' into RANGER-3923

 .../java/org/apache/ranger/biz/ServiceDBStore.java |  4 +
 .../org/apache/ranger/common/RangerSearchUtil.java |  7 ++
 .../java/org/apache/ranger/rest/ServiceREST.java   | 28 +++++--
 .../src/main/webapp/react-webapp/src/App.jsx       | 14 ++++
 .../main/webapp/react-webapp/src/utils/XAEnums.js  |  6 +-
 .../main/webapp/react-webapp/src/utils/XAUtils.js  |  8 ++
 .../main/webapp/react-webapp/src/utils/fetchAPI.js | 17 +++-
 .../webapp/react-webapp/src/views/ErrorPage.jsx    | 13 ++-
 .../main/webapp/react-webapp/src/views/Layout.jsx  | 37 ++++++--
 .../src/views/PermissionsModule/EditPermission.jsx | 10 +--
 .../views/PolicyListing/AddUpdatePolicyForm.jsx    | 95 ++++++++++++---------
 .../views/PolicyListing/PolicyListingTabView.jsx   | 13 +--
 .../src/views/SecurityZone/SecurityZoneForm.jsx    |  4 +-
 .../src/views/SecurityZone/ZoneListing.jsx         |  4 +-
 .../views/ServiceManager/ServiceAuditFilter.jsx    |  8 +-
 .../src/views/ServiceManager/ServiceForm.jsx       | 98 ++++++++++++----------
 .../groups_details/GroupForm.jsx                   |  4 +-
 .../UserGroupRoleListing/role_details/RoleForm.jsx |  2 +-
 .../users_details/EditUserView.jsx                 |  2 +-
 .../scripts/model_bases/RangerServiceDefBase.js    |  2 +-
 .../main/webapp/scripts/models/RangerServiceDef.js |  5 +-
 .../webapp/scripts/modules/globalize/message/en.js |  3 +-
 .../src/main/webapp/scripts/utils/XAUtils.js       |  6 ++
 .../main/webapp/scripts/views/common/ErrorView.js  |  3 +
 .../webapp/scripts/views/service/ServiceCreate.js  |  3 +
 25 files changed, 267 insertions(+), 129 deletions(-)