TouK Sputnik Versions Save

Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!

sputnik-2.2.0

4 years ago
  • 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

4 years ago

This release contains:

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

sputnik-2.0.0

4 years ago

Sputnik 2.0

Second major version of Sputnik is here! :tada:

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

6 years ago
  • [detekt] Load default configuration on detekt config file missing. (#182)

sputnik-1.10.0

6 years ago
  • 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)

sputnik-1.8.0

6 years ago
  • 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

7 years ago
  • #154 Adding username and password as a cli parameter
  • #153 File regex option

sputnik-1.7.4

7 years ago
  • #151 support for ESLint

sputnik-1.7.3

8 years ago
  • #149 SCM provider support

sputnik-1.7.2

8 years ago

Fixed error when Pylint processor was not started https://github.com/TouK/sputnik/pull/146