Skip to content

Remove HasIntegrations module

Luke Duncalfe requested to merge 330670-remove-has-integrations-module into master

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.

Related to #330670 (closed)

Edited by Luke Duncalfe

Merge request reports

Loading