Skip to content

Remove sync_namespace_name_with_cdot flag

What does this MR do and why?

Feature Flag Rollout Issue: #341056 (closed)

Issue that introduced the flag: !69896 (merged)

ADDITIONAL CONTEXT

The sync_namespace_name_with_cdot feature flag was introduced as part of !69896 (merged) to allow for the code to avoid a multi-version compatibility issue.

This might happen when jobs get scheduled by a new Web worker (new code) but get picked up by an old Sidekiq worker (new code is not deployed there yet so it doesn't know about Namespaces::SyncNamespaceNameWorker) resulting on errors.

Once the code is deployed everywhere, the flag is enabled and it works properly the flag is good to go.


Details for when the flag was enabled in production

Screenshots or screen recordings

Does not apply

How to set up and validate locally

Does not apply.

However if you want to double check the current functionality (optional as this was already tested):

  • Go to a paid group in Gitlab.com
  • Rename the group
  • Go to CustomersDot -> Manage Subscriptions
  • The group name should be up to date

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vladlena Shumilo

Merge request reports