Skip to content

Vue file listing refactor load README files

Phil Hughes requested to merge ph/35638/readmeVueLoad into master

What does this MR do?

This changes how README files are rendered with the Vue file listing refactor. Previously they would get rendered server side and then shown/hidden. With this change we load the content and display it with Vue. With this change it means that we can correctly show README files after drilling down into a folder.

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 #35638 (closed)

Edited by Phil Hughes

Merge request reports