Skip to content

Load Gitlab::Jira::Middleware only if it exists

Felipe Artur requested to merge issue_10672 into master

What does this MR do?

This is part of the plan to turn GitLab into single codebase.
It loads Gitlab::Jira::Middleware middleware in initializers/jira.rb only if exists
so we can port the initializer to CE.

What are the relevant issue numbers?

closes #10672 (closed)

CE part

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26665

Does this MR meet the acceptance criteria?

Edited by Coung Ngo

Merge request reports