Skip to content
Snippets Groups Projects
Unverified Commit ecb847fd authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Add FakeApplicationSettings#commit_email_hostname


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 806ea576
No related branches found
No related tags found
No related merge requests found
---
title: Fix a 500 error that could occur until all migrations are done
merge_request: 23939
author:
type: fixed
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment