gitlab-template-lint-plugin icon indicating copy to clipboard operation
gitlab-template-lint-plugin copied to clipboard

Intellij plugin for linting Gitlab CI/CD yaml templates.

Results 18 gitlab-template-lint-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 Update for 4.1.6 release...

dependencies
github_actions

Hello. Each time when the PHPStorm is closed the **File | Settings | Tools | Gitlab Template Lint | Remotes | Gitlab project ID** is reset to empty. ``` PhpStorm...

Currently, we support setting Gitlab's Personal Access Token for each Gitlab URL. This improves user experience, because user only needs to set the token once for each Gitlab URL (or...

enhancement
question

Could one figure out which file is being included by the include statement, download it via Gitlab API (if needed) and show it in IDE?

enhancement

If the pipeline for the last commit, on the branch you're trying to lint, is skipped (has `[ci skip]` tag), Gitlab will return status 500. This is a known bug...

Add an action on right click in yaml files for manually running linting of that yaml file and showing merged preview. This can sometimes be useful, if the yaml is...

enhancement

https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/merge_requests/140/commits

enhancement

Since the plugin calls the Gitlab lint API, all files have to be pushed to Gitlab in order to correctly lint them. Research if there is another way of handling...

enhancement
help wanted

Add option to show pipeline visualization inside of IDE

enhancement

The plugin automatically detects URL `ssh.gitlab.my-company.com` instead of `gitlab.my-company.com`. The URL with `ssh.` doesn't work: neither verifying token nor getting project id. I tried to change it to the correct...