Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8a1169c5
Commit
8a1169c5
authored
Oct 16, 2020
by
Furkan Ayhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable ci_manual_bridges by default
parent
fff3b3aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/263412-enable-ci_manual_bridges-by-default.yml
...unreleased/263412-enable-ci_manual_bridges-by-default.yml
+5
-0
config/feature_flags/development/ci_manual_bridges.yml
config/feature_flags/development/ci_manual_bridges.yml
+1
-1
lib/gitlab/ci/features.rb
lib/gitlab/ci/features.rb
+1
-1
No files found.
changelogs/unreleased/263412-enable-ci_manual_bridges-by-default.yml
0 → 100644
View file @
8a1169c5
---
title
:
Add support for manual bridges for CI pipelines
merge_request
:
45368
author
:
type
:
added
config/feature_flags/development/ci_manual_bridges.yml
View file @
8a1169c5
...
...
@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44011
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/263412
type
:
development
group
:
group::pipeline authoring
default_enabled
:
fals
e
default_enabled
:
tru
e
lib/gitlab/ci/features.rb
View file @
8a1169c5
...
...
@@ -72,7 +72,7 @@ module Gitlab
end
def
self
.
manual_bridges_enabled?
(
project
)
::
Feature
.
enabled?
(
:ci_manual_bridges
,
project
,
default_enabled:
fals
e
)
::
Feature
.
enabled?
(
:ci_manual_bridges
,
project
,
default_enabled:
tru
e
)
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment