summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-4/+4
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-3/+2
* Merge branch 'fix-git-access-specs' into 'master' Rémy Coutable2017-02-231-5/+14
|\
| * Fix GitAccess specsfix-git-access-specsSean McGivern2017-02-231-5/+14
* | Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
|/
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-2/+0
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-9/+9
|\
| * Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-9/+9
* | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-13/+27
|\ \ | |/
| * Use consistent names and move checks to the method,Lin Jen-Shin2016-12-201-3/+3
| * Fix an old copypasta: internal -> privateLin Jen-Shin2016-11-181-1/+1
| * We never check user privilege if it's a deploy keyLin Jen-Shin2016-11-181-18/+0
| * Introduce no_user_or_blocked? and fix tests due toLin Jen-Shin2016-11-161-2/+10
| * Fix a typo: acccess -> accessLin Jen-Shin2016-11-111-1/+1
| * Add more tests and fix write to project checkLin Jen-Shin2016-11-111-7/+31
| * Correct the test. Not sure why change it in the first placeLin Jen-Shin2016-11-111-1/+1
| * Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-101-31/+131
| |\
| * | Allow to add deploy keys with write-accessAli Ibrahim2016-08-171-4/+7
* | | Fix tests to use the new APILin Jen-Shin2016-12-081-1/+7
| |/ |/|
* | Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-0/+25
* | Allow owners to fetch source code in CI buildsallow-owner-to-run-ci-buildsKamil Trzcinski2016-11-011-0/+8
* | 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