Skip to content

Draft: Exclude stale dependencies

mo khan requested to merge mokhax/439269/no-stale-dependencies into master

What does this MR do and why?

This change excludes stale dependencies from appearing on the Explore > Dependency list page. This change is gated behind the explore_dependencies feature flag and does not contain a changelog entry.

#439269

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

Before After

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:explore_dependencies)
  2. Visit http://127.0.0.1:3000/explore/dependencies

Merge request reports