Skip to content

Exclude archived projects from dependency list search filter

What does this MR do and why?

With !150476 (merged), archived projects are no longer shown in the dependency list, so we should also not show them as an option for the project filter.

Relates to: #440671 (closed)

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
Screenshot_2024-07-09_at_11.42.29_AM Screenshot_2024-07-09_at_11.41.53_AM

How to set up and validate locally

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

  1. Go to the group level dependency list
  2. Archive one of the projects in the list
  3. Click on the filtered search bar and click "Project"
  4. Archived project should not appear as a search option
Edited by Brian Williams

Merge request reports