-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74695/
-----------------------------------------------------------
(Updated Dec. 12, 2023, 1:40 p.m.)
Review request for ranger, Dhaval Rajpara, Dineshkumar Yadav, Madhan Neethiraj,
Mehul Parikh, Mugdha Varadkar, Nikunj Pansuriya, and Nitin Galave.
Bugs: RANGER-4492
https://issues.apache.org/jira/browse/RANGER-4492
Repository: ranger
Description
-------
In Ranger React, we have already implemented the "plugins/definitions" API call
at the initial load for optimization.
This optimization is currently implemented on the Service Manager page and
needs to be extended to the following modules:
1)Audit
2)Report
3)Security Zone
4)Key Manager
This enhancement aims to improve the initial load performance by efficiently
utilizing the "plugins/definitions" API call across multiple modules within
Ranger-React.
Diffs (updated)
-----
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AccessLogDetail.jsx
dc75efe50
security-admin/src/main/webapp/react-webapp/src/views/Encryption/KeyCreate.jsx
5f7fc8af0
security-admin/src/main/webapp/react-webapp/src/views/Reports/UserAccessLayout.jsx
19629d6aa
security-admin/src/main/webapp/react-webapp/src/views/SecurityZone/SecurityZoneForm.jsx
7eb67544d
Diff: https://reviews.apache.org/r/74695/diff/2/
Changes: https://reviews.apache.org/r/74695/diff/1-2/
Testing
-------
Testing is in progress
Thanks,
Brijesh Bhalala