xanzy / go-gitlab

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

Add 26 Missing GitLab Settings #1987

Closed Jitsusama closed 3 weeks ago

Jitsusama commented 4 weeks ago

I have discovered ~ 60 settings that have been added to GitLab's API but are currently missing in this project. In this PR I'm taking the next stab at correcting this by adding in 26 missing settings, leaving 27 left.

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

Jitsusama commented 3 weeks ago

@svanharmelen; mind taking another look at this, I think I have addressed all of your concerns and would love to cut another MR soon with the last batch of changes.

timofurrer commented 3 weeks ago

@Jitsusama while you are at it, do you mind adding receptive_cluster_agents_enabled that was recently added with https://gitlab.com/gitlab-org/gitlab/-/merge_requests/162514 ?

Jitsusama commented 3 weeks ago

@Jitsusama while you are at it, do you mind adding receptive_cluster_agents_enabled that was recently added with https://gitlab.com/gitlab-org/gitlab/-/merge_requests/162514 ?

I'll add it to the next batch that covers the Rs @timofurrer!