You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by gi...@apache.org on 2023/02/21 09:34:37 UTC

[ranger] branch dependabot/npm_and_yarn/security-admin/src/main/webapp/react-webapp/qs-6.9.7 updated (8492365d3 -> 3816561ce)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/security-admin/src/main/webapp/react-webapp/qs-6.9.7
in repository https://gitbox.apache.org/repos/asf/ranger.git


 discard 8492365d3 Bump qs in /security-admin/src/main/webapp/react-webapp
     add a50e42f9d RANGER-4032 : Create node_modules directory under target directory for Ranger react build
     add 9d6cbe6d0 RANGER-3537 Addendum fix for adding license text
     add 3fb89d1aa RANGER-3896: Update ranger ozone plugin package dependencies and package namespace from the older org.apache.hadoop.ozone release 1.0.0 to the latest org.apache.ozone release 1.3.0. Updates affect maven pom build files. Build will latest ozone release 1.3.0 jars.
     add 14d2f852b RANGER-4030 : Updating content loader for Ranger React
     add 6e7cca01a RANGER-3989: fix for failure in KMS APIs due to ConcurrentModificationException
     add 645b4f3d6 RANGER-4031: updated REST API /api/policy/guid/{guid} to fetch policy given its guid, without service name
     add 392ebb355 RANGER-4034: Start and End date issue in validity schedule of Policy Form in Ranger React
     add 4941c9a1b Added 'Kishor Gollapalliwar' as a committer
     add adcfbe05d RANGER-4052 : Zone filter not getting cleared in landing page after deleting the zone from zone listing page in Ranger React
     add fdc88c907 RANGER-4028: Ranger - Upgrade bootbox.js
     add 84090d0a8 RANGER-3910 : API Documentation is broken for knox sso
     add c86c62fde RANGER-4064: Fix python client usage on SSL enabled cluster w/o host verification
     add 22e1d36bd RANGER-4042: Remove redundant ugsync poc package
     add 0de75b252 Added 'Abhishek Kumar' as a committer
     add f9bfc90fb RANGER-4069: Add performance tracing instrumentation to Tag Enricher
     add 08c4cf376 RANGER-4055: updated to require user's firstName to be non-empty
     add 380ca0bd0 RANGER-4057: updated resetCache() APIs to handle invalid service-name with status code 400
     add df0a778cb RANGER-4070: Provide mechanism to manage potentially multiple enrichment of an access request
     add fabffced8 RANGER-4024: support to add requestId in Ranger admin server logs via MDC
     add d14d03709 RANGER-4016 : Add row draggable feature for policy Item table in policy form in react UI.
     add 2b9bcbb07 Added 'Dineshkumar Yadav' as a committer
     add 574a1a0d5 Update README
     add b31db07db RANGER-4012: optmization of getPolicyByName REST API
     add 67ff6f0b6 RANGER-3991 : Upgrade underscore-min.js, underscore.js and moment-with-locales.min.js
     add cb70592e9 RANGER-4058 : Improvement in Ranger React
     add 63cf6007f RANGER-4079: Python client fix to handle URLs having subpaths
     add 7a7215f67 RANGER-3999: Implement more efficient way to handle _any access authorization - Part 2
     add 96a664f96 RANGER-4082: Correct the spelling 'succesfully' in UI alert messages
     add ca4a6428b RANGER-4072: Enable CI for ranger via GitHub Actions
     add 4b941b2f0 RANGER-3999: Implement more efficient way to handle _any access authorization - Part 3
     add e686bceeb RANGER-4071: Support for LDAP/AD usernames and groupnames with special chars
     add 85f5483ed RANGER-4100: Efficient computation of the smallest set of evaluators returned by search of multiple Trie trees
     add 4ef413a29 RANGER-4102: fixed incorrect TestPolicyACLs unit tests
     add f051d54be RANGER-4050 : Session Inactivity Timeout: Ranger react UI part.
     add 08ba2596b RANGER-4066 : Add row draggable feature for audit filter table in service form in Ranger React.
     add 41782aa88 RANGER-4084: Use the exact login ID in the header instead of capitalising the first character
     add 3816561ce Bump qs in /security-admin/src/main/webapp/react-webapp

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8492365d3)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/security-admin/src/main/webapp/react-webapp/qs-6.9.7 (3816561ce)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |   47 +
 README.md                                          |  129 ++
 README.txt                                         |  132 --
 .../plugin/contextenricher/RangerTagEnricher.java  |   84 +-
 .../validation/RangerSecurityZoneValidator.java    |   65 +-
 .../ranger/plugin/policyengine/PolicyEngine.java   |  111 +-
 .../policyengine/RangerPolicyEngineImpl.java       |    3 +-
 .../RangerDefaultPolicyEvaluator.java              |   11 +-
 .../service/RangerDefaultRequestProcessor.java     |    5 +
 .../ranger/plugin/util/AutoClosableLock.java       |   87 +
 .../plugin/util/RangerAccessRequestUtil.java       |   24 +-
 .../util/RangerResourceEvaluatorsRetriever.java    |  158 ++
 .../ranger/plugin/policyengine/TestPolicyACLs.java |   10 +
 .../plugin/policyengine/TestPolicyEngine.java      |   11 +-
 .../policyengine/test_aclprovider_default.json     |    9 +-
 .../policyengine/test_policyengine_hive.json       |   32 +
 distro/src/main/assembly/admin-web.xml             |   14 +-
 docs/pom.xml                                       |   36 +
 .../site/resources/{index.html => swagger.html}    |    0
 .../main/java/org/apache/ranger/RangerClient.java  |   28 +
 .../python/apache_ranger/client/ranger_client.py   |   39 +-
 kms/config/kms-webapp/kms-logback.xml              |    2 +-
 .../key/AzureKeyVaultClientAuthenticator.java      |  421 ++---
 .../org/apache/hadoop/crypto/key/RangerKMSDB.java  |  424 ++---
 .../apache/hadoop/crypto/key/RangerKeyStore.java   | 1658 ++++++++++----------
 .../hadoop/crypto/key/RangerKeyStoreProvider.java  | 1342 +++++++++-------
 .../apache/hadoop/crypto/key/RangerMasterKey.java  |   43 +-
 .../apache/hadoop/crypto/key/kms/server/KMS.java   |  750 +++++----
 .../kms/server/KeyAuthorizationKeyProvider.java    |  278 ++--
 .../apache/ranger/kms/biz/RangerKMSStartUp.java    |   23 +-
 .../java/org/apache/ranger/kms/dao/BaseDao.java    |  453 +++---
 .../java/org/apache/ranger/kms/dao/DaoManager.java |   41 +-
 .../org/apache/ranger/kms/dao/RangerKMSDao.java    |   77 +-
 .../apache/ranger/kms/dao/RangerMasterKeyDao.java  |    2 +-
 .../resources/META-INF/kms_jpa_named_queries.xml   |   42 +-
 plugin-ozone/pom.xml                               |   12 +-
 pom.xml                                            |    3 +-
 .../ranger/examples/sampleclient/SampleClient.java |   26 +-
 ranger-ozone-plugin-shim/pom.xml                   |    8 +-
 ranger-tools/src/main/python/stress/stress_kms.py  |  175 +++
 security-admin/pom.xml                             |   21 +-
 .../java/org/apache/ranger/biz/ServiceDBStore.java |    2 +-
 .../main/java/org/apache/ranger/biz/XUserMgr.java  |   22 +
 .../java/org/apache/ranger/db/XXPolicyDao.java     |   30 +-
 .../java/org/apache/ranger/rest/PublicAPIsv2.java  |   35 +-
 .../java/org/apache/ranger/rest/ServiceREST.java   |   62 +-
 .../main/java/org/apache/ranger/rest/TagREST.java  |   12 +-
 .../security/web/filter/RangerMDCFilter.java       |  109 ++
 .../main/resources/META-INF/jpa_named_queries.xml  |    8 +
 .../conf.dist/security-applicationContext.xml      |    3 +
 .../main/webapp/libs/bower/bootbox/js/bootbox.js   |   35 +-
 .../bower/moment/js/moment-with-locales.min.js     |    2 +-
 .../webapp/libs/bower/underscore/js/underscore.js  |   74 +-
 .../src/main/webapp/react-webapp/README.md         |   19 +
 .../src/main/webapp/react-webapp/package-lock.json |   18 +
 .../src/main/webapp/react-webapp/package.json      |    1 +
 .../src/components/CommonComponents.jsx            |   35 +-
 .../react-webapp/src/components/CreatableField.jsx |   12 +-
 .../react-webapp/src/components/Editable.jsx       |   27 +-
 .../{ => react-webapp/src}/images/blockLoading.gif |  Bin
 .../main/webapp/react-webapp/src/styles/style.css  |  104 ++
 .../webapp/react-webapp/src/utils/XAMessages.js    |   10 +-
 .../main/webapp/react-webapp/src/utils/XAUtils.js  |   30 +
 .../main/webapp/react-webapp/src/utils/fetchAPI.js |   25 +-
 .../src/views/AuditEvent/AccessLogs.jsx            |  355 ++---
 .../src/views/AuditEvent/AccessLogsTable.jsx       |    2 +-
 .../src/views/AuditEvent/AdminLogs.jsx             |   92 +-
 .../src/views/AuditEvent/AdminLogs/PolicyLogs.jsx  |   21 +-
 .../AuditEvent/AdminLogs/PolicyViewDetails.jsx     |   23 +-
 .../src/views/AuditEvent/AdminModal.jsx            |    4 +-
 .../src/views/AuditEvent/LoginSessionsLogs.jsx     |   76 +-
 .../src/views/AuditEvent/OperationAdminModal.jsx   |  118 +-
 .../src/views/AuditEvent/PluginStatusLogs.jsx      |   66 +-
 .../src/views/AuditEvent/PluginsLog.jsx            |   64 +-
 .../react-webapp/src/views/AuditEvent/UserSync.jsx |  111 +-
 .../src/views/Encryption/KeyCreate.jsx             |   15 +-
 .../src/views/Encryption/KeyManager.jsx            |   13 +-
 .../main/webapp/react-webapp/src/views/Header.jsx  |   37 +-
 .../main/webapp/react-webapp/src/views/Layout.jsx  |  100 +-
 .../src/views/PermissionsModule/EditPermission.jsx |   41 +-
 .../src/views/PermissionsModule/Permissions.jsx    |    4 +-
 .../views/PolicyListing/AddUpdatePolicyForm.jsx    |  194 ++-
 .../src/views/PolicyListing/PolicyListing.jsx      |   23 +-
 .../views/PolicyListing/PolicyListingTabView.jsx   |   12 +-
 .../views/PolicyListing/PolicyPermissionItem.jsx   |  160 +-
 .../PolicyListing/PolicyValidityPeriodComp.jsx     |   33 +-
 .../src/views/Reports/SearchPolicyTable.jsx        |    4 +-
 .../src/views/Resources/ModalResourceComp.jsx      |    4 +-
 .../src/views/Resources/ResourceComp.jsx           |    2 +-
 .../src/views/SecurityZone/SecurityZoneForm.jsx    |   30 +-
 .../src/views/SecurityZone/ZoneDisplay.jsx         |   28 +-
 .../src/views/SecurityZone/ZoneListing.jsx         |  270 ++--
 .../src/views/ServiceManager/ExportPolicy.jsx      |   17 +-
 .../src/views/ServiceManager/ImportPolicy.jsx      |   25 +-
 .../views/ServiceManager/ServiceAuditFilter.jsx    |   42 +-
 .../src/views/ServiceManager/ServiceDefinition.jsx |   29 +-
 .../views/ServiceManager/ServiceDefinitions.jsx    |   70 +-
 .../src/views/ServiceManager/ServiceForm.jsx       |   32 +-
 .../GroupAssociateUserDetails.jsx                  |    9 +-
 .../groups_details/GroupForm.jsx                   |  411 ++---
 .../groups_details/GroupListing.jsx                |   39 +-
 .../UserGroupRoleListing/role_details/RoleForm.jsx |  951 +++++------
 .../role_details/RoleListing.jsx                   |   28 +-
 .../users_details/UserFormComp.jsx                 |   75 +-
 .../users_details/UserListing.jsx                  |   34 +-
 .../webapp/react-webapp/src/views/UserProfile.jsx  |   35 +-
 .../main/webapp/scripts/views/common/ProfileBar.js |    6 +
 .../webapp/templates/common/ProfileBar_tmpl.html   |    2 +-
 .../org/apache/ranger/biz/TestServiceDBStore.java  |   66 +
 .../java/org/apache/ranger/biz/TestXUserMgr.java   |   59 +-
 .../org/apache/ranger/rest/TestPublicAPIsv2.java   |   73 +-
 .../org/apache/ranger/rest/TestServiceREST.java    |  214 ++-
 .../java/org/apache/ranger/rest/TestTagREST.java   |   46 +
 .../security/web/filter/TestRangerMDCFilter.java   |   61 +
 .../unixusersync/config/UserGroupSyncConfig.java   |   17 +
 .../unixusersync/poc/InvalidGroupException.java    |   39 -
 .../unixusersync/poc/InvalidUserException.java     |   39 -
 .../ranger/unixusersync/poc/ListRangerUser.java    |  115 --
 .../unixusersync/poc/ListRangerUserGroup.java      |  141 --
 .../ranger/unixusersync/poc/ListUserGroupTest.java |   39 -
 .../ranger/unixusersync/poc/ListUserTest.java      |   52 -
 .../poc/RangerClientUserGroupMapping.java          |   71 -
 .../ranger/unixusersync/poc/RangerJSONParser.java  |   63 -
 .../unixusersync/poc/RangerUserGroupMapping.java   |   83 -
 .../ranger/unixusersync/poc/RestClientPost.java    |   55 -
 .../org/apache/ranger/usergroupsync/RegEx.java     |   18 +-
 .../org/apache/ranger/usergroupsync/TestRegEx.java |   83 +-
 127 files changed, 7002 insertions(+), 5550 deletions(-)
 create mode 100644 .github/workflows/maven.yml
 create mode 100644 README.md
 delete mode 100644 README.txt
 create mode 100644 agents-common/src/main/java/org/apache/ranger/plugin/util/AutoClosableLock.java
 create mode 100644 agents-common/src/main/java/org/apache/ranger/plugin/util/RangerResourceEvaluatorsRetriever.java
 rename docs/src/site/resources/{index.html => swagger.html} (100%)
 create mode 100755 ranger-tools/src/main/python/stress/stress_kms.py
 create mode 100644 security-admin/src/main/java/org/apache/ranger/security/web/filter/RangerMDCFilter.java
 copy security-admin/src/main/webapp/{ => react-webapp/src}/images/blockLoading.gif (100%)
 create mode 100644 security-admin/src/test/java/org/apache/ranger/security/web/filter/TestRangerMDCFilter.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/InvalidGroupException.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/InvalidUserException.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/ListRangerUser.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/ListRangerUserGroup.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/ListUserGroupTest.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/ListUserTest.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/RangerClientUserGroupMapping.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/RangerJSONParser.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/RangerUserGroupMapping.java
 delete mode 100644 ugsync/src/main/java/org/apache/ranger/unixusersync/poc/RestClientPost.java