Rohit Yadav 
							
						 
					 
					
						
						
						
						
							
						
						
							fac7bfc5d5 
							
						 
					 
					
						
						
							
							CLOUDSTACK-8011: Upgrade maven dependencies  
						
						 
						
						... 
						
						
						
						Changes;
- Upgrades maven-war plugin to 4.5 (faster war packaging)
- Upgrade spring framework to latest minor release
- Upgrade ehcache, jasypt, httpclient, httpcore and other core dependencies
- Upgrade to latest ipv6 library, fix unit test NetUtilsTest
- httpcore and httpclient are sharing same version variable
- commons-httpclient is different that httpclient, the fix gives it a separate var
- Apidocs failed to generate and get stuck with new reflections version, for now
  we will continue using 0.9.8
Newer dependencies can be listed using:
mvn versions:display-dependency-updates -Dnoredist -Dsimulator -P developer,systemvm
Testing;
- Tested using Maven 3.2.1
- Local noredist build with unit tests succeeds
- CloudStack mgmt server started, basic business layer tests work
- Observed 10-15% build time improvement using new maven-war plugin
Branch: bugfix/4.5-8011 (commits are squashed in favour of a linear history)
Pull request:
https://github.com/apache/cloudstack/pull/50 
This closes  #50 
TravisCI build summary:
https://travis-ci.org/shapeblue/cloudstack/builds/42902172 
- Build passes with unit tests
- Apidocs generates successfully
- Most integration tests pass, some fail due to timeout errors, second re-run
  passes some of them
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> 
						
						
					 
					
						2014-12-04 02:12:51 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wei Zhou 
							
						 
					 
					
						
						
						
						
							
						
						
							af2f21894c 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7983: Create Disk/Service Offering for Domain Admin  
						
						 
						
						
						
						
					 
					
						2014-12-01 13:03:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wei Zhou 
							
						 
					 
					
						
						
						
						
							
						
						
							daa57f67d6 
							
						 
					 
					
						
						
							
							CLOUDSTACK-6893: fix enum ValueOf issue which causes systemvm fail to start  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 63ff5a7cbc3341809884e47796476d47ace03961)
(cherry picked from commit d0e0edca111feb71e7cd8267d9c28820d85b12f9) 
						
						
					 
					
						2014-11-27 16:58:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harikrishna Patnala 
							
						 
					 
					
						
						
						
						
							
						
						
							488c17858f 
							
						 
					 
					
						
						
							
							CLOUDSTACK-6075: Increase the ram size for router service offering  
						
						 
						
						... 
						
						
						
						Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> 
						
						
					 
					
						2014-11-27 16:04:59 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Koushik Das 
							
						 
					 
					
						
						
						
						
							
						
						
							4798db0de1 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7960: [Automation] Creation of Volume from Snapshot fails due to StringIndexOutOfBoundsException  
						
						 
						
						... 
						
						
						
						Fixed the appropriate CopyCommand handler in simulator plugin 
						
						
					 
					
						2014-11-26 17:30:44 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Koushik Das 
							
						 
					 
					
						
						
						
						
							
						
						
							bf56584528 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7973: Proper handler for FenceCommand in simulator  
						
						 
						
						... 
						
						
						
						Added a proper handler for FenceCommand in simulator 
						
						
					 
					
						2014-11-26 17:30:33 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rohit Yadav 
							
						 
					 
					
						
						
						
						
							
						
						
							6ad2f38426 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7679: Bump rabbitmq client library to latest 3.4.1  
						
						 
						
						... 
						
						
						
						Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> 
						
						
					 
					
						2014-11-25 19:16:23 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harikrishna Patnala 
							
						 
					 
					
						
						
						
						
							
						
						
							9585aa0b51 
							
						 
					 
					
						
						
							
							CLOUDSTACK-6465: vmware.reserve.mem is missing from cluster level settings  
						
						 
						
						... 
						
						
						
						Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
(cherry picked from commit eae733817b3670b0151410c027325f78013392ad) 
						
						
					 
					
						2014-11-25 15:55:54 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rohit Yadav 
							
						 
					 
					
						
						
						
						
							
						
						
							7ff31f1b22 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/inetaddress'  
						
						 
						
						... 
						
						
						
						- Tested locally against unit tests
- TravisCI build passed: https://travis-ci.org/apache/cloudstack/builds/41990351 
- Manual QA passed for basic auth and saml auth using default IDP settings
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
	server/src/com/cloud/api/ApiServlet.java 
						
						
					 
					
						2014-11-25 14:32:09 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laszlo Hornyak 
							
						 
					 
					
						
						
						
						
							
						
						
							3577423da9 
							
						 
					 
					
						
						
							
							removed executable flags from java classes  
						
						 
						
						... 
						
						
						
						Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com> 
						
						
					 
					
						2014-11-23 19:49:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laszlo Hornyak 
							
						 
					 
					
						
						
						
						
							
						
						
							b2023d04ba 
							
						 
					 
					
						
						
							
							Simplification on Properties handling  
						
						 
						
						... 
						
						
						
						- Added method to create properties and load contents from file
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com> 
						
						
					 
					
						2014-11-23 19:48:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wido den Hollander 
							
						 
					 
					
						
						
						
						
							
						
						
							4bd49df3f5 
							
						 
					 
					
						
						
							
							Use InetAddress for passing Remote Address instead of String  
						
						 
						
						
						
						
					 
					
						2014-11-21 12:10:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Saksham Srivastava 
							
						 
					 
					
						
						
						
						
							
						
						
							4ff3130bec 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7950: AttachIsoCmd shoud give correct messge when trying to attach vmwaretools installer iso on non supported guestvm deployed by ISO  
						
						 
						
						
						
						
					 
					
						2014-11-20 13:04:14 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sanjay Tripathi 
							
						 
					 
					
						
						
						
						
							
						
						
							dda2994936 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7940: Exception printed completely on the UI. Not in a readable format.  
						
						 
						
						
						
						
					 
					
						2014-11-19 15:59:03 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anshul Gangwar 
							
						 
					 
					
						
						
						
						
							
						
						
							055f6ad318 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7932: Fixed wrong semantics for isVmAlive() method in HypervInvestigator  
						
						 
						
						... 
						
						
						
						Findbugs will report error on this as it is expecting true/false for Boolean value.
But we have diffrent meaning for null so it is false positive case from findbug
This closes  #39  
						
						
					 
					
						2014-11-18 13:37:36 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daan Hoogland 
							
						 
					 
					
						
						
						
						
							
						
						
							7aa64b9efa 
							
						 
					 
					
						
						
							
							CID-1254838 catch individual exceptions types  
						
						 
						
						
						
						
					 
					
						2014-11-17 15:09:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anshul Gangwar 
							
						 
					 
					
						
						
						
						
							
						
						
							3996b402aa 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7620: Added SNMP MIB file for snmp-alerts plugin  
						
						 
						
						
						
						
					 
					
						2014-11-17 15:11:31 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Santhosh Edukulla 
							
						 
					 
					
						
						
						
						
							
						
						
							ef6ec7b276 
							
						 
					 
					
						
						
							
							Fixed few coverity issues like invalid boxing unboxing issues, resource leaks, null dereferences  
						
						 
						
						
						
						
					 
					
						2014-11-13 17:26:24 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Likitha Shetty 
							
						 
					 
					
						
						
						
						
							
						
						
							b8fdda0a34 
							
						 
					 
					
						
						
							
							BUG-ID: CLOUDSTACK-7102. Volume migration fails with 'VM i-2-3-VM does not exist in VMware datacenter' expection.  
						
						 
						
						... 
						
						
						
						Look for a VM in vCenter based on both the vCenter name and CS internal name (required in case 'vm.instancename.flag' is enabled).
During Attach Volume and Volume Migration, for lookup and other operations use VM's name as obtained from vCenter instead of using the name set in the agent command. 
						
						
					 
					
						2014-11-13 12:58:56 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Tutkowski 
							
						 
					 
					
						
						
						
						
							
						
						
							2042660a68 
							
						 
					 
					
						
						
							
							Added a "long getUsedIops(StoragePool)" method to the PrimaryDataStoreDriver interface  
						
						 
						
						
						
						
					 
					
						2014-11-12 13:38:58 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wido den Hollander 
							
						 
					 
					
						
						
						
						
							
						
						
							69ee01af9d 
							
						 
					 
					
						
						
							
							CLOUDSTACK-3383: Fetch CPU utilization more reliable.  
						
						 
						
						... 
						
						
						
						This should fix that we can't gather CPU statistics on hypervisors
> Ubuntu 12.04 
						
						
					 
					
						2014-11-12 09:54:54 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Tutkowski 
							
						 
					 
					
						
						
						
						
							
						
						
							5c388a5c80 
							
						 
					 
					
						
						
							
							Add properties file in same folder as template  
						
						 
						
						
						
						
					 
					
						2014-11-11 17:03:08 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daan Hoogland 
							
						 
					 
					
						
						
						
						
							
						
						
							abff49d5b3 
							
						 
					 
					
						
						
							
							CID-1250770 pass through mkdirs() return value  
						
						 
						
						
						
						
					 
					
						2014-11-11 10:32:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Tutkowski 
							
						 
					 
					
						
						
						
						
							
						
						
							18091e9642 
							
						 
					 
					
						
						
							
							Adding support for backend snapshots to Xenserver625StorageProcessor  
						
						 
						
						
						
						
					 
					
						2014-11-10 22:41:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Santhosh Edukulla 
							
						 
					 
					
						
						
						
						
							
						
						
							94ee16a719 
							
						 
					 
					
						
						
							
							Fixed the wrong if else statement  
						
						 
						
						
						
						
					 
					
						2014-11-10 22:33:19 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bharat Kumar 
							
						 
					 
					
						
						
						
						
							
						
						
							ea99ff1c86 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7763 Reservations for VMware VMs remain after dynamic scaling  
						
						 
						
						
						
						
					 
					
						2014-11-10 14:30:42 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sanjay Tripathi 
							
						 
					 
					
						
						
						
						
							
						
						
							6a6d4d876f 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7868: Failed storage.PrimaryStorageDownloadCommand leaves corrupt VDIs in primary storage.  
						
						 
						
						
						
						
					 
					
						2014-11-08 13:43:56 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Tutkowski 
							
						 
					 
					
						
						
						
						
							
						
						
							b1915f35f8 
							
						 
					 
					
						
						
							
							Allow infrastructure to handle delete of volume from DB  
						
						 
						
						
						
						
					 
					
						2014-11-07 07:49:53 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Tutkowski 
							
						 
					 
					
						
						
						
						
							
						
						
							7c5bc4ae7e 
							
						 
					 
					
						
						
							
							Allow infrastructure to handle delete of volume from DB  
						
						 
						
						
						
						
					 
					
						2014-11-06 22:54:20 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Tutkowski 
							
						 
					 
					
						
						
						
						
							
						
						
							455ffc3342 
							
						 
					 
					
						
						
							
							Create a template from a SAN snapshot  
						
						 
						
						
						
						
					 
					
						2014-11-06 10:33:23 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajani Karuturi 
							
						 
					 
					
						
						
						
						
							
						
						
							6766b6c6e4 
							
						 
					 
					
						
						
							
							Merge branch '4.5'  
						
						 
						
						
						
						
					 
					
						2014-11-06 09:46:30 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajani Karuturi 
							
						 
					 
					
						
						
						
						
							
						
						
							d969364daf 
							
						 
					 
					
						
						
							
							Fixed coverity issue  
						
						 
						
						... 
						
						
						
						CID 11461 (#1  of 1): DLS: Dead local store (FB.DLS_DEAD_LOCAL_STORE) 
						
						
					 
					
						2014-11-06 09:38:22 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sanjay Tripathi 
							
						 
					 
					
						
						
						
						
							
						
						
							5a67fe7369 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7842: wrong size column is getting updated with snapshot physical size in snapshot_store_ref table.  
						
						 
						
						... 
						
						
						
						Also fixed the issue that snapshot size with hypervisor XS >= 6.2.5 is not getting updated in snapshot_store_ref table. 
						
						
					 
					
						2014-11-05 16:44:54 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sanjay Tripathi 
							
						 
					 
					
						
						
						
						
							
						
						
							b844155240 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7842: Wrong size column is getting updated with snapshot physical size in snapshot_store_ref table.  
						
						 
						
						... 
						
						
						
						Also fixed the issue that snapshot size with hypervisor XS >= 6.2.5 is not getting updated in snapshot_store_ref table. 
						
						
					 
					
						2014-11-05 16:42:28 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank Zhang 
							
						 
					 
					
						
						
						
						
							
						
						
							28d5b9827a 
							
						 
					 
					
						
						
							
							remove duplicate import  
						
						 
						
						
						
						
					 
					
						2014-11-03 17:04:30 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank Zhang 
							
						 
					 
					
						
						
						
						
							
						
						
							c8f72780ea 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7834  
						
						 
						
						... 
						
						
						
						Web UI shows all DHCP/PXE providers in cloud when admin click DHCP/PXE IP for A zone
Conflicts:
	plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/BaremetalKickStartServiceImpl.java 
						
						
					 
					
						2014-11-03 16:44:53 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank Zhang 
							
						 
					 
					
						
						
						
						
							
						
						
							62c5cefb82 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7834  
						
						 
						
						... 
						
						
						
						Web UI shows all DHCP/PXE providers in cloud when admin click DHCP/PXE IP for A zone 
						
						
					 
					
						2014-11-03 16:43:09 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anthony Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							aa84770347 
							
						 
					 
					
						
						
							
							if attach volume fails, destroy the VBD device  
						
						 
						
						
						
						
					 
					
						2014-11-03 11:20:37 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Santhosh Edukulla 
							
						 
					 
					
						
						
						
						
							
						
						
							1aef5cba66 
							
						 
					 
					
						
						
							
							Fixed Coverity Issues  
						
						 
						
						
						
						
					 
					
						2014-11-03 16:45:30 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								amoghvk 
							
						 
					 
					
						
						
						
						
							
						
						
							efc9632c1b 
							
						 
					 
					
						
						
							
							CLOUDSTACK:6915 search including removed  
						
						 
						
						
						
						
					 
					
						2014-10-31 15:47:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								amoghvk 
							
						 
					 
					
						
						
						
						
							
						
						
							0c153966e6 
							
						 
					 
					
						
						
							
							CLOUDSTACK:6915 search including removed  
						
						 
						
						
						
						
					 
					
						2014-10-31 15:29:07 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Logan Barfield 
							
						 
					 
					
						
						
						
						
							
						
						
							3a52a83fae 
							
						 
					 
					
						
						
							
							Fixed root disk resize on deploy for RBD.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Wido den Hollander <wido@widodh.nl> 
						
						
					 
					
						2014-10-31 22:17:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								punith-cloudbyte 
							
						 
					 
					
						
						
						
						
							
						
						
							09a62b8389 
							
						 
					 
					
						
						
							
							new managed nfs storage adapter  
						
						 
						
						... 
						
						
						
						Signed-off-by: Mike Tutkowski <mike.tutkowski@solidfire.com> 
						
						
					 
					
						2014-10-30 16:07:59 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rohit Yadav 
							
						 
					 
					
						
						
						
						
							
						
						
							f543d86eff 
							
						 
					 
					
						
						
							
							saml: Use camelCase api names for SAML login/logout apis  
						
						 
						
						... 
						
						
						
						Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> 
						
						
					 
					
						2014-10-31 01:24:39 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rohit Yadav 
							
						 
					 
					
						
						
						
						
							
						
						
							cd52bed477 
							
						 
					 
					
						
						
							
							saml: Use camelCase api names for SAML login/logout apis  
						
						 
						
						... 
						
						
						
						Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 85c0bd68ae8a76c231ab402dd0311e3672155f71)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> 
						
						
					 
					
						2014-10-31 00:32:29 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anthony Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							b8d6396409 
							
						 
					 
					
						
						
							
							don't need to check if pv driver is updated, old pv driver should work  
						
						 
						
						
						
						
					 
					
						2014-10-30 10:27:34 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							4ebaf0a583 
							
						 
					 
					
						
						
							
							Bump master version to 4.6.0-SNAPSHOT after branching 4.5.0-SNAPSHOT  
						
						 
						
						
						
						
					 
					
						2014-10-29 14:54:23 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							0080905ad4 
							
						 
					 
					
						
						
							
							CID-1249803 Remove dead code  
						
						 
						
						
						
						
					 
					
						2014-10-29 11:10:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							f5353d30f5 
							
						 
					 
					
						
						
							
							Merge branch 'bugfix/CID-1249800'  
						
						 
						
						
						
						
					 
					
						2014-10-29 09:42:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							320544fa51 
							
						 
					 
					
						
						
							
							CID-1249800 Fix a coverity bug, but disable the code its used in as it  
						
						 
						
						... 
						
						
						
						needs rethinking 
						
						
					 
					
						2014-10-29 09:38:40 +01:00