Skip to content

Remove cop disable comment and preload of associations

Mehmet Emin INAC requested to merge remove_cop_disable_comment_and_preload into master

What does this MR do?

This MR resolves one cop disable comment by just using the auto-generated enum method and removes the preloading as we are not using any of the preloaded associations which fire extra SQL queries for each and uses extra memory & execution time.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] 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

Merge request reports