Skip to content

Add redis caching of individual highlighted diffs

Kerri Miller requested to merge 30550-cache-highlight-mr-diffs-file-by-file into master

What does this MR do?

Use a Redis hash to store the combined diffs for a given merge request rev in a single key and access individual file diffs as needed.

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

Closes #30550 (closed)

Edited by Kerri Miller

Merge request reports