Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Releases: mibexsoftware/sonar-bitbucket-plugin

Bug fix for NullPointerException when fetching pull request with deleted comments

18 Dec 16:38
Compare
Choose a tag to compare
  • Bug fix for NullPointerException when fetching pull request with deleted comments (see #67)

Support for configuring max. issue severity level for unapproving pull requests

30 Nov 12:55
Compare
Choose a tag to compare

Bug fixes and support for user account API keys

24 Jul 07:37
Compare
Choose a tag to compare
  • Support for the new Bitbucket user account API keys (team account API keys are now deprecated) (see #48)
  • Bug fix for pull requests from forks (#45)

Build status update feature and SonarQube 6.3 support

24 Apr 21:06
Compare
Choose a tag to compare
  • Change build status depending on Sonar analysis result
  • Support for SonarQube version 6.3
  • New build parameter sonar.bitbucket.pullRequestId to reference pull requests by ID

Bug fix for #10: When user is not repo owner, duplicate comments for issues are created

01 Dec 10:07
Compare
Choose a tag to compare
v1.1.7

Merge branch 'imunic-use_uuid_for_author_comparison'

Bugfix for #32: NPE in SonarBBPluginConfig.validate

18 Nov 14:29
Compare
Choose a tag to compare

Bug fix for NPE's when Bitbucket pull request has no destination commit hash

19 Aug 14:24
Compare
Choose a tag to compare

Support for accessing SonarQube behind a proxy

20 Jun 09:39
Compare
Choose a tag to compare

Prerelease with bugfix for SonarQube 5.4/5.5 and Gradle build not reporting new issues

13 May 09:45
Compare
Choose a tag to compare

Bug fixes for diff parser and pull request comment creator

13 Apr 13:32
Compare
Choose a tag to compare
  • Fixed diff parser errors reported in #19 (caused by spaces in paths and NEL characters in diff lines)
  • Fixed pull request comment parser issues reported in #13 which sometimes caused that pull request comments were not created for every found Sonar issue