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
95ae19ca
Commit
95ae19ca
authored
Aug 16, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
409d3764
b3145bc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/models/clusters/clusters_hierarchy.rb
app/models/clusters/clusters_hierarchy.rb
+2
-2
No files found.
app/models/clusters/clusters_hierarchy.rb
View file @
95ae19ca
...
...
@@ -46,7 +46,7 @@ module Clusters
def
group_clusters_base_query
group_parent_id_alias
=
alias_as_column
(
groups
[
:parent_id
],
'group_parent_id'
)
join_sources
=
::
Group
.
left_joins
(
:clusters
).
join_sources
join_sources
=
::
Group
.
left_joins
(
:clusters
).
arel
.
join_sources
model
.
unscoped
...
...
@@ -59,7 +59,7 @@ module Clusters
def
project_clusters_base_query
projects
=
::
Project
.
arel_table
project_parent_id_alias
=
alias_as_column
(
projects
[
:namespace_id
],
'group_parent_id'
)
join_sources
=
::
Project
.
left_joins
(
:clusters
).
join_sources
join_sources
=
::
Project
.
left_joins
(
:clusters
).
arel
.
join_sources
model
.
unscoped
...
...
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