cloudstack/server/src/com/cloud/api/query/dao
Alena Prokharchyk 3b37009ad1 CLOUDSTACK-4392: API volumeresponse - return primary storage information to ROOT and resource domain admin only. 2013-08-21 15:41:53 -07:00
..
AccountJoinDao.java CLOUDSTACK-3207: added resourceLimit/resourceCount to the Project API response 2013-07-02 15:34:17 -07:00
AccountJoinDaoImpl.java CLOUDSTACK-3981. ListAccounts always sets 'networkTotal' to 0. 2013-08-01 14:15:31 +05:30
AffinityGroupJoinDao.java Added AffinityGroup View in order to include VM details while listing AffinityGroups. 2013-04-11 13:23:23 -07:00
AffinityGroupJoinDaoImpl.java set Objectname to CreateAffinityGroupResponse Object. Also the listAffinityGroups is missing the 'type' property 2013-04-17 18:04:13 -07:00
AsyncJobJoinDao.java DB view dao cleanup, and introduce global configuration parameter for 2013-01-07 16:40:31 -08:00
AsyncJobJoinDaoImpl.java Fix problems after merge 2013-01-09 17:36:53 -08:00
DataCenterJoinDao.java CLOUDSTACK-355: create DB view for ZoneResponse to fix count for 2013-01-22 16:39:45 -08:00
DataCenterJoinDaoImpl.java CLOUDSTACK-4302: Instance wizard UI: Support affinity groups for dedicated zones 2013-08-14 13:42:32 -07:00
DiskOfferingJoinDao.java CLOUDSTACK-355: Create DB view to fix count issue for 2013-01-21 10:50:10 -08:00
DiskOfferingJoinDaoImpl.java SolidFire plug-in and related changes 2013-06-28 16:59:21 -06:00
DomainRouterJoinDao.java Move view based VO and Dao classes to cloud-server module to hide the 2012-12-14 10:47:58 -08:00
DomainRouterJoinDaoImpl.java CLOUDSTACK-3016: remove zonetype property from API response (cluster, domainRouter, host, pod, storagePool, systemVM) 2013-06-18 13:54:37 -07:00
HostJoinDao.java Storage motion for Xenserver changes: 1. Implemented Api findStoragePoolsForMigration. Added a new response objects to list storage pools available for migration. 2. Updated migrateVolume api for allowing migrating volumes of running vms. These changes are integrated into the latest storage refactoring changes. 3. Added the implementation for findHostsForMigration api. It lists the hosts to which an instance can be migrated, including hosts from within and across clusters to which an instance may be migrated with storage motion. The work of migrating a volume of a running vm is also done in copyAsync. 4. Updated the listHosts api for backward compatibility. 5. Added the implementation for migrateVirtualMachineWithVolume api. It migrates an instance with its volumes within a cluster and also across clusters. Also introduced a new XenServerStorageMotionStrategy for migrating volumes of a vm. When a vm is being migrated with its volumes, the vm is put in migrating state and a request is send to the volume manager to migrate the vm and its volumes. Volume manager calls into the volume service which forwards the request to data motion service after moving all the volumes to migrating state. Data motion service enumerates the strategies and the request reaches the XenServerStorageMotionStrategy. It calls in to the resource to complete the operation. 6. Resolved an issue where storage xenmotion of 2nd VM created from the same template to a host was failing with duplicate_vm exception. Made changes to remove the mac_seed key value pair from other_config when vms are created. This is was storage motion to fail. 7. Updated the db upgrade schema script. 8. Added the right permissions in commands.properties 9. Marvin tests for testing storage motion. Following scenarios are tested. 9.1. A virtual machine is migrated to another host. Its volumes are also migrated to another storage pool. 9.2. Just the volumes of a vm are migrated to another storage pool while the vm continues to run on the same host. 10. Unit tests for testing migration of a vm with its volumes. 2013-04-19 11:36:42 +05:30
HostJoinDaoImpl.java CLOUDSTACK-3016: remove zonetype property from API response (cluster, domainRouter, host, pod, storagePool, systemVM) 2013-06-18 13:54:37 -07:00
ImageStoreJoinDao.java Renamed internal classes to use "imageStorexxx" instead of previous 2013-04-05 17:33:35 -07:00
ImageStoreJoinDaoImpl.java Fix bugs in refactored listTemplates and listIsos API. 2013-04-30 11:31:45 -07:00
InstanceGroupJoinDao.java DB view dao cleanup, and introduce global configuration parameter for 2013-01-07 16:40:31 -08:00
InstanceGroupJoinDaoImpl.java Fix problems after merge 2013-01-09 17:36:53 -08:00
ProjectAccountJoinDao.java DB view dao cleanup, and introduce global configuration parameter for 2013-01-07 16:40:31 -08:00
ProjectAccountJoinDaoImpl.java Fix problems after merge 2013-01-09 17:36:53 -08:00
ProjectInvitationJoinDao.java Move view based VO and Dao classes to cloud-server module to hide the 2012-12-14 10:47:58 -08:00
ProjectInvitationJoinDaoImpl.java CLOUDSTACK-1621: listProjectInvitations fails with NPE for valid requests. 2013-03-11 13:07:12 -07:00
ProjectJoinDao.java Move view based VO and Dao classes to cloud-server module to hide the 2012-12-14 10:47:58 -08:00
ProjectJoinDaoImpl.java CLOUDSTACK-4022: listProjects - do searchIncludingRemoved when getting info of corresponding projectAccount because when the project is being removed, its account is marked as Removed first, but we might still want to retrieve its info 2013-08-02 09:04:05 -07:00
ResourceTagJoinDao.java Move view based VO and Dao classes to cloud-server module to hide the 2012-12-14 10:47:58 -08:00
ResourceTagJoinDaoImpl.java removed import of componentlocator and inject from all files 2013-01-10 11:44:47 -08:00
SecurityGroupJoinDao.java Move view based VO and Dao classes to cloud-server module to hide the 2012-12-14 10:47:58 -08:00
SecurityGroupJoinDaoImpl.java merge master 2013-05-11 15:28:43 +05:30
ServiceOfferingJoinDao.java CLOUDSTACK-355: create DB view for ServiceOfferingResponse to fix count 2013-01-21 15:25:49 -08:00
ServiceOfferingJoinDaoImpl.java CLOUDSTACK-3343 UI/API should also return the mode(Strict/Preferred) when listing the ServiceOffering that uses ImplicitDedicationPlanner 2013-07-28 22:10:37 -07:00
StoragePoolJoinDao.java StoragePoolForMigrationResponse -> StoragePoolResponse 2013-06-04 14:26:40 +05:30
StoragePoolJoinDaoImpl.java CLOUDSTACK-3488: listStoragePools throws NPE if any of the storage pools are not in the right state. 2013-07-26 15:33:02 +05:30
TemplateJoinDao.java CLOUDSTACK-3314: ListTemplates only show one entry for cross-zone 2013-07-02 14:59:53 -07:00
TemplateJoinDaoImpl.java CLOUDSTACK-2988: API - Template Response - add isdynamicallyscalable property. 2013-07-10 15:46:38 -07:00
UserAccountJoinDao.java DB view dao cleanup, and introduce global configuration parameter for 2013-01-07 16:40:31 -08:00
UserAccountJoinDaoImpl.java merge master 2013-05-11 15:28:43 +05:30
UserVmJoinDao.java Fix CLOUDSTACK-2488: Delete iso async job is running forever. 2013-05-14 16:12:49 -07:00
UserVmJoinDaoImpl.java CLOUDSTACK-1192: Disk I/O Statistics (vm stats) support KVM and XenServer only util 2013/06/25 2013-06-27 14:25:54 +02:00
VolumeJoinDao.java Create DB view for Volume to speed up ListVolumesCmd. 2012-12-25 17:08:50 -08:00
VolumeJoinDaoImpl.java CLOUDSTACK-4392: API volumeresponse - return primary storage information to ROOT and resource domain admin only. 2013-08-21 15:41:53 -07:00