summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport git access spec changes from EEbackport-git-access-spec-changesSean McGivern2016-10-181-6/+6
* Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-1/+1
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-10/+10
* Fix most of specsKamil Trzcinski2016-09-151-3/+11
* Fix existing authorization specsKamil Trzcinski2016-09-151-5/+12
* Add access specsKamil Trzcinski2016-09-151-23/+78
* Fix ArgumentError in GitAccess specsJacob Vosmaer2016-08-041-6/+6
* Remove duplicate specs from `git_access_spec`Timothy Andrew2016-07-291-9/+7
* Admins count as masters too.Timothy Andrew2016-07-291-6/+24
* 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-34/+44
* Allow to pull code with deploy key from public projectsallow-deploy-key-to-download-public-projectsKamil Trzcinski2016-07-191-11/+61
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-133/+114
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-114/+133
* Appease rubocop.Timothy Andrew2016-07-131-1/+0
* Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-82/+0
* Enforce "developers can merge" during `pre-receive`.Timothy Andrew2016-07-131-71/+114
* Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-0/+21
* Revert back to not defining a default Git access protocol.Patricio Cano2016-07-051-1/+1
* Default Git access protocol to `web`Patricio Cano2016-07-051-1/+1
* Rename `enabled_git_access_protocols` to singular.Patricio Cano2016-07-051-1/+1
* Add more tests to the allowed protocols featurePatricio Cano2016-07-051-0/+37
* Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-051-1/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Fix GitAccess.text-batch-1Douwe Maan2015-05-131-11/+3
* Refactor GitAccess to use instance variables.Douwe Maan2015-03-241-18/+20
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-17/+17
* developer can push to protected branchesValery Sizov2015-01-201-0/+62
* Add spec for developers can push to protected branches.Marin Jankovski2014-12-261-0/+24
* Fix deploy keys permission check in internal apiDmitriy Zaporozhets2014-12-011-0/+19
* Better message for failed pushes because of git hooksValery Sizov2014-11-181-12/+12
* Fix push not allowed to protected branch ifCiro Santilli2014-11-031-3/+4
* Refactor Gitlab::GitAccess testsDmitriy Zaporozhets2014-09-241-119/+66
* Add GitAccess specsDmitriy Zaporozhets2014-09-241-0/+180