Skip to content

Update sort fields based on namespaceType

Zamir Martins requested to merge update_sort_field_based_on_namespace_type into master

What does this MR do and why?

Update sort fields based on namespaceType

EE: true Changelog: changed

Related issue: #408855 (closed)

Screenshots or screen recordings

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

Project level Group level
Screenshot_2023-06-15_at_20.18.35 Screenshot_2023-06-15_at_20.20.49
Screenshot_2023-06-15_at_20.22.39 Screenshot_2023-06-15_at_20.22.31

How to set up and validate locally

  1. Fetch the content of both branches: update_sort_field_based_on_namespace_type.
  2. Turn on the feature flag to make Dependency list appear in groups:
echo "Feature.enable(:group_level_dependencies)" | rails c
  1. Create a project 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
  2. Go group related to the project 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

Loading