Skip to content
代码片段 群组 项目
未验证 提交 8cecf163 编辑于 作者: Mike Kozono's avatar Mike Kozono
浏览文件

Deprecate gitlab:list_repos Rake task

Changelog: deprecated
上级 b92ca658
No related branches found
No related tags found
无相关合并请求
- title: "List repository directories Rake task"
removal_milestone: "17.0"
announcement_milestone: "16.7"
breaking_change: true
reporter: mkozono
stage: enablement
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/384361
body: |
The `gitlab-rake gitlab:list_repos` Rake task does not work and will be removed in GitLab 17.0.
If you're migrating GitLab, use
[backup and restore](https://docs.gitlab.com/ee/administration/operations/moving_repositories.html#recommended-approach-in-all-cases)
instead.
......@@ -9,7 +9,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# List repository directories Rake task (deprecated) **(FREE SELF)**
WARNING:
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/384361) in GitLab 16.4 and is planned for removal in 17.0.
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/384361) in GitLab 16.7 and is planned for removal in 17.0.
[If migrating GitLab, use backup and restore](../administration/operations/moving_repositories.md#recommended-approach-in-all-cases)
instead.
......
......@@ -752,6 +752,23 @@ The table below lists the deprecated metrics and their respective replacements.
<div class="deprecation breaking-change" data-milestone="17.0">
### List repository directories Rake task
<div class="deprecation-notes">
- Announced in GitLab <span class="milestone">16.7</span>
- Removal in GitLab <span class="milestone">17.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))
- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/384361).
</div>
The `gitlab-rake gitlab:list_repos` Rake task does not work and will be removed in GitLab 17.0.
If you're migrating GitLab, use
[backup and restore](https://docs.gitlab.com/ee/administration/operations/moving_repositories.html#recommended-approach-in-all-cases)
instead.
</div>
<div class="deprecation breaking-change" data-milestone="17.0">
### Maintainer role providing the ability to change Package settings using GraphQL API
<div class="deprecation-notes">
......
......@@ -2,7 +2,7 @@
namespace :gitlab do
task list_repos: :environment do
warn "The Rake task gitlab:list_repos is deprecated in 16.4 and will be removed in 17.0: " \
warn "The Rake task gitlab:list_repos is deprecated in 16.7 and will be removed in 17.0: " \
"https://gitlab.com/gitlab-org/gitlab/-/issues/384361"
scope = Project
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册