[
https://issues.apache.org/jira/browse/NIFI-11520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837893#comment-17837893
]
ASF subversion and git services commented on NIFI-11520:
--------------------------------------------------------
Commit 4104cfd78d829ec4ab6bf4470ae472a6eda74171 in nifi's branch
refs/heads/main from Shane Ardell
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4104cfd78d ]
NIFI-11520: Add a menu to display Flow Analysis report results (#8273)
* NIFI-11520: init ui work for flow analysis UI
* NIFI-11520: use .text() to render user input data
* NIFI-11520: update urls for analysis requests
* NIFI-11520: add WARN enforcement level to ui
* NIFI-11520: ui bug fixes
* fix rule bindings
* use correct count for rule violations
* NIFI-11520: move drawer markup into partial file
* NIFI-11520: remove old recs and policies naming
* NIFI-11520: comments and code cleanup
* NIFI-11520: fix linting errors
* NIFI-11520: restore refresh button logic
* NIFI-11520: remove timer
* NIFI-11520: add checkbox to only show warning violations
* NIFI-11520: style and copy changes
* change copy of violation checkboxes
* show correct details in violation dialog
* add overflow to violations menu
* NIFI-11520: add missing license header
* NIFI-11520: remove unused function
* NIFI-11520: cleanup rule and violation menu handling
* NIFI-11520: remove single use functions
* NIFI-11520: change function name to match established pattern
* NIFI-11520: rename function
* NIFI-11520: remove rule and violation details menu
* NIFI-11520: fix issue causing wrong documentation to be displayed
* NIFI-11520: fix go to button for components in nested process groups
* NIFI-11520: use refresh interval returned from the backend
* NIFI-11520: reload analysis when canvas is refreshed
* NIFI-11520: add violation details dialog with correct message
* NIFI-11520: disabled go to component when root group is violation
* NIFI-11520: remove unused CSS styles
* NIFI-11520: addressing more feedback:
* fix flow analysis drawer button styling
* disable edit rule if user does not have read permission
* fix broken warning list
* add loader and disable check now button while report is running
* NIFI-11520: handle violations without read permission
* NIFI-11520: disable go to component if not processor
* NIFI-11520: remove create analysis button and logic
* NIFI-11520: add pending analysis message
* NIFI-11520: protect against scenario where currentUser not loaded
* NIFI-11520: determine root group based on groupId being null
* NIFI-11520: address review feedback
* simplify go to logic by only showing for processors
* hide go to button instead of disabling
* NIFI-11520: fix hidden state
* NIFI-11520: hide go to based on permissions
This closes #8273
> UI - Add menu to display Flow Analysis report results
> -----------------------------------------------------
>
> Key: NIFI-11520
> URL: https://issues.apache.org/jira/browse/NIFI-11520
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core UI
> Reporter: Shane Ardell
> Assignee: Shane Ardell
> Priority: Major
> Time Spent: 6h 50m
> Remaining Estimate: 0h
>
> Create a UI menu to display the results of a Flow Analysis report. This would
> be based off of the new feature created here:
> https://issues.apache.org/jira/browse/NIFI-8650
> * show the list of rules returned in a report
> * show any recommendations and violations in a report
> * have a way to find details about rules, recommendations and violations
> * be able to quickly filter results to only show violations
--
This message was sent by Atlassian Jira
(v8.20.10#820010)