-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebApp: Reflect excluded affected paths of issues in the UI #8562
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8562 +/- ##
=========================================
Coverage 67.70% 67.70%
Complexity 1007 1007
=========================================
Files 246 246
Lines 7924 7924
Branches 883 883
=========================================
Hits 5365 5365
Misses 2176 2176
Partials 383 383
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f3bd08d
to
135225d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
plugins/reporters/web-app-template/src/components/IssuesTable.jsx
Outdated
Show resolved
Hide resolved
135225d
to
edb5bfe
Compare
edb5bfe
to
dd641f8
Compare
This can be useful for filtering issues, for example in reporters. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
The property is supposed to be used to filter out excluded issues in the WebApp. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
Align with the recently added corresponding property in `EvaluatedIssue`. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
This recently added property is `true` if and only if the related corresponding package is excluded or if the corresponding non-null affected path is excluded. So, the exclusion filter in the issues tab as of this change handles excluded affected paths of issues. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
dd641f8
to
dc03962
Compare
The effect on the UI is visible only under the issues summary view and is as follows:
Note: This PR can be easily verified by creating a WebApp report from
./plugins/reporters/evaluated-model/src/funTest/assets/reporter-test-input.yml
.Part of: #7921.
UI Changes
Gradle:org.ossreviewtoolkit.gradle.example:lib:1.0.0
now grayed out: