Skip to content

Fixed apollo caching of the root repository file listing

Phil Hughes requested to merge iamphill/gitlab-ce:repo-list-root-caching into master

What does this MR do?

Fixes the apollo caching of the repository file listing query. Previously it would cache '' and then if the user navigated forward and then back it would send the query again and cache '/'

Does this MR meet the acceptance criteria?

Conformity

Performance 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