summaryrefslogtreecommitdiff
path: root/app/models/protected_branch.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+3
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-2/+0
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+9
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+4
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-7/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-0/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-5/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Add structure to support EE feature of COARKerri Miller2019-09-051-0/+3
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Allow protected branch creation via web and APIPatrick Bajao2019-03-061-2/+12
* Remove unnecessary includes of ShellAdapterStan Hu2018-12-051-1/+0
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Rename master to maintainerMark Chao2018-06-061-1/+1
* Allow admins to push to empty reposBob Van Landuyt2018-04-241-0/+9
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-4/+2
* Only load branch names for protected branch checksprotected-branches-namesYorick Peterse2017-11-291-1/+3
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
* Backport EE refactorings for Protected Tag EE-only functionalityjej-backport-protected-tag-ee-role-refactoringsJames Edwards-Jones2017-05-311-8/+1
* Removed protected_tags_arrayJames Edwards-Jones2017-04-031-2/+1
* Moved default_branch_protected? out of ProjectJames Edwards-Jones2017-04-031-1/+6
* Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-0/+8
* Extract ProtectedRef ConcernJames Edwards-Jones2017-04-031-30/+1
* Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-311-32/+7
* Enable Rails/ValidationDouwe Maan2017-02-231-2/+2
* Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-161-4/+7
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-8/+3
* Allow setting "Allowed To Push/Merge" while creating a protected branch.Timothy Andrew2016-07-291-4/+4
* Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew2016-07-291-2/+10
* Add models for the protected branch access levels.Timothy Andrew2016-07-291-0/+3
* Have `Project#open_branches` return branches that are matched by a wildcard p...18627-wildcard-branch-protectionTimothy Andrew2016-07-071-1/+1
* Modify the frontend for wildcard protected branches.Timothy Andrew2016-07-051-0/+11
* Support wildcard matches for protected branches at the model level.Timothy Andrew2016-07-051-0/+36
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-12/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-1/+1
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Annotate modelsDmitriy Zaporozhets2015-01-221-5/+6
* Use strong params for 5 more modelsDmitriy Zaporozhets2014-06-261-2/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
* replace Gitolited mixin with Gitlab::ShellAdapterDmitriy Zaporozhets2013-03-211-1/+1
* remove update_repository callsDmitriy Zaporozhets2013-02-041-7/+0
* Async perform for add/remove team membersDmitriy Zaporozhets2013-01-281-1/+1
* Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-1/+1
* more refactoring using models/concernsDmitriy Zaporozhets2013-01-031-2/+2