Commit ab354e73 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '220055-remove-tech-debt-note' into 'master'

Remove resolved cleanup policy tech debt comment

See merge request gitlab-org/gitlab!39126
parents ac5c0801 3448465d
......@@ -39,9 +39,6 @@ module Projects
end
def filter_by_name(tags)
# Technical Debt: https://gitlab.com/gitlab-org/gitlab/issues/207267
# name_regex to be removed when container_expiration_policies is updated
# to have both regex columns
regex_delete = ::Gitlab::UntrustedRegexp.new("\\A#{params['name_regex_delete'] || params['name_regex']}\\z")
regex_retain = ::Gitlab::UntrustedRegexp.new("\\A#{params['name_regex_keep']}\\z")
......
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