Welcome to mirror list, hosted at ThFree Co, Russian Federation.

deprecations.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2476ea9e38a6dcece714b408a6f21a31681d6f25 (plain)
1
2
3
4
5
deprecator = ActiveSupport::Deprecation.new('11.0', 'GitLab')

if Gitlab.dev_env_or_com?
  ActiveSupport::Deprecation.deprecate_methods(Gitlab::GitalyClient::StorageSettings, :legacy_disk_path, deprecator: deprecator)
end