Skip to content
代码片段 群组 项目
未验证 提交 f20c92a5 编辑于 作者: Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre 提交者: GitLab
浏览文件

Merge branch 'mk/add-pipeline-replication-feature-flag' into 'master'

Add geo_pipeline_replication feature flag

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



Merged-by: default avatarDouglas Barbosa Alexandre <dbalexandre@gmail.com>
Approved-by: default avatarIan Baum <ibaum@gitlab.com>
Reviewed-by: default avatarIan Baum <ibaum@gitlab.com>
Co-authored-by: default avatarMike Kozono <mkozono@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -10,6 +10,7 @@ def self.model
def log_geo_pipeline_ref_created_event
return unless ::Gitlab::Geo.primary?
return unless self.class.enabled?
publish(:pipeline_ref_created, **event_params)
end
......
---
name: geo_pipeline_replication
feature_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/438632
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142360
rollout_issue_url:
milestone: '16.9'
group: group::geo
type: ops
default_enabled: true
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册