gitlab-org--gitlab-foss/app/services/protected_branches
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
..
base_service.rb
create_service.rb Add "No One Can Push" to the protected branches UI. 2016-07-29 15:20:39 +05:30
update_service.rb