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 d0f39291c RANGER-4459: add filters for sharedResourceName and 
sharedResourceNamePartial in get sharedResource API #2
     new e5dd94c07 RANGER-4440: added column x_security_zone.gz_jsonData to 
store compressed bytes - #3
     new 0a45ab730 RANGER-4283: [WIP] UI for GDS: Added validity period 
changes. Multiple default tag datamask condition for datashare and CSS

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/authorization/utils/StringUtil.java     |  24 +-
 .../optimized/current/ranger_core_db_mysql.sql     |   1 +
 .../optimized/current/ranger_core_db_postgres.sql  |   1 +
 .../apache/ranger/entity/XXSecurityZoneBase.java   |  12 +-
 .../service/RangerSecurityZoneServiceService.java  |  30 +-
 .../main/webapp/react-webapp/src/styles/style.css  |   7 +-
 .../GovernedData/Dataset/DatasetDetailLayout.jsx   |  56 ++-
 .../GovernedData/Dataset/MyDatasetListing.jsx      |  30 +-
 .../GovernedData/Datashare/AddDatashareView.jsx    | 408 +++++++++-------
 .../Datashare/AddSharedResourceComp.jsx            | 519 ++++++++++-----------
 .../Datashare/DatashareDetailLayout.jsx            | 147 ++++--
 .../GovernedData/Datashare/MyDatashareListing.jsx  |  88 +++-
 .../GovernedData/Request/RequestDetailView.jsx     | 161 ++++---
 .../views/GovernedData/Request/RequestListing.jsx  |   6 +-
 .../PolicyListing/PolicyValidityPeriodComp.jsx     |   3 +-
 .../react-webapp/src/views/SideBar/TopNavBar.jsx   |  15 +-
 16 files changed, 898 insertions(+), 610 deletions(-)
 mode change 100755 => 100644 
security-admin/db/mysql/optimized/current/ranger_core_db_mysql.sql
 mode change 100755 => 100644 
security-admin/db/postgres/optimized/current/ranger_core_db_postgres.sql

Reply via email to