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:
Diffstat (limited to 'app/models/users/callout.rb')
-rw-r--r--app/models/users/callout.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/models/users/callout.rb b/app/models/users/callout.rb
index 570e3ae9b3c..7b5c7fef7ba 100644
--- a/app/models/users/callout.rb
+++ b/app/models/users/callout.rb
@@ -55,8 +55,13 @@ module Users
preview_user_over_limit_free_plan_alert: 50, # EE-only
user_reached_limit_free_plan_alert: 51, # EE-only
submit_license_usage_data_banner: 52, # EE-only
- personal_project_limitations_banner: 53, # EE-only
- mr_experience_survey: 54
+ personal_project_limitations_banner: 53, # EE-only
+ mr_experience_survey: 54,
+ namespace_storage_limit_banner_info_threshold: 55, # EE-only
+ namespace_storage_limit_banner_warning_threshold: 56, # EE-only
+ namespace_storage_limit_banner_alert_threshold: 57, # EE-only
+ namespace_storage_limit_banner_error_threshold: 58, # EE-only
+ project_quality_summary_feedback: 59 # EE-only
}
validates :feature_name,