Commit Graph

8 Commits

Author SHA1 Message Date
GitLab Bot a1ed241c82 Add latest changes from gitlab-org/gitlab@master 2021-02-03 21:09:17 +00:00
GitLab Bot d022b7432e Add latest changes from gitlab-org/gitlab@master 2020-09-09 12:08:22 +00:00
Mayra Cabrera 0ab89d8e36 Add a rubocop for Rails.logger
Suggests to use a JSON structured log instead

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
2019-07-10 19:26:47 +00:00
Stan Hu 90100c2661 Conditionally add Gitaly deprecation warnings based on ENV variable 2018-05-17 10:35:34 -07:00
Zeger-Jan van de Weg aad2e06f48
More verbose logging for deprecated path access
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-05-14 15:08:51 +02:00
Oswaldo Ferreira 132f7d33a9 Backport dev env check for storage settings deprecation 2018-04-24 17:29:44 -03:00
Oswaldo Ferreira 2c8d4f1a45 Backport GitLab domain helper methods 2018-04-13 14:52:33 -03:00
Zeger-Jan van de Weg a752c56ca8
Deprecate legacy disk paths
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.
2018-04-12 15:23:36 +02:00