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-17Conditionally add Gitaly deprecation warnings based on ENV variableStan Hu
2018-05-14More verbose logging for deprecated path accessZeger-Jan van de Weg
Current logging tells us we've isolated the calls to about 5 call sites, now we'd like to know what is calling these methods.
2018-04-24Backport dev env check for storage settings deprecationOswaldo Ferreira
2018-04-13Backport GitLab domain helper methodsOswaldo Ferreira
2018-04-12Deprecate legacy disk pathsZeger-Jan van de Weg
Direct disk access is impossible on environments where components run in their own container. There for constructing the path should not be done except for exceptional cases. One of the considerations, instead of logging, was to use Sentry. For now I've chosen not to use this as the impact of this change is hard to determine. Getting this in now will allow us to checkout the impact on dev.gitlab.org and staging.