gitlab-org--gitlab-foss/app/services/protected_branches
Timothy Andrew 134fe5af83 Use the `{Push,Merge}AccessLevel` models in the UI.
1. Improve error handling while creating protected branches.

2. Modify coffeescript code so that the "Developers can *" checkboxes
   send a '1' or '0' even when using AJAX. This lets us keep the backend
   code simpler.

3. Use services for both creating and updating protected branches.
   Destruction is taken care of with `dependent: :destroy`
2016-07-29 15:20:39 +05:30
..
base_service.rb Use the `{Push,Merge}AccessLevel` models in the UI. 2016-07-29 15:20:39 +05:30
create_service.rb Use the `{Push,Merge}AccessLevel` models in the UI. 2016-07-29 15:20:39 +05:30
update_service.rb Use the `{Push,Merge}AccessLevel` models in the UI. 2016-07-29 15:20:39 +05:30