Skip to content

Convert BlobHeader to Vue: Add lock button

Samantha Ming requested to merge 323210-vue-blob-header-lock into master

Issue: #323210 (closed)

What does this MR do?

This is part of a bigger effort to convert the entire BlobHeader from HAML to Vue. In this MR, we implement the Lock button.

image

Testing Case

This feature is behind a feature flag, to turn on:

rails c

Feature.enable(:refactor_blob_viewer)

Screenshots (strongly suggested)

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

Related to #323210 (closed)

Edited by Samantha Ming

Merge request reports