Skip to content

Move ignore_column(s) from EE model to CE model

Corinna Gogolok requested to merge 336751_move_ignore_column_to_ce_model into master

What does this MR do?

Part of #336751 (closed)

Prior to this change, models that exist in the CE and EE context and used ignore_column(s) were incorrectly added to the EE model. ignore_column(s) needs to be used in the CE model if the model exists in CE and EE. If it only exists in EE, then the usage there is correct.

This will move the usages of ignore_column(s) to the CE model if a EE model exists as well.

See issue or this Slack thread (internal only) for more information.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Corinna Gogolok

Merge request reports