Skip to content

Releases: weblyzard/sonarqube-community-branch-plugin

1.8.2+weblyzard.5

17 Jan 16:47
Compare
Choose a tag to compare
  • Use Markdown to hide image link in badges instead of HTML. (Useful for integrations which only accept Markdown.)

1.8.2+weblyzard.4

17 Jan 16:46
Compare
Choose a tag to compare
  • Update icons/badges
  • Restructure comment markdown
  • Update issue comments on resolve/unresolve

1.8.2+weblyzard.3

08 Nov 08:22
Compare
Choose a tag to compare

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

21 Oct 15:02
Compare
Choose a tag to compare

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

11 Oct 11:19
Compare
Choose a tag to compare

Filter commit/line based comments in Gitlab, only comment on BUG, VULNERABILITY and SECURITY_HOTSPOT.

1.8.0+weblyzard.1

18 Aug 13:33
Compare
Choose a tag to compare

Disable commit/line based comments in Gitlab.