feat: Add PagesUniqueDomainDefaultEnabled to Settings API

Add support for pages_unique_domain_default_enabled application setting

What does this MR do?

Adds the pages_unique_domain_default_enabled attribute to both the Settings struct and UpdateSettingsOptions struct in settings.go, enabling the go-gitlab client to read and update this GitLab application setting via the API.

Changes

  • Added PagesUniqueDomainDefaultEnabled bool field to the Settings struct
  • Added PagesUniqueDomainDefaultEnabled *bool field to the UpdateSettingsOptions struct, with url and json tags following the existing conventions

Add support for Application Setting pages_unique_domain_default_enabled (#2250) · Issue · gitlab-org/api/client-go

Merge request reports

Loading