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

[ranger] branch master updated (44a82e408 -> 717158e88)

This is an automated email from the ASF dual-hosted git repository.

mehul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


    from 44a82e408 RANGER-4128: updated importTags API to use the service name specified in the URL for all service-resources
     add 717158e88 RANGER-4063 Editable Search Filter (tokenizer) in Ranger React

No new revisions were added by this update.

Summary of changes:
 .../src/components/CommonComponents.jsx            |  12 +-
 .../structured-filter/react-datepicker/calendar.js |  33 +++
 .../react-datepicker/date_input.js                 |   6 +-
 .../react-datepicker/datepicker.js                 |   4 +
 .../react-typeahead/tokenizer/index.js             | 114 +++++---
 .../react-typeahead/tokenizer/token.js             |  75 ++++-
 .../react-typeahead/typeahead/index.js             |  65 ++++-
 .../main/webapp/react-webapp/src/styles/style.css  | 325 ++++++++-------------
 .../main/webapp/react-webapp/src/utils/XAUtils.js  |  35 ++-
 .../src/views/AuditEvent/AccessLogs.jsx            |  46 ++-
 .../src/views/AuditEvent/AccessLogsTable.jsx       |   2 +-
 .../src/views/AuditEvent/AdminLogs.jsx             |  30 +-
 .../src/views/AuditEvent/LoginSessionsLogs.jsx     |  30 +-
 .../src/views/AuditEvent/PluginStatusLogs.jsx      |  31 +-
 .../src/views/AuditEvent/PluginsLog.jsx            |  30 +-
 .../react-webapp/src/views/AuditEvent/UserSync.jsx |  36 +--
 .../src/views/Encryption/KeyManager.jsx            |  29 +-
 .../src/views/PermissionsModule/Permissions.jsx    |  35 +--
 .../src/views/PolicyListing/PolicyListing.jsx      |  75 +++--
 .../src/views/Reports/SearchPolicyTable.jsx        |   4 +-
 .../groups_details/GroupListing.jsx                |  37 +--
 .../UserGroupRoleListing/role_details/RoleForm.jsx |  10 +-
 .../role_details/RoleListing.jsx                   |  42 +--
 .../users_details/UserListing.jsx                  |  58 ++--
 24 files changed, 576 insertions(+), 588 deletions(-)