Skip to content

Split the content of drawer component to a new component

Chen Charnolevsky requested to merge 478469-split-the-content into master

What does this MR do and why?

According to this task, this MR is one of the development stages.

In this MR I split the current component into two components because we need to add tabs and this is the first step before that.

All content will be in subcomponent called: findings_drawer_details.vue

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After (the same)
Screen_Recording_2024-09-22_at_14.31.51 Screen_Recording_2024-09-22_at_14.13.50

How to set up and validate locally

  1. Upload a GitLab Ultimate license
  2. Create an empty project
  3. Go to your locally project and edit with web IDE
  4. Create a new file called: gl-sast-report.json and copy the content from here: gl-sast-report.json
  5. Create a new file .gitlab-ci.yml and pasted this content: gitlab-ci.yml
  6. Create a new folder called app and a new file inside called app.py and pasted this content: app.py
  7. Create a new MR
  8. Go into 'Changes' in your MR and you will see the detected vulnerability using shapes next to the specific rows.
  9. Click on the shapes and verify that all content behaves as it was.

Numbered steps to set up and validate the change are strongly suggested.

Related to #491627 and #478469

Merge request reports

Loading