Releases: Blarc/gitlab-template-lint-plugin
Releases · Blarc/gitlab-template-lint-plugin
v1.1.1
Fixed
- Field titles in remote editor.
- Change Gitlab Lint to Gitlab Template Lint where applicable.
v1.1.0
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
Added
- Force HTTPS setting that is set by default.
v1.0.0
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
Added
- Throw exception when project id can not be retrieved.
- Run linting in the background.
v0.0.11
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
Added
- Linting now runs in the background.
- Linting status widget is now shown only for gitlab-ci.yml files.
v0.0.9
Fixed
- Added null check to localizedMessage in GitlabLintRunner to prevent NPE.
Added
- Added basic lint status widget to status bar.
v0.0.8
Changed
- Updated readme.
- Updated plugin description.
v0.0.7
Fixed
- Changed icon size to 40x40 pixels.