Shocktrooper

Results 129 comments of Shocktrooper

@armsnyder isn't one of the benefits of GraphQL is that you get to read a schema definition and forward generate your mutations that you would execute? Wouldn't that almost translate...

@armsnyder You know what I was wrong about the capabilities of GraphQL I thought the introspection you could do with like a client was more akin to using SOAP with...

I am actually experiencing the same issue I will link mine here for extra information and then close mine out as a duplicate of this one.

Not sure if this is an Upstream issue with the API or a problem with the way the provider used to handle default branches clashing with the current API but...

This might result in another ticket but when trying the above suggestion to set `initialize_with_readme = false` and then set a default branch the project does get created as if...

@timofurrer Its kind of funny that `default_branch` has been working as long as I can remember through the API. per #1123 I was using this with a 14.10 instance. The...

Its in #1123 but here it is here that trips up the fault ```hcl resource "gitlab_project" "project" { name = var.NAME path = replace(lower(var.NAME), " ", "-") description = "123"...

Will do that later today 👍. Also another setting that might interact with it but I didn't think about it at first is my default branch protection on the group...

@timofurrer Going to update my GitLab instance sometime this week and try the provider again. I was not able to replicate the error on a CE GitPod instance of GitLab....

@wr37ch @timofurrer I have not ran into this issue as of 15.1 so with that being said I believe we can close this out if no one has any objections.