diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-29 14:10:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-29 14:10:41 +0000 |
commit | 4279c892b46b4a9de9f0580cf011173e716ebf6c (patch) | |
tree | 39c5a2ee723725071d325ddd459921ee0571a6f2 /app/models/concerns | |
parent | 37823295027da50ff5bc14df482b8cba09bf41b4 (diff) | |
download | gitlab-ce-4279c892b46b4a9de9f0580cf011173e716ebf6c.tar.gz |
Add latest changes from gitlab-org/security/gitlab@15-1-stable-ee
Diffstat (limited to 'app/models/concerns')
-rw-r--r-- | app/models/concerns/enums/ci/commit_status.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/concerns/enums/ci/commit_status.rb b/app/models/concerns/enums/ci/commit_status.rb index 312b88a4d6d..445277a7a7c 100644 --- a/app/models/concerns/enums/ci/commit_status.rb +++ b/app/models/concerns/enums/ci/commit_status.rb @@ -35,7 +35,8 @@ module Enums bridge_pipeline_is_child_pipeline: 1_006, # not used anymore, but cannot be deleted because of old data downstream_pipeline_creation_failed: 1_007, secrets_provider_not_found: 1_008, - reached_max_descendant_pipelines_depth: 1_009 + reached_max_descendant_pipelines_depth: 1_009, + ip_restriction_failure: 1_010 } end end |