summaryrefslogtreecommitdiff
path: root/app/models/protected_branch.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Annotated. schema updatedDmitriy Zaporozhets2012-11-191-12/+11
* AnnotatedDmitriy Zaporozhets2012-10-091-0/+1
* simple refactoringAndrey Kumanyaev2012-10-091-1/+2
* cosmetical cleanup of modelsNihad Abbasov2012-09-271-3/+2
* annotate modelsNihad Abbasov2012-09-271-2/+2
* set activerecord whitelist_attributes to trueNihad Abbasov2012-09-261-0/+2
* Use similar interface to access gitoliterandx2012-08-291-1/+3
* Reannotatedrandx2012-06-261-2/+2
* lib/ refactoring. Module Gitlabhq renamed to Gitlabrandx2012-05-261-1/+1
* Cleaning and refactoringDmitriy Zaporozhets2012-03-061-3/+1
* ProtectedBranches model, Master permission for repo\n Allow push to protected...Dmitriy Zaporozhets2012-02-151-0/+29