Skip to content

Move tag services to `Tags` namespace

Dino M requested to merge dixpac/gitlab-ce:move_tags_service_to_namespace into master

What does this MR do?

CreateTagService and DeleteTagService where in root namespace, by following service code organization I moved them in Tags::CreateService and Tags::DestroyService

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

For developer happiness and easier codebase navigation

What are the relevant issue numbers?

Merge request reports