Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Subnet total_vms work correctly #17683

Merged
merged 1 commit into from
Jul 10, 2018
Merged

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Jul 9, 2018

before:

CloudSubnet#total_vms does not use distinct for the count
CloudNetwork#total_vms does

after:

both use distinct (since it is going :through a has_many)

https://bugzilla.redhat.com/show_bug.cgi?id=1595583

before:

CloudSubnet#total_vms does not use distinct for the count
CloudNetwork#total_vms does

after: both use distinct (since it is going :through a has_many

https://bugzilla.redhat.com/show_bug.cgi?id=1595583
@miq-bot
Copy link
Member

miq-bot commented Jul 9, 2018

Checked commit kbrock@f0a3dd5 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
1 file checked, 0 offenses detected
Everything looks fine. ⭐

@bdunne bdunne merged commit a9ec5d3 into ManageIQ:master Jul 10, 2018
@bdunne bdunne added this to the Sprint 90 Ending Jul 16, 2018 milestone Jul 10, 2018
@bdunne bdunne self-assigned this Jul 10, 2018
@kbrock kbrock deleted the bz_total_vms branch July 10, 2018 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants