gitlab-org--gitlab-foss/app/services
Timothy Andrew ab6096c172 Add "No One Can Push" to the protected branches UI.
1. Move to dropdowns instead of checkboxes. One each for "Allowed to
   Push" and "Allowed to Merge"

2. Refactor the `ProtectedBranches` coffeescript class into
   `ProtectedBranchesAccessSelect`.

3. Modify the backend to accept the new parameters.
2016-07-29 15:20:39 +05:30
..
auth
ci
commits
files
groups
issues Refactor spam validation to a concern that can be easily reused and improve legibility in `SpamCheckService` 2016-07-26 19:29:16 -05:00
members
merge_requests
milestones
notes
oauth2
projects Fix Project#to_param to keep invalid project suitable for use in URLs 2016-07-27 13:52:45 -03:00
protected_branches Add "No One Can Push" to the protected branches UI. 2016-07-29 15:20:39 +05:30
search
wiki_pages
audit_event_service.rb
base_service.rb
compare_service.rb
create_branch_service.rb
create_commit_builds_service.rb
create_deployment_service.rb
create_release_service.rb
create_snippet_service.rb
create_spam_log_service.rb
create_tag_service.rb
delete_branch_service.rb Update to gitlab_git 10.4.1 and take advantage of preserved Ref objects 2016-07-28 12:24:47 -04:00
delete_tag_service.rb Update to gitlab_git 10.4.1 and take advantage of preserved Ref objects 2016-07-28 12:24:47 -04:00
delete_user_service.rb
destroy_group_service.rb
event_create_service.rb
git_hooks_service.rb
git_push_service.rb
git_tag_push_service.rb Update to gitlab_git 10.4.1 and take advantage of preserved Ref objects 2016-07-28 12:24:47 -04:00
gravatar_service.rb
issuable_base_service.rb
notification_service.rb
repair_ldap_blocked_user_service.rb
repository_archive_clean_up_service.rb
spam_check_service.rb Refactor spam validation to a concern that can be easily reused and improve legibility in `SpamCheckService` 2016-07-26 19:29:16 -05:00
system_hooks_service.rb
system_note_service.rb
test_hook_service.rb
todo_service.rb
update_release_service.rb
update_snippet_service.rb