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-07-09 00:08:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-09 00:08:40 +0300
commit79959cb5bc84ba8274ca3a6caa7ff88c86a80caa (patch)
tree93aae2860f63c661ac5718692d7804b84fb3a7d1 /app/models/users
parentb9664970c3f8ac8c80e26052af098b1c9b09616c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/users')
-rw-r--r--app/models/users/callout.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/models/users/callout.rb b/app/models/users/callout.rb
index 0a1b4d0b783..570e3ae9b3c 100644
--- a/app/models/users/callout.rb
+++ b/app/models/users/callout.rb
@@ -49,7 +49,9 @@ module Users
storage_enforcement_banner_fourth_enforcement_threshold: 46,
attention_requests_top_nav: 47,
attention_requests_side_nav: 48,
- minute_limit_banner: 49,
+ # 49 was removed with https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91533
+ # because the banner was no longer relevant.
+ # Records will be migrated with https://gitlab.com/gitlab-org/gitlab/-/issues/367293
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