Skip to content

WIP: Improve AR caching on import

Kamil Trzciński requested to merge improve-ar-caching-on-import into master

What does this MR do?

This builds on top of: !21142 (merged).

It tries to ensure that we use AR caching for redundant queries. Currently, it seems that we each time ask for project, and also other references, where-as they could be cached.

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
Edited by Kamil Trzciński

Merge request reports