Skip to content

Releases: TouK/sputnik

Sputnik 2.2.0

09 Dec 09:48
Compare
Choose a tag to compare
  • Move Gerrit comment filter to after visitor (#211)
  • Add "local" connector type (#206) by @marquiswang
  • Add tag to Gerrit review (#172) (#198)

Sputnik 2.1.0

23 Oct 05:50
01f0303
Compare
Choose a tag to compare

This release contains:

  • update CodeNarc, ktlint, detect to their newest versions (#197)
  • Implements commentOnlyChangedLines for Gerrit - by @garc33 (#124) (#202)

Sputnik 2.0

14 Jun 14:17
Compare
Choose a tag to compare

Sputnik 2.0

Second major version of Sputnik is here! 🎉

Sputnik requires Java 1.8 now to be run. It has also some new features and updated a lots of dependencies, Gradle and plugin configuration.

  • Support Pylint 1.8 message-id (#188)
  • Move from FindBugs to SpotBugs 3.1.11 (#189) (#192)
  • Drop SonarQube incremental support. Closes #150, #161 and #115
  • Java 1.8 is required
  • update Gradle wrapper from 2.7 to 5.4.1
  • remove unused shadowJar Gradle plugin
  • update library dependencies
  • update JUnit from 4 to 5
  • remove all given, when, then comments from tests
  • update many deprecations during code compilation

Sputnik 1.10.1

21 Mar 11:15
536680f
Compare
Choose a tag to compare
  • [detekt] Load default configuration on detekt config file missing. (#182)

Sputnik 1.10

08 Jan 10:21
56a0283
Compare
Choose a tag to compare
  • Update CodeNarc to 1.0 (#171)
  • Update SonarRunner to new SonarScanner-API (#173) - thanks @tde-desc
  • Update PMD to 6.0.0 (#174)
  • Update jshint to 2.9.5 (#175)

Sputnk 1.8.0

05 Sep 14:22
Compare
Choose a tag to compare
  • Update PMD to 5.5.2
  • Update Checkstyle to 8.1
  • Update CodeNarc to 0.27.0
  • Add ktlint processor
  • Add defekt processor
  • Fix ScalaStyle sending line number -1
  • Internal: Update Gerrit Rest API lib to 0.8.8
  • Internal: Update axion-release-plugin to 1.7.2

Sputnik 1.7.5

02 Sep 12:44
Compare
Choose a tag to compare
  • #154 Adding username and password as a cli parameter
  • #153 File regex option

ESLint support

06 Jun 13:40
Compare
Choose a tag to compare
  • #151 support for ESLint

Initial GitLab support

11 May 15:10
Compare
Choose a tag to compare
  • #149 SCM provider support

Pylint fix

27 Apr 08:25
Compare
Choose a tag to compare

Fixed error when Pylint processor was not started #146