Greg Dubicki
Greg Dubicki
Frankly we don't have a Premium GitLab license so we are not highly motivated to implement it ourselves, @Siythrun . We are open to PRs though!
> This was open for more than a year, I would be happy to test, since we use EE edition. Github shows me no changes though I think you would...
@yashwanth-l: as mentioned in https://github.com/gitlabform/gitlabform/issues/388, in September I will have access to license that supports multiple approval rules. Then I can and most probably will implement this feature on my...
Closing as outdated, but thanks for your work on this anyway, @poffey21! I will create a new PR in its place.
For the group-level hooks I would suggest using a MultipleEntityProcessor, like here: https://github.com/gdubicki/gitlabform/blob/15fb0a26049dd0f282b9bfe615be533931018bce/gitlabform/processors/group/group_badges_processor.py#L6-L20 Of course, we would also need to add implementations of the appropriate methods like in: https://github.com/gdubicki/gitlabform/blob/15fb0a26049dd0f282b9bfe615be533931018bce/gitlabform/gitlab/group_badges.py#L4-L50
Hi @lfvjimisola! Would accepting multiple configuration files fulfill your needs? Because we already have a request for it here #13 and it should be pretty easy to implement. We are...
> @gdubicki It'll work as a workaround - if the same "key" can exist in the different files (and not as mentioned here [#13 (comment)](https://github.com/gdubicki/gitlabform/issues/13#issue-265974506)). But, I'd prefer to have...
> I see this more as a workaround to be honest. I think the yaml format for gitlabform needs a major overhaul and taking e.g. issues in [#327 (comment)](https://github.com/gdubicki/gitlabform/issues/327#issuecomment-1022213537) into...
Thanks and sorry if I sounded harsh. Yes, if you could merge all these issues into a complete proposal of the new configuration syntax, that would be very helpful as...
> hi @gdubicki , I believe local testing env would be nice, so an easy way to spin up gitlab instance locally (docker/docker-compose/shell ?) and config to run gitlabform loccaly...