Remove HasIntegrations module
What does this MR do and why?
The ‘HasIntegrations’ module has a single class method that can only be applied to the Project
model and closely mirrors Group.without_integrations
which is in Group
. We can move the method into Project
and remove the module.
This will save the need to namespace it in #330670 (closed).
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #330670 (closed)
Edited by Luke Duncalfe