Skip to content
代码片段 群组 项目
未验证 提交 f7bebf60 编辑于 作者: Diogo Frazão's avatar Diogo Frazão 提交者: GitLab
浏览文件

Merge branch...

Merge branch 'overdue-finalize-background-migration--fix-allow-descendants-override-disabled-shared-runners' into 'master' 

Finalize migration FixAllowDescendantsOverrideDisabledSharedRunners

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139180



Merged-by: default avatarDiogo Frazão <dfrazao@gitlab.com>
Approved-by: default avatarDiogo Frazão <dfrazao@gitlab.com>
Reviewed-by: default avatarMehmet Emin INAC <minac@gitlab.com>
Co-authored-by: default avatarDylan Griffith <dyl.griffith@gmail.com>
No related branches found
No related tags found
无相关合并请求
--- ---
migration_job_name: FixAllowDescendantsOverrideDisabledSharedRunners migration_job_name: FixAllowDescendantsOverrideDisabledSharedRunners
description: Clears invalid combination of shared runners settings (fixes subgroup creation) description: Clears invalid combination of shared runners settings (fixes subgroup
creation)
feature_category: runner_fleet feature_category: runner_fleet
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/128112 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/128112
milestone: '16.3' milestone: '16.3'
finalized_by: '20231207221159'
# frozen_string_literal: true
class FinalizeFixAllowDescendantsOverrideDisabledSharedRunners < Gitlab::Database::Migration[2.2]
milestone '16.7'
disable_ddl_transaction!
restrict_gitlab_migration gitlab_schema: :gitlab_main
def up
ensure_batched_background_migration_is_finished(
job_class_name: 'FixAllowDescendantsOverrideDisabledSharedRunners',
table_name: :namespaces,
column_name: :id,
job_arguments: [],
finalize: true
)
end
def down; end
end
2a81b952d0db20a477204dbecfeff94af3df0c1b1373eef4b5276f215f6257e9
\ No newline at end of file
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册