This is an automated email from the ASF dual-hosted git repository.
pradeep pushed a change to branch RANGER-5061_master
in repository https://gitbox.apache.org/repos/asf/ranger.git
omit 68d50c5f9 RANGER-5061: checkstyle compliance updates - security-admin
modules : org.apache.ranger.entity package (#504)
omit 7b8d55ee1 RANGER-5061: checkstyle compliance updates - security-admin
org.apache.ranger.rest (#505)
omit bb16c18a7 RANGER-5061: checkstyle compliance updates - security-admin
org.apache.ranger.service (#503)
omit 23cb50313 RANGER-5061: checkstyle compliance updates - security-admin
modules (#495)
omit a2236c962 RANGER-5061: checkstyle compliance updates - security-admin
org.apache.ranger.common - fix for unittest failure
omit 07d2bbafb RANGER-5061: checkstyle compliance updates - security-admin
org.apache.ranger.common (#487)
omit 963209706 RANGER-5061: checkstyle compliance updates - security-admin
module - org.apache.ranger.util (#498)
omit cfa734f94 RANGER-5061: checkstyle compliance updates - security-admin
module org.apache.ranger.db and org.apache.ranger.credentialapi(#496)
omit 4abe800f4 RANGER-5061: checkstyle compliance updates - security-admin
module for org.apache.ranger.amazon
omit e9b629633 RANGER-5061: checkstyle compliance updates - security-admin
elasticsearch
omit a52d0b88b RANGER-5061: security-admin module(elasticsearch package):
update for code readability improvement (#488)
omit f63d00ec9 RANGER-5061: checkstyle compliance updates - security-admin
module for org.apache.ranger.amazon and org.apache.ranger.authentication (#490)
omit a23d24c5e RANGER-5061: checkstyle compliance updates - security-admin
module - all unit tests (#484)
omit 3e3d2b8be RANGER-5061: checkstyle compliance : security-admin module
add 8a605be50 RANGER-5089: Getting 204 instead of 404 status code when
invalid service name is passed
add 6b00c50fd RANGER-5036: checkstyle compliance updates - knox-agent
(#502)
add 080431f39 RANGER-5072: Bump org.apache.avro:avro from 1.11.3 to 1.11.4
(#453)
add 615e245b5 RANGER-5095: Bump atlas to 2.4.0 & spring-ldap-core to 2.4.4
(#500)
add 696a641d8 Bump jinja2 from 3.1.4 to 3.1.5 in
/ranger-tools/src/main/python (#475)
add bf080cfd5 RANGER-5085 : security-admin > react-webapp : update for
code readability improvement
new d4d8e582f RANGER-5061: checkstyle compliance : security-admin module
new d149d1a9d RANGER-5061: checkstyle compliance updates - security-admin
module - all unit tests (#484)
new 5c6f87bf2 RANGER-5061: checkstyle compliance updates - security-admin
module for org.apache.ranger.amazon and org.apache.ranger.authentication (#490)
new 9c3ac972f RANGER-5061: security-admin module(elasticsearch package):
update for code readability improvement (#488)
new 04a69db2f RANGER-5061: checkstyle compliance updates - security-admin
elasticsearch
new 29d7277c9 RANGER-5061: checkstyle compliance updates - security-admin
module for org.apache.ranger.amazon
new e920ec75f RANGER-5061: checkstyle compliance updates - security-admin
module org.apache.ranger.db and org.apache.ranger.credentialapi(#496)
new 19cf1ac04 RANGER-5061: checkstyle compliance updates - security-admin
module - org.apache.ranger.util (#498)
new 7fb9a397c RANGER-5061: checkstyle compliance updates - security-admin
org.apache.ranger.common (#487)
new ddcde419d RANGER-5061: checkstyle compliance updates - security-admin
org.apache.ranger.common - fix for unittest failure
new b1ca7fbc5 RANGER-5061: checkstyle compliance updates - security-admin
modules (#495)
new 942b3ce1b RANGER-5061: checkstyle compliance updates - security-admin
org.apache.ranger.service (#503)
new 10cc6b54d RANGER-5061: checkstyle compliance updates - security-admin
org.apache.ranger.rest (#505)
new 376b2afa7 RANGER-5061: checkstyle compliance updates - security-admin
modules : org.apache.ranger.entity package (#504)
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 (68d50c5f9)
\
N -- N -- N refs/heads/RANGER-5061_master (376b2afa7)
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.
The 14 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:
knox-agent/pom.xml | 2 +
.../admin/client/RangerAdminJersey2RESTClient.java | 2263 ++++++++++----------
.../authorization/knox/KnoxRangerPlugin.java | 214 +-
.../authorization/knox/RangerPDPKnoxFilter.java | 356 ++-
.../ranger/services/knox/RangerServiceKnox.java | 175 +-
.../ranger/services/knox/client/KnoxClient.java | 791 ++++---
.../services/knox/client/KnoxConnectionMgr.java | 130 +-
.../services/knox/client/KnoxResourceMgr.java | 168 +-
.../ranger/services/knox/KnoxRangerTest.java | 337 +--
.../services/knox/RangerAdminClientImpl.java | 25 +-
plugin-schema-registry/pom.xml | 2 +-
pom.xml | 6 +-
ranger-tools/src/main/python/requirements.txt | 2 +-
.../java/org/apache/ranger/rest/XUserREST.java | 10 +
.../src/main/webapp/react-webapp/.prettierignore | 6 +
.../src/main/webapp/react-webapp/.prettierrc | 24 +
.../src/main/webapp/react-webapp/README.md | 48 +-
.../src/main/webapp/react-webapp/src/App.jsx | 116 +-
.../react-webapp/src/components/CreatableField.jsx | 15 +-
.../main/webapp/react-webapp/src/utils/XAUtils.js | 5 +-
.../main/webapp/react-webapp/src/utils/appState.js | 7 +-
.../src/views/AuditEvent/AdminLogs/PolicyLogs.jsx | 24 +-
.../src/views/AuditEvent/AdminLogs/UserLogs.jsx | 16 +-
.../src/views/AuditEvent/OperationAdminModal.jsx | 12 +-
.../views/GovernedData/Dataset/AccessGrantForm.jsx | 4 +-
.../views/GovernedData/Dataset/AddDatasetView.jsx | 4 +-
.../Dataset/PrinciplePermissionComp.jsx | 8 +-
.../GovernedData/Datashare/AddDatashareView.jsx | 3 +-
.../src/views/PolicyListing/PolicyListing.jsx | 4 +-
.../src/views/Resources/ResourceSelectComp.jsx | 8 +-
.../src/views/ServiceManager/ServiceForm.jsx | 14 +-
.../react-webapp/src/views/SideBar/SideBar.jsx | 5 +-
32 files changed, 2438 insertions(+), 2366 deletions(-)
create mode 100644 security-admin/src/main/webapp/react-webapp/.prettierignore
create mode 100644 security-admin/src/main/webapp/react-webapp/.prettierrc