gitlab-template-lint-plugin
gitlab-template-lint-plugin copied to clipboard
Intellij plugin for linting Gitlab CI/CD yaml templates.
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...
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...
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?
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...
https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/merge_requests/140/commits
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...
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...