summaryrefslogtreecommitdiff
path: root/lib/gitlab/repo_path.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Gitlab::RepoPath.strip_storage_pathZeger-Jan van de Weg2018-05-111-17/+2
| | | | | | This used to be executed because of the post receive worker, but this uses Gitlab::GlRepository.parse now. So this removes dead code and reduces the number of calls on `#legacy_storage_path`.
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-2/+2
|
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
|
* Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-6/+15
|
* Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez2017-05-031-9/+20
| | | | | | | | | This new param allows us to share project information between components that don't share or don't have access to the same filesystem mountpoints, for example between Gitaly and Rails or between Rails and Gitlab-Shell hooks. The previous parameters are still supported, but if found, gl_repository is prefered. The old parameters should be deprecated once all components support the new format.
* Helper method for storage path strippingJacob Vosmaer2017-03-291-0/+23