Welcome to mirror list, hosted at ThFree Co, Russian Federation.

15-0-remove-replicaiton-detail-routes.yml « 15_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 133a7464a91f2e236d9b3a2212f4bf350e8100c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- name: "Legacy Geo Admin UI routes"
  announcement_milestone: "14.8"
  announcement_date: "2022-02-22"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"
  breaking_change: false
  reporter: sranasinghe
  stage: enablement
  issue_url: "https://gitlab.com/gitlab-org/gitlab/-/issues/351345"
  body: |
    In GitLab 13.0, we introduced new project and design replication details routes in the Geo Admin UI. These routes are `/admin/geo/replication/projects` and `/admin/geo/replication/designs`. We kept the legacy routes and redirected them to the new routes. These legacy routes `/admin/geo/projects` and `/admin/geo/designs` have been removed in GitLab 15.0. Please update any bookmarks or scripts that may use the legacy routes.
  tiers: ["Premium", "Ultimate"]