Releases: weblyzard/sonarqube-community-branch-plugin
Releases · weblyzard/sonarqube-community-branch-plugin
1.8.2+weblyzard.5
- Use Markdown to hide image link in badges instead of HTML. (Useful for integrations which only accept Markdown.)
1.8.2+weblyzard.4
- Update icons/badges
- Restructure comment markdown
- Update issue comments on resolve/unresolve
1.8.2+weblyzard.3
Adapt look for individual issue comments as well as analysis summary:
- Reduce vertical space:
- collapse issue severity, issue type and effort into one line
- remove unneeded project id and issue id
- Extend issue severity and type icons with text
1.8.2+weblyzard.2
Further extend pull/merge request annotation handling (supersedes previous quick'n dirty issue comment filtering in previous patch).
Heavily inspired by https://github.com/mably/sonarqube-community-branch-plugin/tree/topic/new-configuration-options and backported to the 1.8 line to support Sonarqube 8.9
- Add separate "Community Branch Plugin" configuration section
- Allow filtering of issues by rule type and severity
- Limit number of added comments
- Delete resolved issues (instead of resolving) for leaner merge request discussion threads
- Reopen resolved issues if a Sonarqube issue reappears (or if filter settings are changed)
- Setting to disable pipeline status creation
- Setting to disable analysis summary comment
- Allow deletion of previous analysis summary comments (instead of resolving)
While these changes will lead to dead links (as comments and discussions are deleted), it helps a lot in maintaining a readable merge request discussion on Gitlab.
1.8.2+weblyzard.1
Filter commit/line based comments in Gitlab, only comment on BUG
, VULNERABILITY
and SECURITY_HOTSPOT
.
1.8.0+weblyzard.1
Disable commit/line based comments in Gitlab.