Skip to content

Commit

Permalink
Merge pull request Ericsson#3530 from csordasmarton/new_features_6.18.0
Browse files Browse the repository at this point in the history
[gui] Add new features section for 6.18.0 release
  • Loading branch information
bruntib authored Nov 30, 2021
2 parents b559dd3 + f0dc0dc commit 93da64f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions web/server/vue-cli/src/views/NewFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@
<!-- eslint-disable max-len -->
<v-container fluid>
<v-timeline align-top>
<v-timeline-item fill-dot icon="mdi-star">
<new-release-item>
<template v-slot:title>
<a
href="https://github.com/Ericsson/codechecker/releases/tag/v6.18.0"
target="_blank"
class="white--text"
>
Highlights of CodeChecker 6.18.0 release
</a>
</template>

<new-feature-item>
<template v-slot:title>
<v-alert dense outlined type="error">
Backward incompatible CLI change!
</v-alert>
</template>
The <i>JSON</i> output of the CodeChecker parse command was not
stable enough and the structure was very similar to the plist
structure. Our plan is to support reading/parsing/storing of
multiple analyzer output types not only plist but for example
<a href="http://docs.oasis-open.org/sarif/sarif/v2.0/csprd01/sarif-v2.0-csprd01.html" target="_blank">sarif</a>
format as well. For this reason we changed the format of the
JSON output of the <i>CodeChecker parse</i> and
<i>CodeChecker cmd diff</i> commands. For more information
<a href="https://github.com/Ericsson/codechecker/blob/master/docs/analyzer/user_guide.md" target="_blank">see</a>.
</new-feature-item>

<new-feature-item>
<template v-slot:title>
Get access controls
</template>
Create a new global role (<code>PERMISSION_VIEW</code>) which will
be used to allow the users to fetch access control information from
a running <i>CodeChecker server</i> by using the
<code>CodeChecker cmd permissions</code> subcommand.
</new-feature-item>
</new-release-item>
</v-timeline-item>

<v-timeline-item fill-dot icon="mdi-star" color="green lighten-1">
<new-release-item color="green lighten-1">
<template v-slot:title>
Expand Down

0 comments on commit 93da64f

Please sign in to comment.