Skip to content

Draft: Generate diff rows array on load instead of in computed property

Phil Hughes requested to merge ph/333691/deduplicateDiffLineArray into master

What does this MR do?

Generates, and stores, the correct diff line format to the diff file. This allows us to remove a computed property which was causing every diff line in a diff file whenever a single diff line got updated (ie. when showing a comment form). With this removal of a computed property we should also see a reduction in memory usage.

Screenshots (strongly suggested)

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

Closes #333691 (closed)

Merge request reports