The source project of this merge request has been removed.
CE backport of changes that introduce custom instance-level templates to EE
What does this MR do?
Ports non-EE-specific code in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7000/commits to CE
In particular, I introduce a ::TemplateFinder
to provide a good injection point to add the custom templates to the vendored templates that CE has access to.
What are the relevant issue numbers?
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Documentation created/updated -
Tests added for this feature/bug -
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides -
Conforms to the database guides