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>2021-03-16 21:18:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-16 21:18:33 +0300
commitf64a639bcfa1fc2bc89ca7db268f594306edfd7c (patch)
treea2c3c2ebcc3b45e596949db485d6ed18ffaacfa1 /lib/feature
parentbfbc3e0d6583ea1a91f627528bedc3d65ba4b10f (diff)
Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40
Diffstat (limited to 'lib/feature')
-rw-r--r--lib/feature/shared.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/feature/shared.rb b/lib/feature/shared.rb
index 5ad9af6ff7d..70e5b523adf 100644
--- a/lib/feature/shared.rb
+++ b/lib/feature/shared.rb
@@ -37,18 +37,6 @@ class Feature
push_frontend_feature_flag(:my_ops_flag, project, type: :ops)
EOS
},
- licensed: {
- description: 'Permanent feature flags used to temporarily disable licensed features.',
- deprecated: true,
- optional: true,
- rollout_issue: false,
- ee_only: true,
- default_enabled: true,
- example: <<-EOS
- project.feature_available?(:my_licensed_feature)
- namespace.feature_available?(:my_licensed_feature)
- EOS
- },
experiment: {
description: 'Short lived, used specifically to run A/B/n experiments.',
optional: true,