Corey Hemminger
Corey Hemminger
It could be related. The only users that have reporter permissions and that are in the group we are trying to add are only in there due to inheritance from...
This started failing for us as well since 3.7 release
there must be a bug in the code here as this is the only commit recently touching branch protection https://github.com/gitlabhq/terraform-provider-gitlab/commit/89de4bd5e56d7495984784b6da79a78c93bce910 @roidelapluie @armsnyder @nicholasklick tagging you guys for visibility. we found...
we do have the initialize with readme set. I'm not sure I understand your question. > Is there a corresponding behavior in GitLab where you can create a new project...
We use pretty much the same project settings as kemra102 ^^^^. Our branch protection settings then are: ``` resource "gitlab_branch_protection" "repo_branch" { project = gitlab_project.repository.id branch = "main" push_access_level =...
@armsnyder is this enough to consider it a bug, or is there any suggestions on how to modify branch protection settings for default branch initialized with a readme.md file?
@armsnyder thanks for the info. Personally I think it is a bug since it did work and now it does not. I see your point about how they enable branch...
@mgriffin13 are you using gitlab.com or host your own gitlab server? We are using gitlab.com and I'm not finding any settings at the group level for branch protection. Otherwise I...
Thanks I'll give that a try.
Thanks for the tip. After 80+ groups updated the work around seems to be working well. Downside is I wasn't able to automate that change due to #667 still needing...