Commit d34c58b3 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch '10io-pypi-feature-flag-default-to-true' into 'master'

Set default true for the pypi_packages feature flag

See merge request gitlab-org/gitlab!29702
parents 43a26fd0 3d59a468
---
title: Add PyPI Packages Repository
merge_request: 29702
author:
type: added
......@@ -59,7 +59,7 @@ module API
resource :projects, requirements: API::NAMESPACE_OR_PROJECT_REQUIREMENTS do
before do
unless ::Feature.enabled?(:pypi_packages, unauthorized_user_project)
unless ::Feature.enabled?(:pypi_packages, unauthorized_user_project, default_enabled: true)
not_found!
end
......
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