Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-24Return a 404 instead of 403 if the repository does not exist on disksh-return-404-if-repo-does-not-existStan Hu
2018-02-22Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-06Create idea of read-only databaseToon Claes
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono
2017-06-05Refactor to let GitAccess errors bubble upMichael Kozono
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
2017-01-25Use `:empty_project` where possible throughout spec/libRobert Speicher
2016-12-20Use consistent names and move checks to the method,Lin Jen-Shin
2016-11-30Improve Gitlab::GitAccessWiki spec with download access checksDouglas Barbosa Alexandre
2016-11-09Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan
2016-09-16Fix specs after renaming authentication_capabilitiesKamil Trzcinski
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-15Fix most of specsKamil Trzcinski
2016-07-06Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano
2015-12-09Tag lib specsDouwe Maan
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2014-11-24Git hook messages: wiki access fixValery Sizov
2014-11-18Better message for failed pushes because of git hooksValery Sizov
2014-10-07Developers can push to wiki repo. Protected branches does not affect wiki rep...Dmitriy Zaporozhets