Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conditionally add Gitaly deprecation warnings based on ENV variable | Stan Hu | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | More verbose logging for deprecated path access | Zeger-Jan van de Weg | 2018-05-14 | 1 | -2/+6 |
| | | | | | 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. | ||||
* | Backport dev env check for storage settings deprecation | Oswaldo Ferreira | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | Backport GitLab domain helper methods | Oswaldo Ferreira | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Deprecate legacy disk paths | Zeger-Jan van de Weg | 2018-04-12 | 1 | -0/+5 |
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. |