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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
490cf7bf
Commit
490cf7bf
authored
Feb 03, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve protected branches selectbox options
parent
635ebac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
lib/gitlab/access.rb
lib/gitlab/access.rb
+6
-5
No files found.
lib/gitlab/access.rb
View file @
490cf7bf
...
...
@@ -50,12 +50,13 @@ module Gitlab
end
def
protection_options
{
"No
ne"
=>
PROTECTION_NONE
,
"P
rotect, developers can push"
=>
PROTECTION_DEV_CAN_PUSH
,
"Full
protection"
=>
PROTECTION_FULL
,
}
{
"No
t protected, developers and masters can (force) push and delete the branch"
=>
PROTECTION_NONE
,
"P
artially protected, developers can also push but prevent all force pushes and deletion"
=>
PROTECTION_DEV_CAN_PUSH
,
"Full
y protected, only masters can push and prevent all force pushes and deletion"
=>
PROTECTION_FULL
,
}
end
def
protection_values
protection_options
.
values
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