Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,332
    • Merge requests 1,332
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #282533
Closed
Open
Issue created Nov 13, 2020 by Neil McCorrison@nmccorrisonDeveloper3 of 9 checklist items completed3/9 checklist items

Dependency Scanning - MVC to enable within the UI - Frontend

Why are we doing this work

This issue tracks frontend work to add an Enable button on the Dependency Scanning row within the Security Configuration page. When clicked, the backend will create an MR and the user will be directed to the MR page.

Relevant links

Information that the developer might need to refer to when implementing the issue.

  • Design Issue
  • backend issue
  • Similar implementation for SAST enable done in %13.2

Non-functional requirements

  • Documentation: yes, needed
  • Feature flag: yes, this work should be controlled by a flag
  • Performance:
  • Testing: needs unit tests. Possibly end to end tests.

Implementation plan

frontend

  • Create a ManageViaMr component: #325694 (closed)
  • Create sec_dependency_scanning_ui_enable feature flag
  • Propagate flag to frontend within https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/controllers/projects/security/sast_configuration_controller.rb
  • Configure Dependency Scanning to use the ManageViaMr component in the scannerComponentMap map in ManageFeature.
  • Create the client-side configureDependencyScanning mutation to be mapped to the ManageViaMr component.
Edited Apr 01, 2021 by Paul Gascou-Vaillancourt
Assignee
Assign to
Time tracking