-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74352/
-----------------------------------------------------------
(Updated April 3, 2023, 7:30 a.m.)
Review request for ranger, Brijesh Bhalala, Dhaval Rajpara, Madhan Neethiraj,
Mehul Parikh, Nikunj Pansuriya, and Velmurugan Periasamy.
Bugs: RANGER-4138
https://issues.apache.org/jira/browse/RANGER-4138
Repository: ranger
Description
-------
This review is tracking changes to build ranger-react and backbone code base
into webapp directory of Ranger Admin.
With this change, by default Ranger Admin UI with react code base will get
loaded. If user want to view Ranger Admin UI with backbone code base, they will
get a option in the Top User Profile section as - "Backbone Classic UI".
Removing the profiles security-admin-react and security-admin-backbone used to
build react and backbone respectively.
No need to pass -Psecurity-admin-react profile option to mvn command to build
Ranger Admin code base with react.
Diffs (updated)
-----
security-admin/pom.xml 2e5e21950afe751fa6bf55f0d4f8b7f229a3d928
security-admin/src/main/webapp/index.html
security-admin/src/main/webapp/react-webapp/src/views/Header.jsx
5d3f26ae8035820826e22a6c35ebdc82b20b3905
security-admin/src/main/webapp/scripts/views/common/ProfileBar.js
87e4dca27733a3bb48c95d4dbd7519d9faa52f55
security-admin/src/main/webapp/templates/common/ProfileBar_tmpl.html
d8c2112f11d6a434645411d72b007901178dbc5f
Diff: https://reviews.apache.org/r/74352/diff/2/
Changes: https://reviews.apache.org/r/74352/diff/1-2/
Testing
-------
Build ranger using below command and setup a local cluster,
mvn clean compile package -DskipTest
Thanks,
Mugdha Varadkar