Skip to content

Added Clone button to Snippet view

Denys Mishunov requested to merge 204730-button-integration into master

What does this MR do?

The MR integrates the new Clone dropdown button component into snippet_blob_view to support the versioning story of the Snippets.

How to click-test locally?

  1. Enable :snippets_vue feature flag locally (in Rails console: Feature.enable(:snippets_vue))
  2. Enable :version_snippets flag for your user (in Rails console: Feature.enable(:version_snippets, your_user))
  3. Update any existing snippet (just change something and save)
  4. The button should be visible now.

Screenshots

Simple viewer Rich viewer Rich viewer + expanded clone dropdown
Screenshot_2020-04-03_at_23.16.01 Screenshot_2020-04-03_at_23.15.06 Screenshot_2020-04-03_at_23.15.13

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

Edited by 🤖 GitLab Bot 🤖

Merge request reports