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
25505d97
Commit
25505d97
authored
Mar 26, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make stage seed instance variables less ambiguous
parent
f71b2670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib/gitlab/ci/pipeline/seed/stage.rb
lib/gitlab/ci/pipeline/seed/stage.rb
+4
-4
No files found.
lib/gitlab/ci/pipeline/seed/stage.rb
View file @
25505d97
...
...
@@ -12,13 +12,13 @@ module Gitlab
@pipeline
=
pipeline
@attributes
=
attributes
@
see
ds
=
attributes
.
fetch
(
:builds
).
map
do
|
attributes
|
@
buil
ds
=
attributes
.
fetch
(
:builds
).
map
do
|
attributes
|
Seed
::
Build
.
new
(
@pipeline
,
attributes
)
end
end
def
user
=
(
current_user
)
@
see
ds
.
each
{
|
seed
|
seed
.
user
=
current_user
}
@
buil
ds
.
each
{
|
seed
|
seed
.
user
=
current_user
}
end
def
attributes
...
...
@@ -28,8 +28,8 @@ module Gitlab
end
def
seeds
strong_memoize
(
:seeds
_included
)
do
@
see
ds
.
select
(
&
:included?
)
strong_memoize
(
:seeds
)
do
@
buil
ds
.
select
(
&
:included?
)
end
end
...
...
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