Commit Graph

11396 Commits

Author SHA1 Message Date
Jessica Wang 9d89ee296e bug 14386: cloudstack 3.0 UI - add zone wizard - basic zone - network offering dropdown - exclude network offerings having EIP/ELB/SG if hypervisor is not XenServer. 2012-04-12 16:23:04 -07:00
Jessica Wang ac5626619c cloudstack 3.0 UI - dialog widget - remove a line that produced a bug that change event is trigger before data is populated in this dropdown in selectFn($.extend(selectArgs, dependsOnArgs)). Besides, selectFn($.extend(selectArgs, dependsOnArgs)) includes the line, $input.trigger('change'), already. 2012-04-12 16:22:47 -07:00
pranav 899fed2539 Bug 12833 addition of Fetch Latest Button on the Dashboard
Conflicts:

	client/WEB-INF/classes/resources/messages.properties
	ui/css/cloudstack3.css

reviewed-by: brian
2012-04-12 15:16:12 -07:00
Pranav Saxena 9e2d7341c6 Bug 14632 : CS-14393 3.0.1 Hosts' Statistics page show memory values as TB
Conflicts:

	ui/scripts/system.js

reviewed-by: brian
2012-04-12 15:04:28 -07:00
Pranav Saxena 3fe58896f4 Bug 13969 : CS 13764 Names row of any table should not be clickable
reviewed-by: brian
2012-04-12 15:04:27 -07:00
Brian Federle aed2159a2f bug CS-14441: Fix typo in VMware traffic label ID 2012-04-12 12:42:43 -07:00
Alena Prokharchyk 572abbf9d5 Added one more parameter - haHost(boolean) - to listHosts api command. The parameter identifies if the host is dedicated for ha only 2012-04-12 11:51:44 -07:00
frank a898d3d202 don't install python files in cloud-cli.install as they have been installed in cloud-python.install 2012-04-12 11:10:50 -07:00
frank 3d1df60065 CS-14411 cloud-cli missing from Ubuntu packages
resolved fixed
2012-04-12 11:10:42 -07:00
Prasanna Santhanam a0a77920e1 Merge latest testClient fixes to marvin
reviewed-by: unittest
2012-04-12 18:08:24 +05:30
Abhi 5709cc5832 bug CS-13303: updating resource state on upgrade 2012-04-12 17:47:34 +05:30
Abhi 7eb1330800 bug CS-13303: updating resource state on upgrade 2012-04-12 17:14:50 +05:30
Alena Prokharchyk 6a30005493 Fixed 2.2.14 to 3.0. upgrade
Conflicts:

	setup/db/db/schema-30to301.sql
2012-04-11 18:01:08 -07:00
frank 78e72df13f set resource_state = allocation_state when doing DB upgrade 2012-04-11 17:47:42 -07:00
Sheng Yang 419faa1f90 Revert "Fix foreign key "fk_domain_router__element_id" in the upgrade"
This reverts commit 52e334cefc.

Conflicts:

	setup/db/db/schema-301to302.sql
2012-04-11 17:37:32 -07:00
Jessica Wang f4bd2fb654 cloudstack 3.0 UI - security group - ingress rule - fix a bug that Account, Security group failed to be translated. 2012-04-11 17:28:07 -07:00
frank 2530ea17dd CS-14429 Cloud db schema differences between fresh installed 3.0.2 & upgraded 3.0.2
do check befor droping index i_host__allocation_state`(`allocation_state`)
2012-04-11 17:25:15 -07:00
Kelven Yang 89f8ae0cbf Remove the dependency on VNC port for session management inside Console Proxy. This is to adapt Xen secure console support 2012-04-11 17:21:11 -07:00
Sheng Yang 2252d6db1c Fix foreign key "fk_domain_router__element_id" in the upgrade 2012-04-11 16:50:38 -07:00
frank 3e968d2b9d CS-14429 Cloud db schema differences between fresh installed 3.0.2 & upgraded 3.0.2
drop index i_host__allocation_state`(`allocation_state`)
2012-04-11 16:42:41 -07:00
prachi 239a2193a9 Bug 14646 - Enabling Host into maintenance mode is stopping the VMs instead of live migrating them to other hosts in the cluster.
Changes:
-  While listing UP hosts in the cluster of the host, the query has changed and now also considers the Host 'resourceState' field and picks only those hosts that have value 'enabled'.
   This query result does not include the host being put in maintainance; unlike the earlier query that used to include it.
-  But the logic to find out if this is the last host in the Cluster is not updated and has a bug when it compares the list size.
- Fixed this.
2012-04-11 16:20:24 -07:00
Alena Prokharchyk be04f2bd63 Remove obsolete network_tags table as a part of db upgrade cleanup 2012-04-11 16:23:39 -07:00
Jessica Wang d290296060 bug 14418: cloudstack 3.0 UI - network - security group - after remove action completes, close detailView and remove corresponding row from listView. 2012-04-11 16:17:36 -07:00
Jessica Wang 7a0fdbd17e cloudstack 3.0 UI - Event page, Alert page - implement Refresh button. 2012-04-11 15:39:12 -07:00
Jessica Wang b3d45c6262 cloudstack 3.0 UI - service offerings - implement Refresh button. 2012-04-11 15:16:47 -07:00
Jessica Wang 2eba81c0f3 cloudstack 3.0 UI - infrastructure - physical network - network service providers - F5, Netscaler, SRX - devices - (1) correct section id. (2) After remove action completes, close detailView and remove the row from listView. 2012-04-11 14:54:53 -07:00
Pranav Saxena 5daaceced5 Bug 14211: CS- 14211 Redundant User Instance Field in UI 2012-04-11 14:34:24 -07:00
Brian Federle a2b82de0e6 bug CS-14419
Add error handling for delete security group action

status CS-14419: resolved fixed
2012-04-11 11:51:51 -07:00
Jessica Wang 407af7c49f cloudstack 3.0 UI - infrastructure - physical network - network service providers - Netscaler/F5/SRX - devices - change breadcrumb to show Devices instead of Netscaler/F5/SRX (to distinguish between provider and devices). 2012-04-11 11:35:04 -07:00
Jessica Wang 40f198c24a cloudstack 3.0 UI - infrastructure - physical network - network service providers - when clicking Netscaler/F5/SRX, get fresh data from API call instead of cache. 2012-04-11 10:50:09 -07:00
frank 0deff8618b change version to 3.0.2 2012-04-11 10:38:19 -07:00
Prasanna Santhanam 848230175b missing tests directory causes warnings in distutils
reviewed-by: ant run
2012-04-11 18:26:38 +05:30
Prasanna Santhanam e3f847cd49 Package management for the python testclient christened Marvin
$ant package-marvin
will create a packaged source tarball of the testclient that is
redistributable and decoupled from the rest of the cloudstack build
reviewed-by: unittest
2012-04-11 18:26:38 +05:30
Prasanna Santhanam 6c262ffc7f removing the dependency of apidocs on simulator
reviewed-by: Frank Zhang
2012-04-11 18:26:37 +05:30
Rajesh Battala ed3bc4dbcf Xenserver Secure Console Proxy. Removing vnc hacks when adding xen host 2012-04-11 17:44:49 +05:30
Abhi d954bf9907 bug CS-14389: removing duplicates 2012-04-11 16:58:37 +05:30
Abhi 063fabb268 adding missing os types for xen 6 2012-04-11 15:44:04 +05:30
Jessica Wang 4a4c3fd10a cloudstack 3.0 UI - Secondary Storage page - detail view - implement Refresh button. 2012-04-10 16:57:40 -07:00
Jessica Wang e08e3779df cloudstack 3.0 UI - Primary Storage page - detail view - implement Refresh button. 2012-04-10 16:42:19 -07:00
Jessica Wang 0ea45ac429 cloudstack 3.0 UI - Host page - detail view - implement Refresh button. 2012-04-10 16:23:26 -07:00
Kelven Yang f38ba2efbe Complete XenServer Secure Console proxy implementation 2012-04-10 16:01:08 -07:00
Rajesh Battala f34c84c68f Xenserver Secure Console Proxy Phase I 2012-04-10 16:00:46 -07:00
Kelven Yang b722bbddb9 Add support for Xen Secure-Console Intergration in console proxy 2012-04-10 15:59:54 -07:00
Kelven Yang bfbf2059bf Do load report outside of the loop 2012-04-10 15:59:37 -07:00
Jessica Wang bd7f16eb65 cloudstack 3.0 UI - Pod page - detail view - implement Refresh button. 2012-04-10 15:52:40 -07:00
Jessica Wang 4e4748ad45 cloudstack 3.0 UI - physical network page - Network Service Providers - SRX - devices - detailView - implement Refresh button. 2012-04-10 15:42:54 -07:00
Jessica Wang 8a9407f9c5 cloudstack 3.0 UI - physical network page - Network Service Providers - F5 - devices - detailView - implement Refresh button. 2012-04-10 15:01:54 -07:00
Jessica Wang a7cc88a354 cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - detailView - implement Refresh button. 2012-04-10 14:47:20 -07:00
Jessica Wang 14ef5c9060 cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - implement Refresh button. 2012-04-10 12:32:50 -07:00
Jessica Wang 61545ca965 cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - get supported services from API call instead of hard-coding. 2012-04-10 11:48:32 -07:00