Skip to content

Add web ide button to repo blob header

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

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 Web IDE button.

image

Testing Case

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

rails c

Feature.enable(: refactor_blob_viewer)
  1. Navigate to Repository > Files
  2. Click on a file
  3. Click on the "Web IDE" button
  4. It will navigate to the "Web Editor" page

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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

Loading