Greg Dubicki

Results 413 comments of Greg Dubicki

I have had exactly the same problem as @roxspring and resolved it in exactly the same way. I think that that error message in stash-jenkins-postreceive-webhook should be changed to reflect...

I think that this issue should stay open to be visible as a missing feature, @chelnak. I just had to implement it myself in our code wrapping the use of...

That's surprising, I have been testing GitLabForm multiple times on my user-owned projects... Are you using token of an admin user of your GitLab instance?

Oh wait, you want to apply config to *other users'* projects, not just your own?

This turned out to be a bit harder to implement than I thought because GitLab's API is missing an advertised feature of listing users with projects - see https://gitlab.com/gitlab-org/gitlab/-/issues/217960 ......

When you get a list of users with projects somehow there is another problem - no API for getting all user's project. 🙄 GitLab issue: https://gitlab.com/gitlab-org/gitlab/-/issues/16149 **UPDATE**: So... I was...

ALL doesn’t work in this case because it tries to get a list of all groups & projects and you cannot do that because of aforementioned gitlab bug. ALL_DEFINED takes...

Oh, sorry, I missed that @UncleStark . I will check it out. What GitLab version are you using? Maybe this makes a difference. I assune that Gitlabform is the latest?

You are right, @UncleStark : we can get the list of users' projects from GitLab! Now the question is how to allow Gitlabform to benefit from this? I would like...

Hey @amimas ! No, we don't support this API yet. We are open to Pull Requests adding support for it. :)