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, 8 insertions, 1 deletions
diff --git a/app/models/users/callout.rb b/app/models/users/callout.rb
index 896cccfa0e5..38e518b6d3e 100644
--- a/app/models/users/callout.rb
+++ b/app/models/users/callout.rb
@@ -65,7 +65,14 @@ module Users
artifacts_management_page_feedback_banner: 62,
# 63 and 64 were removed with https://gitlab.com/gitlab-org/gitlab/-/merge_requests/120233
branch_rules_info_callout: 65,
- create_runner_workflow_banner: 66
+ create_runner_workflow_banner: 66,
+ repository_storage_limit_banner_info_threshold: 67, # EE-only
+ repository_storage_limit_banner_warning_threshold: 68, # EE-only
+ repository_storage_limit_banner_alert_threshold: 69, # EE-only
+ repository_storage_limit_banner_error_threshold: 70, # EE-only
+ new_navigation_callout: 71,
+ code_suggestions_third_party_callout: 72, # EE-only
+ namespace_over_storage_users_combined_alert: 73 # EE-only
}
validates :feature_name,