gitlab-org--gitlab-foss/app
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
..
assets Implement review comments from @dbalexandre. 2016-07-29 15:20:39 +05:30
controllers Humanize protected branches' access levels at one location. 2016-07-29 15:20:39 +05:30
finders implements the basic filter functionality 2016-07-19 19:30:10 +01:00
helpers Allow skipping users in autocomplete 2016-07-27 14:10:49 +01:00
mailers Allow build email service to be tested 2016-07-15 20:38:27 -03:00
models Implement review comments from @dbalexandre. 2016-07-29 15:20:39 +05:30
services Implement review comments from @dbalexandre. 2016-07-29 15:20:39 +05:30
uploaders Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
validators
views Favor labels like Allowed to push over Allowed To Push. 2016-07-29 15:20:39 +05:30
workers Merge remote-tracking branch 'upstream/master' into new-issue-by-email 2016-07-27 18:11:50 +08:00