Skip to content

Add frontend code for location finder

Zamir Martins requested to merge add_frontend_for_location_finder into master

What does this MR do and why?

Add frontend code for location finder as per this design.

It also updates the toggle of project finder to match the same style.

EE: true Changelog: changed

Related backend MR: !126541 (merged)

Related issue: #409068 (closed)

Screenshots or screen recordings

project_location_search

Before After

How to set up and validate locally

  1. Fetch the content of both branches: add_frontend_for_location_finder.
  2. Turn on the feature flag to make Dependency list appear in groups:
echo "Feature.enable(:group_level_dependencies)" | rails c
  1. Create two projects under a group with the following content:
  • .gitlab-ci.yml:
include:
  - template: Security/Dependency-Scanning.gitlab-ci.yml
  1. Run a pipeline for the default branch to both projects
  2. Go group related to the projects created above and click on the menu option Secure -> Dependency list

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Zamir Martins

Merge request reports