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-17 15:13:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-17 15:13:49 +0300
commit458b945df3652f3f42f3665ea2e39e745c8b05c6 (patch)
tree355810a602413a558e1f8edf19a17f14e604e062 /app/models/users
parente750680e89a6f98803709c172943962741eeb9e7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/users')
-rw-r--r--app/models/users/group_callout.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/users/group_callout.rb b/app/models/users/group_callout.rb
index 12121bb6748..70498ae83e0 100644
--- a/app/models/users/group_callout.rb
+++ b/app/models/users/group_callout.rb
@@ -22,7 +22,8 @@ module Users
namespace_storage_limit_banner_warning_threshold: 11, # EE-only
namespace_storage_limit_banner_alert_threshold: 12, # EE-only
namespace_storage_limit_banner_error_threshold: 13, # EE-only
- usage_quota_trial_alert: 14 # EE-only
+ usage_quota_trial_alert: 14, # EE-only
+ preview_usage_quota_free_plan_alert: 15 # EE-only
}
validates :group, presence: true