Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e8d04900
Commit
e8d04900
authored
Feb 13, 2020
by
David Fernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enabling nuget_package_registry feature flag by default
See the epic
https://gitlab.com/groups/gitlab-org/-/epics/2271
parent
0a8d441b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/changelogs/unreleased/10io-remove-nuget-feature-flag.yml
ee/changelogs/unreleased/10io-remove-nuget-feature-flag.yml
+5
-0
ee/lib/api/nuget_packages.rb
ee/lib/api/nuget_packages.rb
+1
-1
No files found.
ee/changelogs/unreleased/10io-remove-nuget-feature-flag.yml
0 → 100644
View file @
e8d04900
---
title
:
Add NuGet Repository
merge_request
:
25157
author
:
type
:
added
ee/lib/api/nuget_packages.rb
View file @
e8d04900
...
...
@@ -90,7 +90,7 @@ module API
end
resource
:projects
,
requirements:
API
::
NAMESPACE_OR_PROJECT_REQUIREMENTS
do
before
do
not_found!
if
Feature
.
disabled?
(
:nuget_package_registry
,
authorized_user_project
)
not_found!
if
Feature
.
disabled?
(
:nuget_package_registry
,
authorized_user_project
,
default_enabled:
true
)
authorize_packages_feature!
(
authorized_user_project
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment