Skip to content

Pull import sources from Gitlab::ImportSources

username-removed-396167 requested to merge ojss/gitlab-ce:21814-fix into master

What does this MR do?

ApplicationSettings.create_from_defaults defines an array of import sources, but we should be pulling them from Gitlab::ImportSources.options since that's what they're validated against.

Are there points in the code the reviewer needs to double check?

The one and only line that was changed: https://gitlab.com/ojss/gitlab-ce/commit/e672c0128a232cd25112de4e84528112ec2e59d9

Why was this MR needed?

An issue was raised #21814 (closed) about this.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #21814 (closed)

Merge request reports