Merge branch '54953-fix-commit_email_hostname-accessor-in-fake_application_settings' into 'master'
Add FakeApplicationSettings#commit_email_hostname Closes #54953 See merge request gitlab-org/gitlab-ce!23939
This commit is contained in:
commit
2a9ba34dde
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix a 500 error that could occur until all migrations are done
|
||||
merge_request: 23939
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -37,5 +37,9 @@ module Gitlab
|
|||
def pick_repository_storage
|
||||
repository_storages.sample
|
||||
end
|
||||
|
||||
def commit_email_hostname
|
||||
super.presence || ApplicationSetting.default_commit_email_hostname
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue