summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_access_wiki_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-3/+33
* Add latest changes from gitlab-org/security/gitlab@14-10-stable-eeGitLab Bot2022-04-291-41/+97
* Add latest changes from gitlab-org/security/gitlab@14-5-stable-eeGitLab Bot2021-12-031-0/+25
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-9/+9
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-26/+35
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-7/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-0/+2
* Move magic '_any' string to constantDouwe Maan2019-01-021-1/+1
* Deny repository disk access in development and testJacob Vosmaer (GitLab)2018-06-141-1/+3
* Respond 404 when repo does not existmk/fix-error-code-for-repo-does-not-existMichael Kozono2018-02-241-1/+1
* Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)2018-02-221-1/+13
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-10/+19
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-1/+2
* Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-4/+3
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-2/+0
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-1/+1
* Use consistent names and move checks to the method,Lin Jen-Shin2016-12-201-1/+1
* Improve Gitlab::GitAccessWiki spec with download access checksDouglas Barbosa Alexandre2016-11-301-0/+25
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-1/+1
* Fix specs after renaming authentication_capabilitiesKamil Trzcinski2016-09-161-1/+1
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-2/+2
* Fix most of specsKamil Trzcinski2016-09-151-1/+8
* Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-051-1/+1
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Refactor GitAccess to use instance variables.Douwe Maan2015-03-241-2/+2
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-1/+1
* Git hook messages: wiki access fixValery Sizov2014-11-241-1/+1
* Better message for failed pushes because of git hooksValery Sizov2014-11-181-2/+2
* Developers can push to wiki repo. Protected branches does not affect wiki rep...Dmitriy Zaporozhets2014-10-071-0/+22