Repository: cloudstack
Updated Branches:
refs/heads/master de436acac -> b98a989e3
CLOUDSTACK-9196: Fixing null pointer exception when vm meta data is synced on
upgraded setup.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/clouds
Merge pull request #1261 from rafaelweingartner/lrg-cs-hackday-19
Removed unused variables from "NetworkStateListener" classWe removed the
following variables from "com.cloud.network.NetworkStateListener"
. UsageEventDao _usageEventDao
. NetworkDao _networkDao
We changed the EventBus s_eventBus
Merge pull request #1288 from DaanHoogland/trailing-commas
trailing commas in javascripts removedAccording to SonarQube this is a bug on
internet explorer. It is the only 'blocker' level issue in cloudstack.
@abhinandanprateek (@agneya2001) @bhaisaab @miguelaferreira should we enforce
this or,
Repository: cloudstack
Updated Branches:
refs/heads/master b98a989e3 -> 5ab82d10d
trailing commas in javascripts removed
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/28ca9336
Tree: http://git-wip-us.apache.org/
Repository: cloudstack
Updated Branches:
refs/heads/master 431389da9 -> 32fe308ed
CLOUDSTACK-8731-checking usage event for delete volume
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/635f7c27
Tree: http://git-w
Merge pull request #1274 from anshul1886/CLOUDSTACK-9196
CLOUDSTACK-9196: Fixing null pointer exception when vm meta data is synced on
upgraded setuphttps://issues.apache.org/jira/browse/CLOUDSTACK-9196
NullPointerException can occur if XenServer reports non-existing VM in cloud DB.
* pr/1274:
Repository: cloudstack
Updated Branches:
refs/heads/master 32fe308ed -> de436acac
Removed unused variables from class NetworkStateListener
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5d3adb3a
Tree: http://git-
Merge pull request #1048 from cloudsadhu/sadhutest
CLOUDSTACK-8731-checking usage event for delete volume checking usage event
for delete volume. I have incorporated all the suggested changes.
* pr/1048:
CLOUDSTACK-8731-checking usage event for delete volume
Signed-off-by: Rohit Yadav
Pro
Repository: cloudstack
Updated Branches:
refs/heads/master a59cf68f5 -> 431389da9
CLOUDSTACK-5822: keep user-added sshkeys in authorized_keys
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/64ef4fa9
Tree: http://
Merge pull request #1044 from ustcweizhou/keep-sshkey
CLOUDSTACK-5822: keep user-added sshkeys in authorized_keysFor now, if we add
the ssh key inside the vm (not on cloudstack UI), the sshkey will be removed if
we reset the sshkey on cloudstack UI.
After this commit, the sshkey (added by cloud
Repository: cloudstack
Updated Branches:
refs/heads/master ba722f849 -> a59cf68f5
Changed return of methods from DataMotionStrategy, Void to void
The main changes are:
⢠Changing methods âVoidâ to âvoidâ.
⢠Removal of the method âVoid copyAsync(DataObject srcData, DataObj
Merge pull request #969 from rafaelweingartner/master-lrg-cs-hackday-002
Fixed return type Void to void in DataMotionStrategy.The main changes are:
- Changing methods Void to void.
- Removal of the method Void copyAsync(DataObject srcData, DataObject
destData, AsyncCompletionCallback
Repository: cloudstack
Updated Branches:
refs/heads/master 366629fb6 -> ba722f849
Add Javadoc to AgentBasedStandaloneConsoleProxyManager
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6ea2b482
Tree: http://git-wi
Merge pull request #855 from rafaelweingartner/master-lrg-cs-hackday-007
Removal of class AgentBasedStandaloneConsoleProxyManagerThe
AgentBasedStandaloneConsoleProxyManager class is neither manually
instatiated anywhere in the code nor via Spring. Further checking in the
interface which the class
Updating the Description as only supported with KVM
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f2d48207
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f2d48207
Diff: http://git-wip-us.apache.org/re
Merge pull request #831 from yvsubhash/CLOUDSTACK-8850
CLOUDSTACK-8850: revertSnapshot command does not workUpdating the documentation
before the api is actually supported
* pr/831:
Updating the Description as only supported with KVM
CLOUDSTACK-8850: revertSnapshot command does not work Upda
Repository: cloudstack
Updated Branches:
refs/heads/master f280bbe9e -> 366629fb6
CLOUDSTACK-8850: revertSnapshot command does not work
Updating the documentation before the api is actually supported
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apa
Merge pull request #830 from sureshanaparti/CLOUDSTACK-8858
CLOUDSTACK-8858: listVolumes API fails for a particular domain with
NPE.CLOUDSTACK-8858: listVolumes API fails for a particular domain with NPE.
Summary: listVolumes API fails when volume associated vm instance has NULL or
invalid stat
Repository: cloudstack
Updated Branches:
refs/heads/master c07c850df -> f280bbe9e
CLOUDSTACK-8858: listVolumes API fails for a particular domain with NPE.
Summary: listVolumes API fails when volume associated vm instance has NULL or
invalid state. Fix the code to guard this situation since th
Merge pull request #1256 from sureshanaparti/CLOUDSTACK-9185
CLOUDSTACK-9185: [VMware DRS] VM sync failed with exception due to out-of-band
changesSummary: The target
"ClusteredVirtualMachineManagerImpl.HandlePowerStateReport" invoked during the
VM power state sync is not found as HandlePowerSt
Repository: cloudstack
Updated Branches:
refs/heads/master 06fe7844d -> c07c850df
CLOUDSTACK-9185: [VMware DRS] VM sync failed with exception due to out-of-band
changes
Summary: The target "ClusteredVirtualMachineManagerImpl.HandlePowerStateReport"
invoked during the VM power state sync is n
Merge pull request #1240 from shapeblue/master-9161
CLOUDSTACK-9161: fix the quota marvin test 1. Create a dummy user, as existing
user may already have stale quota
data
2. fix the tests to use the dummy user
3. a boundary condition was revealed and fixed for a new user where
quota servi
Repository: cloudstack
Updated Branches:
refs/heads/master ee2bc828a -> 06fe7844d
CLOUDSTACK-9161: fix the quota marvin test
1. Create a dummy user, as existing user may already have stale quota
data
2. fix the tests to use the dummy user
3. a boundary condition was revealed and fixed
Repository: cloudstack
Updated Branches:
refs/heads/master e93fd548d -> ee2bc828a
Quota: findbug fixes
Findbug fixes for cloud-framework-quota and cloud-plugin-database-quota.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloud
Merge pull request #1289 from shapeblue/master-quotafb
Quota: findbug fixesFindbug fixes for cloud-framework-quota and
cloud-plugin-database-quota.
* pr/1289:
Quota: findbug fixes
Signed-off-by: Abhinandan Prateek
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http
25 matches
Mail list logo