diff --git a/web/server/vue-cli/src/views/NewFeatures.vue b/web/server/vue-cli/src/views/NewFeatures.vue index 4130d13b73..8a98c713b5 100644 --- a/web/server/vue-cli/src/views/NewFeatures.vue +++ b/web/server/vue-cli/src/views/NewFeatures.vue @@ -2,6 +2,60 @@ + + + + + + + + + CodeChecker provides a new view in the "Analysis information tab" which lists all checkers that were enabled during analysis. + + + + + CodeChecker provides a new view to display all enabled checkers for a set of selected runs. Additionally, it also lists all guideline rules related to the given checker. For example, you can verify whether your code has any SEI Cert coding guideline violation. + The new table lists all checkers that were enabled in a set of selected analysis runs, shows the number of outstanding reports and the number of closed reports per enabled checker and the related coding guideline rules. + + + + + Thanks to a new optimization, the run storage duration can be up to 50% faster. + + + + + The static HTML generation is rewritten so it can handle much larger result set. + + + + + A new filter has been added to list outstanding and closed reports. An outstanding report is a report with detection status new, reopened, unresolved with review status unreviewed or confirmed. + + + + + +