cloudstack/server/src/com/cloud
Hugo Trippaers 41fa79f65c The millisecond to second calculation was done with a bit shift of 10.
This is in effect a division by 1024, while time in ms should be divided
by 1000. The difference of 24 adds up to about a 381 day difference
today. This confuses anybody checking the timestamps in the logs.
2013-07-04 18:39:03 +02:00
..
account Patch from Chip Childers 2012-07-02 09:51:21 -04:00
acl CLOUDSTACK-3242: fixed updateTemplate and updateTemplate permissions security checks for project based templates 2013-06-27 11:32:41 -07:00
agent Moved HostAllocator and PodAllocator from server to api package, where they are supposed to be. In the process, I had to change the VO objects used by these two itnerfaces to interface equivalent. This makes sense because there's really no reasons why allocators require write access to the database. One of the files have been reformatted because it contained a bunch of tabs instead of spaces for indentation. 2013-07-03 17:48:53 -07:00
alert merge master 2013-05-11 15:28:43 +05:30
api VMSync: Separating jobs from api 2013-07-03 11:22:40 -07:00
async VMSync: Separating jobs from api 2013-07-03 11:22:40 -07:00
capacity Moved HostAllocator and PodAllocator from server to api package, where they are supposed to be. In the process, I had to change the VO objects used by these two itnerfaces to interface equivalent. This makes sense because there's really no reasons why allocators require write access to the database. One of the files have been reformatted because it contained a bunch of tabs instead of spaces for indentation. 2013-07-03 17:48:53 -07:00
cluster merge master 2013-05-11 15:28:43 +05:30
configuration CLOUDSTACK-2984: createNetwork call - when vlan is specified, check that its not coming from the physical network vnet range as this range is used for dynamic vlan allocation during the network implementation stage 2013-07-01 16:17:43 -07:00
consoleproxy Merge branch 'master' (up to commit 2013-06-12 11:20:32 -07:00
dao CLOUDSTACK-786, CLOUDSTACK-1014: Moved usage APIs to cloud-api. Removed ManagementServerExt. Usage API related implementation is added to UsageServiceImpl 2013-02-05 16:49:34 +05:30
dc CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host. <Patch1> 2013-05-30 01:07:01 -07:00
deploy CLOUDSTACK-3064: Able to create an instance from different account of the same domain without 2013-06-28 00:32:17 +05:30
event Retire unused files to avoid confusions 2013-04-02 15:55:41 -07:00
ha Added more logging to the place where VR investigates whether the user vm is alive, by executing PingCommand 2013-06-19 10:53:56 -07:00
hypervisor Removed Dead Code from Management Server Hyper-V 2012 Support 2013-06-27 11:46:02 -07:00
keystore merge master 2013-05-11 15:28:43 +05:30
metadata license check 2013-05-12 14:42:59 +05:30
network The millisecond to second calculation was done with a bit shift of 10. 2013-07-04 18:39:03 +02:00
projects CLOUDSTACK-2331: Failed to display exception object information in case of CloudRuntimeException. 2013-05-28 16:01:33 -07:00
resource CLOUDSTACK-3351: Fix add cluster API to set right hypervisor type 2013-07-04 14:23:08 +05:30
resourcelimit CLOUDSTACK-2116 2013-05-15 19:41:49 -07:00
secstorage merge master 2013-05-11 15:28:43 +05:30
server CLOUDSTACK-3287: [GSLB] API "updateGlobalLoadBalancerRule" is not 2013-07-02 00:07:58 +05:30
servlet merge master 2013-05-11 15:28:43 +05:30
storage Moved HostAllocator and PodAllocator from server to api package, where they are supposed to be. In the process, I had to change the VO objects used by these two itnerfaces to interface equivalent. This makes sense because there's really no reasons why allocators require write access to the database. One of the files have been reformatted because it contained a bunch of tabs instead of spaces for indentation. 2013-07-03 17:48:53 -07:00
tags merge with master 2013-05-13 16:36:41 +05:30
template CLOUDSTACK-3347: fixed project deletion for project's owned template 2013-07-03 13:48:06 -07:00
test SolidFire plug-in and related changes 2013-06-28 16:59:21 -06:00
usage merge master 2013-05-11 15:28:43 +05:30
user CLOUDSTACK-2350: Anti-Affinity - As admin user, when tryinto update the affinity group for a Vm that is deployed by a regular user , he is presented with admin's affinity groups. 2013-06-07 15:28:28 -07:00
uuididentity When UUID field is null for existing records, set it to id 2013-05-14 15:11:41 -07:00
vm CLOUDSTACK-3184: updateVirtualMachine api gives java NPE. 2013-07-03 19:39:02 +05:30