Skip to content

Releases: mc1arke/sonarqube-community-branch-plugin

1.6.0

23 Nov 22:36
898ff84
Compare
Choose a tag to compare

Note: This version supports Sonarqube 8.5 and above. Sonarqube 8.4 and below are not supported in this release

New Features

  • Support for Sonarqube 8.5

Fixes

  • Don't fail to decorate Bitbucket Pull Request when more than 100 issues present (#209)

1.5.0

27 Oct 22:11
32c3263
Compare
Choose a tag to compare

Note: This version supports Sonarqube 8.2, 8,3, and 8.4. Sonarqube 8.5 above are not supported in this release, nor are Sonarqube 8.1 or below

New Features

  • Support for Sonarqube 8.2
  • Support decorating mono-repos in Multiple Pull Requests on Github (#213)
  • Support for decorating Pull requests on Azure Devops (#218)

Fixes

  • Correctly load project ID for Gitlab decoration (#201, #214)
  • Escape HTML tags on Pull Request decoration (#216, #93)
  • Use correct image for Code Smell on Pull Request Decoration (#224)
  • Show the correct summary content for Bitbucket Pull Request Decoration (#237)
  • Handle no response content in Bitbucket Server Error response (#263, #243)
  • Reduce memory usage during Pull Request Decoration (#258)

A big thanks to everyone who contributed to this release!

1.4.0

16 Jul 22:06
80b9844
Compare
Choose a tag to compare

Note: This version supports Sonarqube 8.1. Sonarqube 8.2 and above are not supported in this release, nor are Sonarqube 8.0 or below

New Features

  • Support for Sonarqube 8.1
  • Support for decorating Pull requests on Bitbucket Cloud (#185)

Fixes

  • Don't decorate Github Pull Requests with fixed issues (#190, #191)
  • Single line issues targeted the wrong line on Github Pull Request decoration (#194, #189)

A big thanks to everyone who contributed to this release!

1.3.2

16 Jul 15:26
ae3ded4
Compare
Choose a tag to compare

Note: This version supports Sonarqube 7.8, 7.9 and 8.0. Sonarqube 8.1 and above are not supported in this release

New Features

  • Support for decorating Pull requests on Bitbucket Cloud (#185)

Fixes

  • Don't decorate Github Pull Requests with fixed issues (#190, #190)
  • Single line issues targeted the wrong line on Github Pull Request decoration (#194, #189)

A big thanks to everyone who contributed to this release!

1.3.1

31 May 20:49
a38e88d
Compare
Choose a tag to compare

Note: This version supports Sonarqube 7.8, 7.9, and 8.0. Sonarqube 8.1 and above are not supported in this release

  • Fixes submission of a scan with more than 50 issues to Github (#154, #177, #167)
  • Fixes retrieval of Github authentication tokens where more than 50 repositories available (#103, #160)
  • Allow overriding decoration image base URL to support proxying performed by some ALMs (#130)
  • Obey host's proxy settings when submitting decorations to Gitlab (#155)
  • Escape backslashes when submitting decoration details to Github (#117, #155)
  • Switch to using Code Insights for submitting decoration details to Bitbucket (#151)
  • Fixes URL used to retrieve authentication tokens on Github Enterprise hosts (#100, #115)
  • Don't fail the analysis if New Coverage metric is not present (#85, #122)
  • Ensure content is encoded when submitting details to Gitlab (#125)
  • Link back to Gitlab and Github Pull Requests from the Sonarqube analysis overview screen (#67, #178)

1.3.0

24 Feb 22:01
c16feaa
Compare
Choose a tag to compare
  • Adds pull/merge request decoration support for:
    • Gitlab.com
    • Gitlab Server
    • Bitbucket server
    • Github.com
    • Github Server

A huge thank you to everyone who has been involved in contributing code and their time in delivering these latest features.

1.2.0

19 Nov 20:44
318b296
Compare
Choose a tag to compare

Please ensure you've properly followed the setup instructions for this version in the README file - especially if upgrading from a previous version. The plugin files now need copied to additional locations than previous versions of the plugin required.

  • Adds support for SonarQube 8.0
  • Fixes the scan of Pull Requests whose target branch has been deleted from SonarQube (#47, #48)

1.1.1

01 Jul 20:10
059503d
Compare
Choose a tag to compare
  • Adds support for SonarQube 7.9

1.1.0

25 Jun 17:24
77a2423
Compare
Choose a tag to compare
  • Add support for SonarQube 7.8
  • Remove support for SonarQube versions before 7.7

1.0.2

08 Apr 17:11
Compare
Choose a tag to compare

Fixes the following:

  • An issue where an exception was thrown on scanning a Pull Request targetting a long-lived branch (#4, #7)
  • An exception being throw by the scanner when running a scan of a project containing an existing Pull Request (#6, #8)