summaryrefslogtreecommitdiff
path: root/app/models/protected_branch/push_access_level.rb
Commit message (Expand)AuthorAgeFilesLines
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Enable frozen string in rest of app/models/**/*.rbgfyoung2018-08-101-0/+2
* Enabled no-one as a merge access level in protected branchesPhil Hughes2017-05-101-18/+0
* CE-specific changes gitlab-org/gitlab-ee#1137ee-1137-follow-up-protected-branch-users-and-groupsTimothy Andrew2016-11-291-5/+1
* Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-161-4/+2
* Implement final review comments from @rymai.Timothy Andrew2016-07-291-0/+1
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-13/+8
* Implement review comments from @dbalexandre.Timothy Andrew2016-07-291-7/+10
* Admins count as masters too.Timothy Andrew2016-07-291-2/+2
* Humanize protected branches' access levels at one location.Timothy Andrew2016-07-291-0/+12
* Fix all specs related to changes in !5081.Timothy Andrew2016-07-291-1/+1
* Enforce "No One Can Push" during git operations.Timothy Andrew2016-07-291-0/+11
* Add "No One Can Push" to the protected branches UI.Timothy Andrew2016-07-291-1/+1
* Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew2016-07-291-0/+2
* Add models for the protected branch access levels.Timothy Andrew2016-07-291-0/+3