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-09-09 12:14:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-09 12:14:13 +0300
commit6021fa2fc624b7d6902273bae55c5b8b2b2b3fff (patch)
tree54d044a94c33f737d46ecb4829930868fd79105e /app/models/users
parent377c02f959f45d07a6d1f3c4d7f5afc6ad5162ff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/users')
-rw-r--r--app/models/users/project_callout.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/users/project_callout.rb b/app/models/users/project_callout.rb
index aa9562ed693..98dacbe394a 100644
--- a/app/models/users/project_callout.rb
+++ b/app/models/users/project_callout.rb
@@ -10,7 +10,8 @@ module Users
enum feature_name: {
awaiting_members_banner: 1, # EE-only
- web_hook_disabled: 2
+ web_hook_disabled: 2,
+ ultimate_feature_removal_banner: 3
}
validates :project, presence: true