Deprecate routes `/admin/geo/projects` and `admin/geo/designs`
Deprecation Summary
In GitLab 13.0, we added new routes to the replication details views for projects and designs along with redirects for the old versions of the routes.
In https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/routes/admin.rb#L49-51:
# Old Routes Replaced in 13.0
get '/projects', to: redirect(path: 'admin/geo/replication/projects')
get '/designs', to: redirect(path: 'admin/geo/replication/designs')
Breaking Change
Affected Topology
This may affect admins who have bookmarked the old routes and still use them. However, we anticipate this to be a very small number of users.
Affected Tier
Premium, Ultimate
Checklist
-
@mention your stage's stable counterparts on this issue. For example, Customer Support, Customer Success (Technical Account Manager), Product Marketing Manager. - To see who the stable counterparts are for a product team visit product categories
- If there is no stable counterpart listed for Sales/CS please mention
@timtams
- If there is no stable counterpart listed for Support please @mention
@gitlab-com/support/managers
- If there is no stable counterpart listed for Marketing please mention
@williamchia
- If there is no stable counterpart listed for Sales/CS please mention
- To see who the stable counterparts are for a product team visit product categories
-
@mention your GPM so that they are aware of planned deprecations. The goal is to have reviews happen at least two releases before the final removal of the feature or introduction of a breaking change.