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
3f93f88d
Commit
3f93f88d
authored
Jul 30, 2020
by
Michał Zając
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Return last 10 successful pipelines
parent
00493319
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/app/models/vulnerability.rb
ee/app/models/vulnerability.rb
+1
-1
No files found.
ee/app/models/vulnerability.rb
View file @
3f93f88d
...
@@ -151,8 +151,8 @@ class Vulnerability < ApplicationRecord
...
@@ -151,8 +151,8 @@ class Vulnerability < ApplicationRecord
# See https://gitlab.com/gitlab-org/gitlab/-/issues/218012
# See https://gitlab.com/gitlab-org/gitlab/-/issues/218012
latest_successful_pipeline
=
project
latest_successful_pipeline
=
project
.
ci_pipelines
.
ci_pipelines
.
newest_first
(
ref:
project
.
default_branch
,
limit:
10
)
.
success
.
success
.
newest_first
(
ref:
project
.
default_branch
,
limit:
10
)
.
find
{
|
pipeline
|
pipeline
.
builds
.
any?
{
|
build
|
build
.
name
==
self
.
report_type
}
}
.
find
{
|
pipeline
|
pipeline
.
builds
.
any?
{
|
build
|
build
.
name
==
self
.
report_type
}
}
# Technically this shouldn't ever happen.
# Technically this shouldn't ever happen.
...
...
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