Skip to content

Rename `NamespaceSettings::UpdateService` class

What does this MR do and why?

Rename NamespaceSettings::UpdateService class

This MR refactors the NamespaceSettings::UpdateService class to NamespaceSettings::AssignAttributesService, since it does not actually update namespace settings, it assigns attributes. Related to issue #444223 (closed). All references to the UpdateService class have been changed to AssignAttributesService, along with the relevant file names and paths as they are referenced.

Milestone https://gitlab.com/groups/gitlab-org/-/milestones/98

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Open the repository
  2. Verify the class and file names have been renamed as in commit ed40db55

Related to #444223 (closed)

Edited by Harry Minsky

Merge request reports