summaryrefslogtreecommitdiff
path: root/spec/models/protected_branch_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Allow protected branch creation via web and APIPatrick Bajao2019-03-061-0/+28
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Use described_class when possibleRémy Coutable2017-07-271-18/+18
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable the RSpec/EmptyExampleGroup coprubocop-empty-example-groupRémy Coutable2017-05-181-3/+0
* Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-0/+56
* Extract ProtectedRef ConcernJames Edwards-Jones2017-04-031-4/+4
* Support wildcard matches for protected branches at the model level.Timothy Andrew2016-07-051-0/+125
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-12/+0
* Tag model specsDouwe Maan2015-12-091-1/+1
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-3/+3
* Annotate modelsDmitriy Zaporozhets2015-01-221-5/+6
* Remove mass assgnment specsDmitriy Zaporozhets2014-06-261-1/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
* Fixed: post-receive, project remove, testsDmitriy Zaporozhets2013-02-051-15/+0
* Tests are fixed nowDmitriy Zaporozhets2013-01-051-9/+0
* Fix some tests. Use travis-ci 1.9.2Dmitriy Zaporozhets2013-01-051-1/+1
* Annotated. schema updatedDmitriy Zaporozhets2012-11-191-5/+5
* AnnotatedDmitriy Zaporozhets2012-10-091-0/+11
* tests fixAndrey Kumanyaev2012-10-091-1/+1
* set activerecord whitelist_attributes to trueNihad Abbasov2012-09-261-0/+4
* Add more coverage for model validations and associationsRobert Speicher2012-08-291-11/+9
* Remove annotations from specsRobert Speicher2012-08-291-11/+0
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-2/+2
* Remove useless Protected branch testrandx2012-08-021-13/+0
* Reannotatedrandx2012-06-261-2/+2
* lib/ refactoring. Module Gitlabhq renamed to Gitlabrandx2012-05-261-1/+1
* Add spec for ProtectedBranch.Robb Kidd2012-05-101-1/+47
* ProtectedBranches model, Master permission for repo\n Allow push to protected...Dmitriy Zaporozhets2012-02-151-0/+16