Skip to content

Releases: QualInsight/qualinsight-plugins-sonarqube-badges

3.0.1

  • fix thread safety issue #64
  • fix IndexOutOfBoundsException issue when trying to access a missing CE activity task #63
  • move from SonarPlugin to Plugin #60
  • move to java 1.8 #62

3.0.1-RC1

3.0.1-RC1 Pre-release
Pre-release
  • fix thread safety issue #64
  • fix IndexOutOfBoundsException issue when trying to access a missing CE activity task #63
  • move from SonarPlugin to Plugin #60
  • move to java 1.8 #62

3.0.0

  • New Feature: CE Activity badges #47 (contributed by @apieraf)
  • New Feature: flat design badges #34
  • New Feature: blinking badges #39
  • New Feature: coloured badges depending on quality gate status #28
  • Bug Fix: Measure badges display no value for measures having only period value #35
  • Various: upgrade dependency to SQ 5.6 LTS #54
  • Various: measures badges are now activated by default #57
  • Various: improve documentation

Notes:
Many thanks to Alex Piera for having contributed the CE Activity badges feature.

3.0.0-RC1

3.0.0-RC1 Pre-release
Pre-release
  • New Feature: CE Activity badges #47 (contributed by @apieraf)
  • New Feature: flat design badges #34
  • New Feature: blinking badges #39
  • New Feature: coloured badges depending on quality gate status #28
  • Bug Fix: Measure badges display no value for measures having only period value #35
  • Various: upgrade dependency to SQ 5.6 LTS #54
  • Various: improve documentation

2.0.1

  • fix IndexOutOfBoundsException at SQ startup time due to missing font #31
  • use different generation strategies based on preferred font availability
  • badges are not built anymore using batik, SVG template is used instead
  • colors are now centralised in an Enum
  • updated examples returned by WS api
  • cleaned pom.xml

2.0.1-RC3

2.0.1-RC3 Pre-release
Pre-release
  • badges are not built anymore using batik, SVG template is used instead
  • colors are now centralised in an Enum
  • updated examples returned by WS api
  • cleaned pom.xml

2.0.1-RC2

2.0.1-RC2 Pre-release
Pre-release
  • stop embedding font in SVG image
  • use different generation strategies based on preferred font availability

2.0.1-RC1

2.0.1-RC1 Pre-release
Pre-release
  • fix IndexOutOfBoundsException at SQ startup time due to missing font #31

2.0.0

  • Minimum version of SonarQube required to run the plugin is now 5.5
  • The plugin does not communicate with SQ through HTTP anymore, it uses a local WS connector instead
  • New measure badges web service that generate badges based on projects' measures
  • Ability to turn off quality gate badges generation (default on) and measure badges generation (default off)
  • Now SVG font-family is based on the list of fonts which are available server-side (required in order to have badges width correctly computed)

2.0.0-RC1

2.0.0-RC1 Pre-release
Pre-release
  • Minimum version of SonarQube required to run the plugin is now 5.5
  • The plugin does not communicate with SQ through HTTP anymore, it uses a local WS connector instead
  • New measure badges web service that generate badges based on projects' measures
  • Ability to turn off quality gate badges generation (default on) and measure badges generation (default off)
  • Now SVG font-family is based on the list of fonts which are available server-side (required in order to have badges width correctly computed)