Skip to content

Pull import sources from Gitlab::ImportSources

Ojas Shirekar 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: ojss/gitlab-ce@e672c012

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