Commit 48a39711 authored by Matthias Käppler's avatar Matthias Käppler

Merge branch '340606-feature-flag-cleanup' into 'master'

Remove the container_registry_expiration_policies_caching feature flag

See merge request gitlab-org/gitlab!73737
parents 2b5e3a6a 7cced264
......@@ -146,8 +146,7 @@ module Projects
def caching_enabled?
container_expiration_policy &&
older_than.present? &&
Feature.enabled?(:container_registry_expiration_policies_caching, @project)
older_than.present?
end
def throttling_enabled?
......
---
name: container_registry_expiration_policies_caching
introduced_by_url:
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/340606
milestone: '14.3'
type: development
group: group::package
default_enabled: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment