amimas
amimas
Several config sections of gitlabform supports the usage of `enforce: true`. This allows automatically deleting the resources under that section that is not present in gitlabform config. This feature request...
I'm working on building a plugin for a markdown parser. The idea is that an URL from a provider will automatically be replaced with appropriate contents from the provider, when...
There are certain features in GitLab that are related or dependent. For example: - branch protection can be configured with granular option such as specific user or group is allowed...
## 🚀 Feature When the site is built, show a warning or an error about orphaned docs page. An orphaned doc would be the one that has no links from...
## Description of the problem, including code/CLI snippet The `create` method for group variables is not setting the `environment_scope` attribute. I ran into the issue when attempting to create multiple...
As of now (v4.x), the configuration syntax for SAML links settings at a group level looks like following: ```yaml projects_and_groups: group_1/*: saml_group_links: devops_are_maintainers: # this is just a label saml_group_name:...