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 (Collapse)Author
2018-05-11Remove Gitlab::RepoPath.strip_storage_pathZeger-Jan van de Weg
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`.
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono
2017-05-03Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez
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.
2017-03-29Helper method for storage path strippingJacob Vosmaer