Add placeholder instance integration models
What does this MR do and why?
This MR adds placeholder models for the instance integrations in order to populate them in future MRs. Example MR: !177125 (merged)
It's done in bulk because individual MRs like !177125 (merged) require updating db/docs/instance_integrations.yml which triggers database review just for one yml file. The MRs themselves don't have any db changes, they extract functionality from regular integration model into a concern and share the concern between two integration models, regular and instance.
This way we can do db review once and skip doing reviewer/maintainer db reviews for individual model conversions which saves up a lot of time, since there are 40+ integrations to convert.
Mentions #474809 (closed)
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.