amimas
amimas
Hi. Could you please share a sample config you have tried?
Thanks for the sample config. What you tried won't work, regardless of value format. It comes down to Gitlab's API. The `project_settings` config uses [Project API](https://docs.gitlab.com/ee/api/projects.html#edit-project) as per the [gitlabform...
Hmm... I didn't realize earlier that the "Edit project" API endpoint had an `avatar` property. I was curious how that works. So, tried a few things using `curl`. That API...
I think that's a reasonable suggestion. At least this will allow users to validate "internal" links. Being same approach as ESLint is probably another plus point. I'm not too sure...
I suppose another rule can be created for anchor link validation. I was thinking that this same rule can be enhanced with configuration for validating anchor links.
Any update on this yet?
Sounds good. I didn't know this was changed in new version. I'd probably go for reverting this change instead of adding option to maintain something that is not correct.
Any update available on this? I'm looking into creating some schema and it'd be great if I could use the `2020-12` schema.
I do see benefit to supporting the option for group or project being created by gitlabform. I imagine the config syntax could look something like this: ```yaml projects_and_groups: group_1/project_1: project:...
Thanks for the config suggestions @kriko . Let's talk about project creation, since I think that's probably easier to decide :) For project level configs, I still suggest we should...