cloudstack/server/test/com/cloud/vpc
PranaliM 5fad84174a CLOUDSTACK-10104: Optimize database transactions in ListDomain API to improve performance (#2282)
While creating the response object for the 'listDomain' API, several database calls are triggered to fetch details like parent domain, project limit, IP limit, etc. These database calls are triggered for each record found in the main fetch query, which is causing the response to slow down.

Fix:
The database transactions are reduced to improve response of the Listdomain API
2018-01-05 21:51:46 +05:30
..
dao CLOUDSTACK-9450: Network Offering for VPC based on DB flag 2017-11-03 12:39:23 +01:00
MockConfigurationManagerImpl.java CLOUDSTACK-9880: Expansion of Management IP Range. (#2048) 2017-12-20 08:36:53 +00:00
MockNetworkManagerImpl.java CLOUDSTACK-10189: Adding nuage VSD managed network support to CloudStack (#2360) 2017-12-28 14:55:15 +05:30
MockNetworkModelImpl.java CLOUDSTACK-9949: add ability to specify mac address (#2143) 2017-09-16 12:16:42 +05:30
MockResourceLimitManagerImpl.java CLOUDSTACK-10104: Optimize database transactions in ListDomain API to improve performance (#2282) 2018-01-05 21:51:46 +05:30
MockSite2SiteVpnManagerImpl.java Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00
MockSite2SiteVpnServiceProvider.java Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00
MockVpcVirtualNetworkApplianceManager.java Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00
NetworkACLManagerTest.java CLOUDSTACK-9245 - Deletes ACL items when destroying the VPC or deleting the ACL itself 2016-01-22 12:49:48 +01:00
NetworkACLServiceTest.java CLOUDSTACK-5236 : ability to identify where the user is from (ex. LDAP) 2015-03-16 14:53:53 +05:30
Site2SiteVpnTest.java Removed trailing spaces 2013-11-21 04:08:01 -08:00
VpcApiUnitTest.java CLOUDSTACK-8656: restructure tests to ensure exception throwing 2015-08-14 15:43:54 +02:00
VpcTestConfiguration.java CLOUDSTACK-8958: add dedicated ips to domain (account for now) 2015-11-16 10:17:40 +01:00