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 458335460 Merge branch 'master' into RANGER-3923
add cd8a752d0 RANGER-4482: Upgrade Tomcat to 8.5.94 (for CVE fixes) in all
Ranger services
new 84b16b847 Merge branch 'master' into RANGER-3923
new e05ab29e8 RANGER-4480: fixed pagination issues in GDS REST APIs
new 72055fb26 RANGER-4283: update GDS UI for add principals, listing of
datasets/datashares/shared-resources, service and zone selection
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:
.../apache/ranger/plugin/util/SearchFilter.java | 1 +
pom.xml | 2 +-
.../java/org/apache/ranger/biz/GdsDBStore.java | 22 +-
.../org/apache/ranger/common/RangerSearchUtil.java | 6 +-
.../react-webapp/src/components/Editable.jsx | 39 +-
.../main/webapp/react-webapp/src/styles/style.css | 64 +-
.../views/GovernedData/Dataset/AccessGrantForm.jsx | 513 +++++------
.../views/GovernedData/Dataset/AddDatasetView.jsx | 3 +-
.../GovernedData/Dataset/DatasetDetailFullView.jsx | 169 ++--
.../GovernedData/Dataset/DatasetDetailLayout.jsx | 935 ++++++++++-----------
.../GovernedData/Dataset/DatasetPolicyItemComp.jsx | 286 -------
.../Dataset/DatashareInDatasetListComp.jsx | 449 ++++++++++
.../GovernedData/Dataset/MyDatasetListing.jsx | 17 +-
.../Dataset/PrinciplePermissionComp.jsx | 240 ++++--
.../GovernedData/Datashare/AddDatashareView.jsx | 149 +++-
.../Datashare/AddSharedResourceComp.jsx | 255 +++---
.../Datashare/DatashareDetailFullView.jsx | 115 ++-
.../Datashare/DatashareDetailLayout.jsx | 617 +++++++++++---
.../GovernedData/Datashare/MyDatashareListing.jsx | 10 +-
.../GovernedData/Request/RequestDetailView.jsx | 101 +--
.../views/GovernedData/Request/RequestListing.jsx | 69 +-
21 files changed, 2490 insertions(+), 1572 deletions(-)
delete mode 100755
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatasetPolicyItemComp.jsx
create mode 100644
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatashareInDatasetListComp.jsx