xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.37k stars 940 forks source link

Add 15 Missing GitLab Settings #1985

Closed Jitsusama closed 1 month ago

Jitsusama commented 1 month ago

I have discovered a bit under 40 settings that have been added to GitLab's API but are currently missing in this project. In this PR I'm taking the first stab at correcting this by adding in 15 missing settings. I can have this single PR include them all, but I was worried about overwhelming you with a really big PR.

These settings were found by perusing documentation and code in response to gitlab-org/terraform-provider-gitlab#6332.

I'm not sure how you would like to go about testing these. If you'd like, I can manually test all of them myself using a GDK installed GitLab installation, but I didn't know if you'd rather test them out yourself. Let me know in either regard and I'll be happy to do whatever you'd like.