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-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
2017-11-23Refactor Hashed Storage migration to add additional migration stepsGabriel Mazetto
2017-09-28Add support to migrate existing projects to Hashed Storage asyncGabriel Mazetto
2017-08-22Use `@hashed` prefix for hashed paths on disk, to avoid collision with ↵Gabriel Mazetto
existing ones
2017-08-22Refactor project and storage typesGabriel Mazetto
2017-08-22Removed some useless code, codestyle changes and removed an indexGabriel Mazetto
2017-08-22Fix repository reloading in some specsGabriel Mazetto
2017-08-22Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto
Using `extend` dynamically can lead to bad performance as it invalidates the method's cache.