Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8294d3e3
Commit
8294d3e3
authored
Aug 05, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
a542e346
5e20689d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
app/models/concerns/group_descendant.rb
app/models/concerns/group_descendant.rb
+2
-2
changelogs/unreleased/GL-12757.yml
changelogs/unreleased/GL-12757.yml
+5
-0
lib/gitlab/ci/templates/Security/Container-Scanning.gitlab-ci.yml
...ab/ci/templates/Security/Container-Scanning.gitlab-ci.yml
+2
-2
No files found.
app/models/concerns/group_descendant.rb
View file @
8294d3e3
...
...
@@ -42,7 +42,7 @@ module GroupDescendant
parent
=
child
.
parent
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.
MSG
extras
=
{
...
...
@@ -50,7 +50,7 @@ module GroupDescendant
child:
child
.
inspect
,
preloaded:
preloaded
.
map
(
&
:full_path
)
}
issue_url
=
'https://gitlab.com/gitlab-org/gitlab-ce/issues/4
0785
'
issue_url
=
'https://gitlab.com/gitlab-org/gitlab-ce/issues/4
9404
'
Gitlab
::
Sentry
.
track_exception
(
exception
,
issue_url:
issue_url
,
extra:
extras
)
end
...
...
changelogs/unreleased/GL-12757.yml
0 → 100644
View file @
8294d3e3
---
title
:
Update the container scanning CI template to use v12 of the clair scanner.
merge_request
:
30809
author
:
type
:
changed
lib/gitlab/ci/templates/Security/Container-Scanning.gitlab-ci.yml
View file @
8294d3e3
...
...
@@ -23,8 +23,8 @@ container_scanning:
DOCKER_SERVICE
:
docker
DOCKER_HOST
:
tcp://${DOCKER_SERVICE}:2375/
# https://hub.docker.com/r/arminc/clair-local-scan/tags
CLAIR_LOCAL_SCAN_VERSION
:
v2.0.8_
fe9b059d930314b54c78f75afe265955faf4fdc1
CLAIR_EXECUTABLE_VERSION
:
v1
1
CLAIR_LOCAL_SCAN_VERSION
:
v2.0.8_
0ed98e9ead65a51ba53f7cc53fa5e80c92169207
CLAIR_EXECUTABLE_VERSION
:
v1
2
## Disable the proxy for clair-local-scan, otherwise Container Scanning will
## fail when a proxy is used.
NO_PROXY
:
${DOCKER_SERVICE},localhost
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment