Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
9145275d7d84
Commit
9145275d
authored
Mar 18, 2017
by
Rydkin Maxim
Browse files
change order of enum options in auto_cancel_pending_pipelines
parent
77e9e860b730
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
9145275d
...
...
@@ -256,7 +256,7 @@
scope
:with_builds_enabled
,
->
{
with_feature_enabled
(
:builds
)
}
scope
:with_issues_enabled
,
->
{
with_feature_enabled
(
:issues
)
}
enum
auto_cancel_pending_pipelines:
{
en
abled:
1
,
dis
abled:
0
}
enum
auto_cancel_pending_pipelines:
{
dis
abled:
0
,
en
abled:
1
}
# project features may be "disabled", "internal" or "enabled". If "internal",
# they are only available to team members. This scope returns projects where
...
...
Write
Preview
Supports
Markdown
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