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>2023-10-24 12:11:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-24 12:11:20 +0300
commita19e3ec8e8545d5a6b275bab3e5ea8b0cc707449 (patch)
treefe01e7e8080f0505f476bd420352d1bf79c8ef17 /app/models
parent3368cc98aff2a2261c5dea9887e626836864000a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models')
-rw-r--r--app/models/users/callout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/users/callout.rb b/app/models/users/callout.rb
index 60dd89c3ee7..b2f0fd01019 100644
--- a/app/models/users/callout.rb
+++ b/app/models/users/callout.rb
@@ -70,7 +70,7 @@ module Users
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,
+ # 71 removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134432
# 72 removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129022
namespace_over_storage_users_combined_alert: 73, # EE-only
# 74 removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132751