Releases: TouK/sputnik
Releases · TouK/sputnik
Sputnik 2.2.0
- 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
Sputnik 2.0
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
- [detekt] Load default configuration on detekt config file missing. (#182)
Sputnik 1.10
Sputnk 1.8.0
- 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
ESLint support
- #151 support for ESLint
Initial GitLab support
- #149 SCM provider support
Pylint fix
Fixed error when Pylint processor was not started #146