gitlab-org--gitlab-foss/db
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
..
fixtures Add seeds for protected branches. 2016-07-29 15:20:39 +05:30
migrate Implement review comments from @dbalexandre. 2016-07-29 15:20:39 +05:30
schema.rb Add a series of migrations changing the model-level design of protected branch access levels. 2016-07-29 15:20:39 +05:30
seeds.rb