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.rb19
1 files changed, 10 insertions, 9 deletions
diff --git a/app/models/users/callout.rb b/app/models/users/callout.rb
index 38e518b6d3e..0d02a3b99aa 100644
--- a/app/models/users/callout.rb
+++ b/app/models/users/callout.rb
@@ -55,10 +55,10 @@ module Users
submit_license_usage_data_banner: 52, # EE-only
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
+ # 55 removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121920
+ namespace_storage_limit_alert_warning_threshold: 56, # EE-only
+ namespace_storage_limit_alert_alert_threshold: 57, # EE-only
+ namespace_storage_limit_alert_error_threshold: 58, # EE-only
project_quality_summary_feedback: 59, # EE-only
merge_request_settings_moved_callout: 60,
new_top_level_group_alert: 61,
@@ -66,13 +66,14 @@ module Users
# 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,
- 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
+ # 67 removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121920
+ project_repository_limit_alert_warning_threshold: 68, # EE-only
+ project_repository_limit_alert_alert_threshold: 69, # EE-only
+ project_repository_limit_alert_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
+ namespace_over_storage_users_combined_alert: 73, # EE-only
+ rich_text_editor: 74
}
validates :feature_name,