Skip to content

Releases: Blarc/gitlab-template-lint-plugin

v1.14.1

01 Jun 08:45
f651929
Compare
Choose a tag to compare

Fixed

  • Remove pluginUntilBuild to enable plugin for newer versions.

v1.14.0

21 May 04:14
0e358b7
Compare
Choose a tag to compare

Added

  • Plugin can be updated/installed without IDE restart.

Changed

  • Update dependencies.
  • Update code to latest IntelliJ API.
  • Bump IDE compatibility property pluginSinceBuild to 233.
  • Set pluginUntilBuild to 241 to pass pluginVerifier task

Fixed

  • Access is only allowed from Event Dispatch Thread.
  • Read access is allowed from inside read-action only.

v1.13.2

08 Jun 06:45
50d0a76
Compare
Choose a tag to compare

Fixed

  • Files are excluded from linting because globs check does not check all globs.

v1.13.1

05 Jun 16:23
9ed9aff
Compare
Choose a tag to compare

Fixed

  • Prevent InvalidPathException being raised in GitlabLintUtils.matchesGlobs.

v1.13.0

18 May 16:21
ffe482e
Compare
Choose a tag to compare

Added

  • Action for running lint on current yaml file to editor menu.

Fixed

  • Running lint context in read action freezes UI.
  • Remote can be null and throws NPE in VcsMappingChangedListener.
  • Show notification about unsuccessfully detecting project id only once.

v1.12.0

15 May 17:32
a40471c
Compare
Choose a tag to compare

Added

  • Option to ignore specific error for a file.
  • Explanation for Pipeline filtered out by workflow rules error.
  • Table of ignored errors in settings.

Changed

  • Refactor code for getting remote URL and Gitlab API URL in ResolveContext.
  • Show notification about detected Gitlab API URL only once per project.
  • Do not show detected Gitlab API URL in the notification, because there can be multiple Gitlab API URLs in one project.
  • Show merged preview even if there are errors, if the response contains the merged yaml.

Fixed

  • NPE when opening a folder as project.
  • Access is allowed only from Event Dispatch Thread in LintContext.

v1.11.1

08 May 17:12
370c9bc
Compare
Choose a tag to compare

Fixed

  • Access is allowed only from Event Dispatch Thread in ApplicationStartupListener.
  • WorkspaceFileIndex is not initialized yet in SaveActionListener.

v1.11.0

03 May 07:16
790a0b8
Compare
Choose a tag to compare

Changed

  • Display list of all previously set Gitlab URL Tokens in settings and during the addition of a new remote to the
    remotes table.
  • Replace comments with context help and add empty text in settings.

v1.10.0

27 Apr 09:39
5a81d53
Compare
Choose a tag to compare

Added

  • Add setting for allowing self-signed certificate.

v1.9.0

26 Apr 16:43
1508f42
Compare
Choose a tag to compare

Added

  • Create link for creating Gitlab personal access token with required scopes from Gitlab API url.
  • More descriptive message when git branch does not exist on remote.
  • Remove square brackets from error notification.
  • Fallback branch setting when git branch does not exist on remote.