Commit 8294d3e3 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents a542e346 5e20689d
...@@ -42,7 +42,7 @@ module GroupDescendant ...@@ -42,7 +42,7 @@ module GroupDescendant
parent = child.parent parent = child.parent
exception = ArgumentError.new <<~MSG exception = ArgumentError.new <<~MSG
parent: [GroupDescendant: #{parent.inspect}] was not preloaded for [#{child.inspect}]") Parent was not preloaded for child when rendering group hierarchy.
This error is not user facing, but causes a +1 query. This error is not user facing, but causes a +1 query.
MSG MSG
extras = { extras = {
...@@ -50,7 +50,7 @@ module GroupDescendant ...@@ -50,7 +50,7 @@ module GroupDescendant
child: child.inspect, child: child.inspect,
preloaded: preloaded.map(&:full_path) preloaded: preloaded.map(&:full_path)
} }
issue_url = 'https://gitlab.com/gitlab-org/gitlab-ce/issues/40785' issue_url = 'https://gitlab.com/gitlab-org/gitlab-ce/issues/49404'
Gitlab::Sentry.track_exception(exception, issue_url: issue_url, extra: extras) Gitlab::Sentry.track_exception(exception, issue_url: issue_url, extra: extras)
end end
......
---
title: Update the container scanning CI template to use v12 of the clair scanner.
merge_request: 30809
author:
type: changed
...@@ -23,8 +23,8 @@ container_scanning: ...@@ -23,8 +23,8 @@ container_scanning:
DOCKER_SERVICE: docker DOCKER_SERVICE: docker
DOCKER_HOST: tcp://${DOCKER_SERVICE}:2375/ DOCKER_HOST: tcp://${DOCKER_SERVICE}:2375/
# https://hub.docker.com/r/arminc/clair-local-scan/tags # https://hub.docker.com/r/arminc/clair-local-scan/tags
CLAIR_LOCAL_SCAN_VERSION: v2.0.8_fe9b059d930314b54c78f75afe265955faf4fdc1 CLAIR_LOCAL_SCAN_VERSION: v2.0.8_0ed98e9ead65a51ba53f7cc53fa5e80c92169207
CLAIR_EXECUTABLE_VERSION: v11 CLAIR_EXECUTABLE_VERSION: v12
## Disable the proxy for clair-local-scan, otherwise Container Scanning will ## Disable the proxy for clair-local-scan, otherwise Container Scanning will
## fail when a proxy is used. ## fail when a proxy is used.
NO_PROXY: ${DOCKER_SERVICE},localhost NO_PROXY: ${DOCKER_SERVICE},localhost
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment