gitlab-org--gitlab-foss/app/services/protected_branches
Timothy Andrew 7b2ad2d5b9 Implement review comments from @dbalexandre.
1. Remove `master_or_greater?` and `developer_or_greater?` in favor of
   `max_member_access`, which is a lot nicer.

2. Remove a number of instances of `include Gitlab::Database::MigrationHelpers`
   in migrations that don't need this module. Also remove comments where
   not necessary.

3. Remove duplicate entry in CHANGELOG.

4. Move `ProtectedBranchAccessSelect` from Coffeescript to ES6.

5. Split the `set_access_levels!` method in two - one each for `merge` and
   `push` access levels.
2016-07-29 15:20:39 +05:30
..
base_service.rb Implement review comments from @dbalexandre. 2016-07-29 15:20:39 +05:30
create_service.rb Fix default branch protection. 2016-07-29 15:20:39 +05:30
update_service.rb Fix default branch protection. 2016-07-29 15:20:39 +05:30