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

CLOUDSTACK-8800 : Improved the listVirtualMachines API call to include memory utilization information for a VM #1444

Merged
merged 3 commits into from
May 12, 2016

Commits on Apr 29, 2016

  1. CLOUDSTACK-8800 : Improved the listVirtualMachines API call to includ…

    …e memory utilization information for a VM for xenserver,kvm and for vmware.
    Maneesha.P authored and rafaelweingartner committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    7ad3c5e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Fixed issues from CLOUDSTACK-8800 that were introduced in PR 780

     
    It was worked around some possible runtime exceptions introduced by the
    changes that were added by the PR 780. Basically, the points in which a
    null pointer exception could happen, we added safety checks to avoid
    them. It was create a specific method do that, all together test cases
    were created for this newly method that was added.
    rafaelweingartner committed May 3, 2016
    Configuration menu
    Copy the full SHA
    866ac7b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Configuration menu
    Copy the full SHA
    417d9a5 View commit details
    Browse the repository at this point in the history