Skip to content

Migrate security findings webview to vue2

Dheeraj Joshi requested to merge migrate-security-findings-vue2 into main

Description

Migrate security webview to vue2 from vue3. This is mainly done to use gitlab-ui components like GlLink, GlBadge which is not compatible with vue3.

Similar migration was done for duo_chat: !1006 (merged)

Related Issues

Epic: &10996 (closed)

Partially resolves #1163 (closed)

How has this been tested?

  1. Checkout an open MR with security findings
    1. Example: Checkout any open MR from https://gitlab.com/gitlab-org/gitlab-ui projects
  2. Reload the extension
  3. It should display the vulnerabilities under "Security scanning" tab.
  4. No user facing changes

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Dheeraj Joshi

Merge request reports