summaryrefslogtreecommitdiff
path: root/config/initializers/deprecations.rb
Commit message (Collapse)AuthorAgeFilesLines
* Conditionally add Gitaly deprecation warnings based on ENV variableStan Hu2018-05-171-1/+1
|
* More verbose logging for deprecated path accessZeger-Jan van de Weg2018-05-141-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 deprecationOswaldo Ferreira2018-04-241-1/+1
|
* Backport GitLab domain helper methodsOswaldo Ferreira2018-04-131-1/+1
|
* Deprecate legacy disk pathsZeger-Jan van de Weg2018-04-121-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.