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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
f42a1ded
Commit
f42a1ded
authored
Sep 07, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7696 from Zyphrax/master
Prevent graph spacing issue
parents
d8cbff3f
1f355279
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
app/models/network/graph.rb
app/models/network/graph.rb
+0
-6
No files found.
app/models/network/graph.rb
View file @
f42a1ded
...
@@ -178,12 +178,6 @@ module Network
...
@@ -178,12 +178,6 @@ module Network
space
=
find_free_space
(
time_range
,
2
,
space_base
)
space
=
find_free_space
(
time_range
,
2
,
space_base
)
leaves
.
each
do
|
l
|
leaves
.
each
do
|
l
|
l
.
spaces
<<
space
l
.
spaces
<<
space
# Also add space to parent
l
.
parents
(
@map
).
each
do
|
parent
|
if
0
<
parent
.
space
&&
parent
.
space
<
space
parent
.
spaces
<<
space
end
end
end
end
# and mark it as reserved
# and mark it as reserved
...
...
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