Wei Zhou 
							
						 
					 
					
						
						
						
						
							
						
						
							fdb3b49228 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4923: add missing Network limits in Domain details page  
						
						... 
						
						
						
						(cherry picked from commit 20fd5dc84f0c7e0d639991ca1a8baffffd9538a6) 
						
						
					 
					
						2013-11-08 16:18:19 +01:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							7ba55723bb 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4058: UI > Host detail page > (1) Add Hypervisor, HypervisorVersion field.  
						
						... 
						
						
						
						(2) Remove CloudstackVersion field. 
						
						
					 
					
						2013-11-07 13:29:42 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							6a396a9057 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4793: UI > Infrastructure > Virtual Routers > listView > implement Advanced Search by name/zone/pod/domain/account.  
						
						
						
						
					 
					
						2013-11-07 11:46:19 -08:00 
						 
				 
			
				
					
						
							
							
								Mike Tutkowski 
							
						 
					 
					
						
						
						
						
							
						
						
							10c513a259 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4810: Enable hypervisor snapshots for CloudStack-managed storage (for XenServer and VMware)  
						
						
						
						
					 
					
						2013-11-06 21:02:39 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							6916665623 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4793: UI > Infrastructure > Virtual Routers > detail tab > add Requires Upgrade field to reflect new parameter requiresupgrade in API response.  
						
						
						
						
					 
					
						2013-11-06 16:30:02 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							fc7489a281 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5037: UI > Infrastructure > clusters > Settings tab > when "cpu.overprovisioning.factor" or "mem.overprovisioning.factor" is changed, pop up a warning message > change text.  
						
						
						
						
					 
					
						2013-11-06 15:52:08 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							7b44c97a25 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5037: UI > Infrastructure > clusters > Settings tab > when "cpu.overprovisioning.factor" or "mem.overprovisioning.factor" is changed, pop up a warning message "Please note - you are changing the over provisioning factor for a cluster with vms running. Please refer to the admin guide to understand the capacity calculation."  
						
						
						
						
					 
					
						2013-11-06 12:31:27 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							2018e1a588 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5048: UI > VPC section > Create Load Balancing rule > hide Autoscale button since Autoscale is not supported in VPC.  
						
						
						
						
					 
					
						2013-11-06 12:31:00 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							ff0bfe209c 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5048: UI > Create Load Balancing rule > hide Autoscale button if LB provider is not Netscaler since Autoscale is only supported on Netscaler, but not on other provider like VirtualRouter.  
						
						
						
						
					 
					
						2013-11-06 12:30:31 -08:00 
						 
				 
			
				
					
						
							
							
								Will Stevens 
							
						 
					 
					
						
						
						
						
							
						
						
							8f8ad3f38e 
							
						 
					 
					
						
						
							
							Squashed commit of the Palo Alto Networks firewall integration plugin.  
						
						... 
						
						
						
						This patch adds a network plugin to support Palo Alto Networks firewall (their appliance and their VM series firewall).
More information in the FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Palo+Alto+Firewall+Integration 
Features supported are:
- List/Add/Delete Palo Alto service provider
- List/Add/Delete Palo Alto network service offering
- List/Add/Delete Palo Alto network with above service offering
- Add instance to the new network (creates the public IP and private gateway/cidr on the PA as well as the source nat rule)
- List/Add/Delete Ingress Firewall rule
- List/Add/Delete Egress Firewall rule
- List/Add/Delete Port Forwarding rule
- List/Add/Delete Static Nat rule
- Supports Palo Alto Networks 'Log Forwarding' profile globally per device (additional docs to come)
- Supports Palo Alto Networks 'Security Profile Groups' functionality globally per device (additional docs to come)
Knowns limitations:
- Only supports one public IP range in CloudStack.
- Currently not verifying SSL certificates when creating a connection between CloudStack and the Palo Alto Networks firewall.
- Currently not tracking usage on Public IPs.
Signed-off-by: Sheng Yang <sheng.yang@citrix.com> 
						
						
					 
					
						2013-11-06 10:08:22 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							599dd1a6e6 
							
						 
					 
					
						
						
							
							multiEdit: extend field hide/show functionality  
						
						... 
						
						
						
						-Support passing isHidden option as closure, for conditional hide/show
 based on context
-Adds new option format for isHidden option:
return false == show field and all columns (default)
return true == hide only header and form column
return 2 == hide header and form, as well as returned item column -- these
item columns will be skipped over entirely, not just hidden 
						
						
					 
					
						2013-11-05 14:35:05 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							ac04a9f2e1 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4793: UI > Infrastructure > Virtual Routers > detail tab > add Version field which will include text "Requires Upgrade" if VR version is different from MS version.  
						
						
						
						
					 
					
						2013-11-05 13:16:26 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							c61d2eedf4 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4908: UI > Infrastructure > Sockets > (1) calculate total number of CPU Sockets for all hypervisors.  
						
						... 
						
						
						
						(2) > view all > calculate CPU Sockets for each hypervisor. 
						
						
					 
					
						2013-11-05 11:55:06 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							57678257a1 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4908: UI > Infrastructure > Sockets > view all > calculate Hosts for each hypervisor.  
						
						
						
						
					 
					
						2013-11-04 16:25:24 -08:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							c350999c93 
							
						 
					 
					
						
						
							
							CLOUDSTACK-730: UI > VPC > Router > site-to-site VPN > VPN Connection > detailView > add "Passive" field.  
						
						
						
						
					 
					
						2013-11-04 15:36:47 -08:00 
						 
				 
			
				
					
						
							
							
								chriscameronv 
							
						 
					 
					
						
						
						
						
							
						
						
							5ccf3a90ab 
							
						 
					 
					
						
						
							
							switch label for VLAN to VLAN/VNI  
						
						
						
						
					 
					
						2013-11-04 14:25:01 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							61b77086f4 
							
						 
					 
					
						
						
							
							VM snapshot action: add quiescevm option as checkbox  
						
						
						
						
					 
					
						2013-10-31 16:55:15 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							2e07c452e3 
							
						 
					 
					
						
						
							
							Alerts UI: Implement multi-select delete/archive alerts  
						
						
						
						
					 
					
						2013-10-31 16:40:01 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							e8f8185393 
							
						 
					 
					
						
						
							
							Events UI: Implement multi-select delete/archive actions  
						
						
						
						
					 
					
						2013-10-31 16:40:00 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							ccab740129 
							
						 
					 
					
						
						
							
							List view: Fix refresh not loading multi-select column  
						
						
						
						
					 
					
						2013-10-31 16:40:00 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							0019e42ce0 
							
						 
					 
					
						
						
							
							Notification area: Show more detail in errors  
						
						... 
						
						
						
						-Show actual error message (if available) in the notification item
-Minor layout/padding tweaks 
						
						
					 
					
						2013-10-31 16:17:52 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							1a7872d189 
							
						 
					 
					
						
						
							
							Notifications: New alert style  
						
						... 
						
						
						
						-Move corner alert to pop up under notification area, intead of in the
 window corner, for better visibility
-Give alert box tooltip appearance 
						
						
					 
					
						2013-10-31 15:55:26 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							856703cc1c 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4758: UI > Instance Wizard > (1) pass cpuNumber, cpuSpeed, memory to API when custom area is shown (i.e. when selected compute offering is dynamic).  
						
						... 
						
						
						
						(2) pass rootDiskSize to API when custom area is shown (i.e. when selected item in step 2 is a template). 
						
						
					 
					
						2013-10-31 13:56:42 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							0db10ad55c 
							
						 
					 
					
						
						
							
							VM snapshot: Make multi-select action  
						
						
						
						
					 
					
						2013-10-31 13:39:40 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							f930ccda99 
							
						 
					 
					
						
						
							
							Multiselect: Fix size and alignment on select column  
						
						
						
						
					 
					
						2013-10-31 13:28:06 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							bfae24db1d 
							
						 
					 
					
						
						
							
							Socket UI: remove old API calls  
						
						
						
						
					 
					
						2013-10-31 12:10:04 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							16bb286729 
							
						 
					 
					
						
						
							
							Sockets: new UI flow  
						
						... 
						
						
						
						-Removes socket display from the main infra. dashboard and onto a
 separate page. This is due to performance issues with the API calls
 that query each hypervisor's socket data.
-Convert socket display to a list view, for simplicity/consistency. 
						
						
					 
					
						2013-10-31 12:03:20 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							c090a2df7a 
							
						 
					 
					
						
						
							
							CLOUDSTACK-730: UI > VPC > Router > site-to-site VPN > VPN Connection > Create VPN Connection - add new checkbox "passive", default it as unchecked.  
						
						
						
						
					 
					
						2013-10-31 11:34:53 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							152e23a00b 
							
						 
					 
					
						
						
							
							UI plugins: Fix side nav behavior  
						
						... 
						
						
						
						Due to usability issues, any UI plugins that add a main section (via the
addSection function) will now be shown in the 'Plugins' area by clicking
on the relevant tile. This is to prevent overflow of the side nav bar
caused by too many plugins being loaded. 
						
						
					 
					
						2013-10-31 11:27:50 -07:00 
						 
				 
			
				
					
						
							
							
								Wei Zhou 
							
						 
					 
					
						
						
						
						
							
						
						
							382391f270 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4987: only shared network and isolated network with same account can be assigned to a VM  
						
						... 
						
						
						
						(cherry picked from commit 743eed8771ce0fc382c3f1018e42d357d79163c5) 
						
						
					 
					
						2013-10-31 11:37:31 +01:00 
						 
				 
			
				
					
						
							
							
								Wei Zhou 
							
						 
					 
					
						
						
						
						
							
						
						
							57036e379b 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4831: allow create network by domain admin  
						
						... 
						
						
						
						(cherry picked from commit 46e4cfd3c3c79e3bc3ec4a49c4ebae6c32240db3) 
						
						
					 
					
						2013-10-31 11:37:18 +01:00 
						 
				 
			
				
					
						
							
							
								Wei Zhou 
							
						 
					 
					
						
						
						
						
							
						
						
							5109498783 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4830: allow create account and user by domain admin  
						
						... 
						
						
						
						(cherry picked from commit 0d12e3eb9d4fb0166fc553da7366f4da786daa14) 
						
						
					 
					
						2013-10-31 11:36:54 +01:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							e0c0282d3b 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4758: UI > Create Compute Offering > add new field "Custom" checkbox > when it's checked, Number of CPU Cores/CPU/Memory field become non-required and hidden.  
						
						
						
						
					 
					
						2013-10-29 15:54:52 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							1d1f585079 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4758: UI > VM wizard > step 2 > show Root Disk Size field when listing is templates, hide Root Disk Size field when listing is ISOs.  
						
						
						
						
					 
					
						2013-10-29 15:22:10 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							8a37f40c0a 
							
						 
					 
					
						
						
							
							Infra. chart: Fix socket info items duplicated on refresh  
						
						
						
						
					 
					
						2013-10-29 15:17:09 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							7695fff17b 
							
						 
					 
					
						
						
							
							Infra. dashboard UI fixes  
						
						... 
						
						
						
						-Fix totals not showing up
-Increase height of socket info area to fit more hypervisors 
						
						
					 
					
						2013-10-29 14:55:51 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							bed42deb88 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4908: UI for report CPU sockets  
						
						... 
						
						
						
						-Adds socket info for hypervisors on infrastructure chart
-Displays # of sockets, and # of hosts
-Currently only dummy data set to 0 for all info 
						
						
					 
					
						2013-10-29 14:16:25 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							f0a8aa7f5e 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4738: VM wizard: Add custom fields for compute offering  
						
						
						
						
					 
					
						2013-10-29 13:29:13 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							e9dcdc0411 
							
						 
					 
					
						
						
							
							Style header bar  
						
						
						
						
					 
					
						2013-10-28 11:12:57 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							718bc37dc0 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4128: UI > Infrastructure > Secondary Storage > Create Secondary Storage > Provider S3 > make "Create NFS Secondary Staging Store" checked and non-editable.  
						
						
						
						
					 
					
						2013-10-25 16:47:52 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							ad51b8edfb 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4966: UI: (1) detailView widget: extend detailView widget to support destroy action that will close detailView and remove item from listView when toRemove parameter is passed.  
						
						... 
						
						
						
						(2)Destroy Instance action: add expunge option for root-admin and domain-admin. When expunge is set to true, instance will be expunged right after destroyed. 
						
						
					 
					
						2013-10-25 13:48:50 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							f185eac4b5 
							
						 
					 
					
						
						
							
							Quickview: Fix positioning  
						
						
						
						
					 
					
						2013-10-24 15:52:54 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							71a38b74c3 
							
						 
					 
					
						
						
							
							Browser widget: Modify behavior  
						
						... 
						
						
						
						-For better screen real-estate, make all
 browser panes open to full width of content area by default, unless
 partial: true is passed in options
-Remove animation effect, for quicker browsing 
						
						
					 
					
						2013-10-24 15:52:54 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							6df1998645 
							
						 
					 
					
						
						
							
							UI > Edit Template, Edit ISO > can't update template/ISO in only one zone. It always get updated in all zones.  
						
						
						
						
					 
					
						2013-10-24 14:58:23 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							259245200d 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4649: UI > Edit Instance, Edit Template > fix a bug that XenServer Tools Version 6.1+ field didn't get updated correctly.  
						
						
						
						
					 
					
						2013-10-24 14:25:21 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Federle 
							
						 
					 
					
						
						
						
						
							
						
						
							c5fdf2935c 
							
						 
					 
					
						
						
							
							Network details: remove font tag from field value  
						
						... 
						
						
						
						Embedded HTML is not supported in detail view results,
so remove embedded font tag to prevent the tag characters from being displayed. 
						
						
					 
					
						2013-10-24 10:53:05 -07:00 
						 
				 
			
				
					
						
							
							
								Wei Zhou 
							
						 
					 
					
						
						
						
						
							
						
						
							059e3beb28 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4505: add ExpungeVM command to expunge a destroyed VM on demand  
						
						
						
						
					 
					
						2013-10-24 11:52:00 +02:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							9f38614eb8 
							
						 
					 
					
						
						
							
							CLOUDSTACK-999: UI > Register Template > when hypervisor is selected as "Hyperv", format dropdown will have "VHD" option.  
						
						
						
						
					 
					
						2013-10-23 13:18:18 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							5133812c85 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4649: UI > (1) detailView widget: pass $detailView property in action.action({}).  
						
						... 
						
						
						
						(2) Edit Template action: make 'XenServer Tools Version 6.1+' field editable and use addResourceDetail API to update it.
(3) Edit Instance action: make 'XenServer Tools Version 6.1+' field editable and use addResourceDetail API to update it. 
						
						
					 
					
						2013-10-23 12:51:08 -07:00 
						 
				 
			
				
					
						
							
							
								Jessica Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							c3ddd3bf00 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4649: UI > (1) Register Template dialog: add 'XenServer Tools Version 6.1+' checkbox.  
						
						... 
						
						
						
						(2) Template detailView: add 'XenServer Tools Version 6.1+' field.
(3) Instance detailView: add 'XenServer Tools Version 6.1+' field. 
						
						
					 
					
						2013-10-23 12:50:42 -07:00