Skip to content

Releases: tech-advantage/sonar-gerrit-plugin

2.5.0-SNAPSHOT

05 Apr 08:12
c643c5c
Compare
Choose a tag to compare
2.5.0-SNAPSHOT Pre-release
Pre-release
Considere SQ7.3+ as 2.5.0

2.3.1: Merge pull request #60 from tech-advantage/ssh-backport

05 Apr 09:06
a7ea0d1
Compare
Choose a tag to compare

2.4.0

24 Oct 16:45
Compare
Choose a tag to compare

Compatible with Sonarqube 7.2 and Gerrit 2.15+

For Sonarqube 7.3, you have to install the version 2.5+

V2.3.0 for SQ 5.6 LTS

26 Jul 13:49
Compare
Choose a tag to compare
v2.3.0

V2.3.0 based on SQ 5.6 LTS and Gerrit 2.12.2

v2.2.2 : for SQ 4.5.6+ LTS

21 Nov 09:02
Compare
Choose a tag to compare

This release is a major improvement of the plugin.
It includes major changes :

  • you can choose what value is voted for bad, neutral and good review
  • you can choose to automatically create a new branch in SQ when analyzing a branch in Gerrit
  • you can use SSH to interact with Gerrit (Gerrit v2.11+ only)

The settings for port, username and password have changed : they now defined by

  • GERRIT_PORT
  • GERRIT_USERNAME
  • GERRIT_PASSWORD

You should redefine them either in you job parameters and/or in the SonarQube settings.

To use SSH :

  • set « Server scheme » (GERRIT_SCHEME) to ssh
  • set the server port (GERRIT_PORT) to the SSH port of Gerrit
  • set the username used to interact with Gerrit
  • set the absolute path of the private SSH key to use. The matching public key is expected to be <private_key_name>.pub in the same directory.
  • if the private key requires a passphrase, use the password field for it. Leave empty otherwise.

v2.2.1 : for SQ 4.5.1+ LTS

24 Sep 19:05
Compare
Choose a tag to compare

This release automatically disables the plugin when not called by Gerrit.

v2.2.0 : for SQ 4.5.1+ LTS

20 Dec 20:34
Compare
Choose a tag to compare

This release is built against SQ 4.5.1 LTS API.

v2.1.0

13 Dec 13:59
Compare
Choose a tag to compare

Decorator is now split into Initializer, Decorator and PostJob classes.
Gerrit calls are now cached by the facade which returns an unmodifiable map.

v2.0.1 : correct issue about multi-module projects

02 Dec 16:37
Compare
Choose a tag to compare

Correct issue with multi-module analysis.

v2.0.0-ga

25 Nov 15:58
Compare
Choose a tag to compare

First production release of the sinar-gerrit-plugin.
Meant to work with SonarQube 4.3.2+.