Skip to content

Releases: Blarc/gitlab-template-lint-plugin

v1.1.1

23 Sep 14:57
Compare
Choose a tag to compare

Fixed

  • Field titles in remote editor.
  • Change Gitlab Lint to Gitlab Template Lint where applicable.

v1.1.0

15 Sep 18:07
Compare
Choose a tag to compare

Added

  • Button in settings for creating Gitlab private token.
  • Gitlab API URL is now cached for each repository.
  • Gitlab API URL can be edited in remotes table.

v1.0.1

12 Sep 15:21
Compare
Choose a tag to compare

Added

  • Force HTTPS setting that is set by default.

v1.0.0

10 Sep 09:28
Compare
Choose a tag to compare

Added

  • Notifications on start up.
  • Error notifications.
  • Open Settings and Refresh actions to actions group popup in widget.
  • Remote field to settings.
  • VcsMappingChangedListener for detecting repositories.
  • ComboBox with Gitlab urls in settings.
  • Support for multiple Gitlab instances in one project.

Changed

  • Refactor linting to pipeline with middlewares.

Fixed

  • Gitlab token is now properly saved when changing remotes.

v0.0.12

25 Jul 20:00
Compare
Choose a tag to compare

Added

  • Throw exception when project id can not be retrieved.
  • Run linting in the background.

v0.0.11

06 Jul 19:24
Compare
Choose a tag to compare

Fixed

  • Changed instance of AppSettingsState to nullable and added missing null checks.
  • Linting error notification is now properly shown.

Removed

  • Removed linting in the background.

v0.0.10

05 Jul 20:05
Compare
Choose a tag to compare

Added

  • Linting now runs in the background.
  • Linting status widget is now shown only for gitlab-ci.yml files.

v0.0.9

30 Jun 19:46
Compare
Choose a tag to compare

Fixed

  • Added null check to localizedMessage in GitlabLintRunner to prevent NPE.

Added

  • Added basic lint status widget to status bar.

v0.0.8

28 Jun 21:19
Compare
Choose a tag to compare

Changed

  • Updated readme.
  • Updated plugin description.

v0.0.7

24 Jun 17:22
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Fixed

  • Changed icon size to 40x40 pixels.