Skip to content
代码片段 群组 项目
提交 5ebb5394 编辑于 作者: Evan Read's avatar Evan Read
浏览文件

Fix links to gitlab-housekeeper gem README

上级 ba7a5a1f
No related branches found
No related tags found
无相关合并请求
...@@ -9,4 +9,4 @@ link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html ...@@ -9,4 +9,4 @@ link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html
level: error level: error
scope: raw scope: raw
raw: raw:
- '\[[^\]]*\]\([\.\/]*(ee|app|bin|config|db|data|fixtures|lib|locale|qa|scripts|spec)\/' - '\[[^\]]*\]\([\.\/]*(ee|app|bin|config|db|data|fixtures|gems|lib|locale|qa|scripts|spec)\/'
...@@ -444,7 +444,7 @@ We choose to use GitLab [required stops](../database/required_stops.md) as a saf ...@@ -444,7 +444,7 @@ We choose to use GitLab [required stops](../database/required_stops.md) as a saf
backwards compatibility for indices that have not been fully migrated. We backwards compatibility for indices that have not been fully migrated. We
[document this in our upgrade documentation](../../update/index.md#upgrading-to-a-new-major-version). [document this in our upgrade documentation](../../update/index.md#upgrading-to-a-new-major-version).
[GitLab Housekeeper](../../../gems/gitlab-housekeeper/README.md) [GitLab Housekeeper](https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-housekeeper/README.md)
is used to automate the cleanup process. This process includes is used to automate the cleanup process. This process includes
marking existing migrations as obsolete and deleting obsolete migrations. marking existing migrations as obsolete and deleting obsolete migrations.
When a migration is marked as obsolete, the migration code is replaced with When a migration is marked as obsolete, the migration code is replaced with
...@@ -472,7 +472,7 @@ deployments. ...@@ -472,7 +472,7 @@ deployments.
### Process for marking migrations as obsolete ### Process for marking migrations as obsolete
Run the [`Keeps::MarkOldAdvancedSearchMigrationsAsObsolete` Keep](../../../gems/gitlab-housekeeper/README.md#running-for-real) Run the [`Keeps::MarkOldAdvancedSearchMigrationsAsObsolete` Keep](https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-housekeeper/README.md#running-for-real)
manually to mark migrations as obsolete. manually to mark migrations as obsolete.
For every migration that was created two versions before the last required stop, For every migration that was created two versions before the last required stop,
...@@ -498,7 +498,7 @@ The MR assignee must: ...@@ -498,7 +498,7 @@ The MR assignee must:
### Process for removing obsolete migrations ### Process for removing obsolete migrations
Run the [`Keeps::DeleteObsoleteAdvancedSearchMigrations` Keep](../../../gems/gitlab-housekeeper/README.md#running-for-real) Run the [`Keeps::DeleteObsoleteAdvancedSearchMigrations` Keep](https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-housekeeper/README.md#running-for-real)
manually to remove obsolete migrations and specs. The Keep removes all but the most manually to remove obsolete migrations and specs. The Keep removes all but the most
recent obsolete migration. recent obsolete migration.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册