-
Notifications
You must be signed in to change notification settings - Fork 379
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
[GUI] New "Checker Coverage" statistics tab to show all enabled checkers and … #4210
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cservakt
added
API change 📄
Content of patch changes API!
GUI 🎨
usability 👍
Usability-related features
new feature 👍
New feature request
labels
Apr 5, 2024
cservakt
changed the title
[GUI] New "Analysis statistics" tab to show all enabled checkers and …
[GUI] New "Checker Coverage" statistics tab to show all enabled checkers and …
Apr 8, 2024
cservakt
force-pushed
the
checker-statistics
branch
from
April 8, 2024 12:44
8f46a04
to
aba1bd4
Compare
…ers and their statistics It is a new feature based on 4089 PR. The new Checker Coverage statitics tab on the Statistics page can show all enabled checkers for runs that are selected (or for all runs if no run selected) in the report filter. The table lists all checkers that were enabled in at least one of runs according to the latest analysis. It also shows checker severity, status, number of closed and outstanding reports. Status can inform the user that the specific checker was "Enabled in all" runs or "Enabled in all runs except these" where "runs" and "these" words are links to list appropriate runs. Closed and outstanding report counts depend on review and detection status. These statistics represent the number of closed and outstanding reports that belong to runs that were created with new DB schema.
cservakt
force-pushed
the
checker-statistics
branch
from
April 10, 2024 08:17
aba1bd4
to
83a1ed5
Compare
bruntib
approved these changes
Apr 11, 2024
whisperity
reviewed
Apr 11, 2024
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.
It seems like this was merged so fast I had no time to check it in time. Hopefully, the comments can be incorporated in a subsequent patch after rc but before the actual release.
whisperity
reviewed
Apr 11, 2024
web/server/vue-cli/src/components/Statistics/CheckerCoverage/CheckerCoverageStatistics.vue
Show resolved
Hide resolved
whisperity
reviewed
Apr 11, 2024
...server/vue-cli/src/components/Statistics/CheckerCoverage/CheckerCoverageStatisticsDialog.vue
Show resolved
Hide resolved
cservakt
added a commit
to cservakt/codechecker
that referenced
this pull request
Apr 12, 2024
It's a fix PR based on Ericsson#4210. Unnecessary comments were deleted. Minimal API changes and some style corrections were made. Some parts of the code are more readable now.
cservakt
added a commit
to cservakt/codechecker
that referenced
this pull request
Apr 12, 2024
It's a fix PR based on Ericsson#4210. Unnecessary comments were deleted. Minimal API changes and some style corrections were made. Some parts of the code are more readable now.
cservakt
added a commit
to cservakt/codechecker
that referenced
this pull request
Apr 12, 2024
It's a fix PR based on Ericsson#4210. Unnecessary comments were deleted. Minimal API changes and some style corrections were made. Some parts of the code are more readable now.
cservakt
added a commit
to cservakt/codechecker
that referenced
this pull request
Apr 12, 2024
It's a fix PR based on Ericsson#4210. Unnecessary comments were deleted. Minimal API changes and some style corrections were made. Some parts of the code are more readable now.
whisperity
pushed a commit
to cservakt/codechecker
that referenced
this pull request
Apr 12, 2024
It's a fix PR based on Ericsson#4210. Unnecessary comments were deleted. Minimal API changes and some style corrections were made. Some parts of the code are more readable now. api packages package-lock.json reset to master package lock json fix hash
cservakt
added a commit
to cservakt/codechecker
that referenced
this pull request
Apr 12, 2024
It's a fix PR based on Ericsson#4210. Unnecessary comments were deleted. Minimal API changes and some style corrections were made. Some parts of the code are more readable now. api packages package-lock.json reset to master package lock json fix hash
whisperity
added a commit
that referenced
this pull request
Apr 12, 2024
[fix] Checker Coverage statistics fixing It's a fix PR based on #4210. Unnecessary comments were deleted. Minimal API changes and some style corrections were made. Some parts of the code are more readable now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API change 📄
Content of patch changes API!
GUI 🎨
new feature 👍
New feature request
usability 👍
Usability-related features
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It is a new feature based on #4089 PR. The new Checker Coverage statitics tab on the Statistics page can show all enabled checkers for runs that are selected (or for all runs if no run selected) in the report filter. The table lists all checkers that were enabled in at least one of runs according to the latest analysis. It also shows checker severity, status, number of closed and outstanding reports.
Status can inform the user that the specific checker was "Enabled in all" runs or "Enabled in all runs except these" where "runs" and "these" words are links to list appropriate runs.
Closed and outstanding report counts depend on review and detection status. These statistics represent the number of closed and outstanding reports that belong to runs that were created with new DB schema.