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 811c0ece1 Merge branch 'master' into RANGER-3923
     new 3114b7d67 RANGER-4283: UI for GDS: Dataset and Datashare full view, 
download json, CSS
     new 9d62eef59 RANGER-4410: dataShareName/partailName not working - #2

The 2 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/service/RangerGdsDatasetService.java    |   4 +-
 .../src/main/webapp/react-webapp/src/App.jsx       |  14 +
 .../main/webapp/react-webapp/src/styles/style.css  |  46 ++
 .../main/webapp/react-webapp/src/utils/XAEnums.js  |   2 +
 .../views/GovernedData/Dataset/AccessGrantForm.jsx | 401 ++++++---
 .../GovernedData/Dataset/DatasetDetailFullView.jsx | 916 +++++++++++++++++++++
 .../GovernedData/Dataset/DatasetDetailLayout.jsx   | 879 +++++++++++---------
 .../GovernedData/Dataset/DatasetPolicyItemComp.jsx |  93 ++-
 .../GovernedData/Dataset/MyDatasetListing.jsx      |  90 +-
 .../Dataset/PrinciplePermissionComp.jsx            | 174 ++--
 .../GovernedData/Datashare/AddDatashareView.jsx    |  17 +-
 .../Datashare/AddSharedResourceComp.jsx            |   7 +-
 .../Datashare/DatashareDetailFullView.jsx          | 659 +++++++++++++++
 .../Datashare/DatashareDetailLayout.jsx            | 583 ++++++-------
 .../GovernedData/Datashare/MyDatashareListing.jsx  |  90 +-
 .../GovernedData/Request/RequestDetailView.jsx     |  86 +-
 16 files changed, 3055 insertions(+), 1006 deletions(-)
 create mode 100644 
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/DatashareDetailFullView.jsx

Reply via email to