Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-02 12:11:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-02 12:11:05 +0300
commit3256c55b0f188227e27a4863532feee84e654911 (patch)
tree3bd6c8fa06179fd396b589c949198b98c3321e55 /app/models/project_feature.rb
parent347c7a75172d5f1e14728950fd6ce7819dfc62ab (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/project_feature.rb')
-rw-r--r--app/models/project_feature.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project_feature.rb b/app/models/project_feature.rb
index 0a30e125c83..30d871a2756 100644
--- a/app/models/project_feature.rb
+++ b/app/models/project_feature.rb
@@ -21,6 +21,7 @@ class ProjectFeature < ApplicationRecord
security_and_compliance
container_registry
package_registry
+ environments
].freeze
EXPORTABLE_FEATURES = (FEATURES - [:security_and_compliance, :pages]).freeze