summaryrefslogtreecommitdiff
path: root/app/models/protected_branch/push_access_level.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-0/+1
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-0/+2
* Add latest changes from gitlab-org/security/gitlab@14-0-stable-eeGitLab Bot2021-06-301-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+12
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+25
* 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