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>2021-08-05 06:10:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-05 06:10:19 +0300
commit24fca3804098db8d0083d35db1975d198467e9b8 (patch)
treed205c2c080897c5d2334a91d374899e014baf474 /lib/gitlab/checks
parentdbc4b385d2c5577e82fe9cb63532f7f5ce23a9ea (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/checks')
-rw-r--r--lib/gitlab/checks/changes_access.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/checks/changes_access.rb b/lib/gitlab/checks/changes_access.rb
index 3ec3cdafd7c..a1c2f8d8280 100644
--- a/lib/gitlab/checks/changes_access.rb
+++ b/lib/gitlab/checks/changes_access.rb
@@ -40,7 +40,7 @@ module Gitlab
return [] if newrevs.empty?
- @commits ||= project.repository.new_commits(newrevs)
+ @commits ||= project.repository.new_commits(newrevs, allow_quarantine: true)
end
# All commits which have been newly introduced via the given revision.