Commit Graph

11400 Commits

Author SHA1 Message Date
Brian Federle 6795f3ed11 bug 13974
Fix table not including reorder column when switching filter

status 13974: resolved fixed
reviewed-by: jessica
2012-02-23 16:18:11 -08:00
Brian Federle bdd3c14ef1 bug 13941
Add missing labels for user dashboard

status 13941: resolved fixed
reviewed-by: sonny
2012-02-23 15:43:07 -08:00
Brian Federle f0285f6f44 bug 13972
Properly refresh data for users detail view

status 13972: resolved fixed
reviewed-by: jessica
2012-02-23 15:30:58 -08:00
Alena Prokharchyk 8175e429af bug 13966: cleanup the vm (stop it on the backend) when work step is Release. Also never retry when finalizeStart failed
status 13966: resolved fixed
reviewed-by: Alex Huang
2012-02-23 15:13:01 -08:00
Brian Federle 6d012270a7 System, secondary storage UI fixes
-Add state field ('resourcestate') to list view

-Fix destroy action to have proper UI feedback

reviewed-by: jessica
2012-02-23 15:08:05 -08:00
Brian Federle 2b7ed1f9e2 bug 12767
Hide previous button on first step of instance wizard

status 12767: resolved fixed
reviewed-by: jessica
2012-02-23 14:46:14 -08:00
Brian Federle 17c0f514e7 Fix destroy system VM action
reviewed-by: jessica
2012-02-23 14:42:49 -08:00
frank baf337c938 Bug 13962 - CloudRuntimeException: Failed to update keypairs on disk: cannot create key file null/.ssh/id_rsa
using a flag instead of calculating timeout value. The monitor thread may have inaccurate execution time which
 may cause script forever hang

 status 13962: resolved fixed
 reviewed-by: Alex, Edison
2012-02-23 14:11:07 -08:00
Brian Federle b8c4dce1b7 bug 13965
Remove listPhysicalNetworks API from network step

status 13965: resolved fixed
reviewed-by: jessica
2012-02-23 13:50:42 -08:00
frank d575609133 Bug 13962 - CloudRuntimeException: Failed to update keypairs on disk: cannot create key file null/.ssh/id_rsa
Changes for Script.java:
1. Even the script is non-timeout one, set default timeout to one hour. This avoid a wrongn script forever hang
2. When InterruptedException happens, check if timeout is really reached, if not, continue

status 13962: resolved fixed
reviewed-by: Alex, Edison
2012-02-23 13:42:06 -08:00
Brian Federle 89e6881695 bug 13953: Fix typo in SRX field
status 13953: resolved fixed
reviewed-by: jessica
2012-02-23 11:56:12 -08:00
Edison Su 389f49265f bug 13958: enable virtio for all the centos/fedora/ubuntu guests. status 13958: resolved fixed. Reviewed-by: frank 2012-02-23 11:40:33 -08:00
Alena Prokharchyk 27705a129c bug 13961: always return NetworkUsageAnswer from the networkUsageCommand
status 13961: resolved fixed
Reviewed-by: Alex Huang
2012-02-23 11:15:24 -08:00
Sheng Yang 2619df56a5 Fix debug messages in RulesManagerImpl
Reviewed-by: Edison
2012-02-23 10:57:57 -08:00
Prasanna Santhanam 492423e047 The HTTPConnection object times out too soon when status is being polled. This
depends on python's internal socket implementation. Added an explicit 3m
timeout. Test code MUST NOT induce sleeps longer than 3m, instead check status
periodically to keep the HTTPConnection alive.
reviewed-by: Chirag Jog <chirag@clogeny.com>
2012-02-23 18:33:52 +05:30
Jessica Wang 3b19536c7a localization files - move translated labels out of new labels section [reviewed-by: Brian] 2012-02-22 19:08:57 -08:00
Jessica Wang aee279a788 bug 13949: fix a localization label [reviewed-by: Brian] 2012-02-22 19:03:17 -08:00
Alena Prokharchyk 8e9ccd1048 bug 13924: default Firewall provider to Juniper when Juniper is a provider for Pf/StaticNat or source nat service
status 13924: resolved fixed
Reviewed-by: Will Chan
2012-02-22 18:47:03 -08:00
anthony d5935bdc2c bug 13603: in XenServer 6.0, qemu-dm-wrapper listens on local host by fault
status 13603: resolved fixed

reviewed-by: edison
2012-02-22 18:39:06 -08:00
Jessica Wang 45ee978e80 check in new Japanese localization file. [reviewed-by: Brian] 2012-02-22 18:27:55 -08:00
Jessica Wang 5522da1229 Revert "bug 13924: IP Address page - Static NAT IP always support "Firewall - Port Range" regardless whether network offerings includes Firewall service or not. [reviewed-by: Brian]"
This reverts commit 0d430d0cd810542e4885487b78afccec422360e2.

[reviewed-by: Brian]
2012-02-22 18:25:18 -08:00
Alena Prokharchyk 8048a55802 bug 13944: when delete the account, expunge detached volumes on the backend
status 13944: resolved fixed
Reviewed-by: Frank Zhang
2012-02-22 17:58:52 -08:00
Brian Federle 3d7b5a12d8 Localizaton fixes
-Add conditional CSS for Japanese version

-Fix font wrapping in JA CSS for header bar, system dashboard

-Add some missing localization labels

reviewed-by: jessica
2012-02-22 17:32:33 -08:00
Edison Su dba58fece9 bug 13771: don't send pre snapshot if it's migrated
status 13771: resolved fixed
Reviewed-by: anthony
2012-02-22 17:20:40 -08:00
prachi b93c77b7a7 Bug 13850 - VM stuck in starting state if it is started during the HA-Work of the corresponding router
Reviewed-By: Kelven

Changes:
- Update the pending work Item to be DONE if we are changing the VM state during fullSync.
2012-02-22 17:04:15 -08:00
Jessica Wang 69bd704bc9 bug 13943: deployVM wizard - select network step - get network offerings - pass specifyvlan=false [reviewed-by: Brian] 2012-02-22 16:58:00 -08:00
Brian Federle 7333dc268d bug 13940
Patch for jQuery UI to fix IE for drag-and-drop

reviewed-by: jessica
2012-02-22 16:45:30 -08:00
prachi 37e4edd186 Bug 13766 - VMs are still running after disabling the zone
Reviewed-by: Sheng Yang

Changes:
- Do not check if allocation_state is 'Enabled' in planner if the caller is Root Admin.
- This should let Root Admin create a VM in a disabled Zone.
2012-02-22 16:31:01 -08:00
Jessica Wang f6792c9b7c deployVM wizard - select network step - get network offerings - pass istagged=true if selected zone has more than 1 guest traffic types in multiple physical networks. [reviewed-by: Brian] 2012-02-22 16:29:28 -08:00
Alena Prokharchyk 07ad0be09c Added isTagged parameter to listNetworkOfferings api. When set to true, it will return offerings with not null tag values
Reviewed-by: Jessica Wang
2012-02-22 16:09:45 -08:00
frank 27863d293b Bug 13875 - Adding a basic network zone fails during launch with "error: listVirtualRouterElements API doesn't return Virtual Router Element Id"
status 13875: resolved fixed
reviewed-by: Sheng.Yang
2012-02-22 15:30:13 -08:00
frank f9aef0a0ae Bug 13875 - Adding a basic network zone fails during launch with "error: listVirtualRouterElements API doesn't return Virtual Router Element Id"
status 13875: resolved fixed
reviewed-by: Sheng.Yang
2012-02-22 15:16:02 -08:00
Alena Prokharchyk 6ffaa6cf24 bug 13763: fixed api doc for logout command
status 13763: resolved fixed
Reviewed-by: Jessica Tomechak
2012-02-22 15:16:34 -08:00
Alena Prokharchyk a92a189ac9 bug 13928: more description to migrateVm api
status 13928: resolved fixed
Reviewed-by: Jessica Tomechak
2012-02-22 15:07:02 -08:00
Jessica Wang 3a0afade23 zone wizard - declare item before using it. [reviewed-by: Brian] 2012-02-22 14:53:49 -08:00
Jessica Wang ae6f4d4460 Fix for primary storage step prefilter in IE [reviewed-by: Jessica] 2012-02-22 14:52:24 -08:00
Brian Federle d8fe8fb93f Zone wizard: UI: Review step
Better final message before launch: make font size larger and
centered; include icon

reviewed-by: sonny
2012-02-22 14:48:28 -08:00
Jessica Wang 230a7ea999 add new labels to message_ja.properties [reviewed-by: Brian] 2012-02-22 14:12:42 -08:00
Jessica Wang 5a901b8fcf bug 13813: Network Service Providers should be hidden when Guest traffic type is hidden. Network Service Providers should be shown when Guest traffic type is shown. [reviewed-by: Brian] 2012-02-22 13:58:36 -08:00
Brian Federle 1928bd503c Dashboard UI fix
For the user dashboard, have events 'view all' button go to the Events
list view, as Alerts can only be viewed by admins.

reviewed-by: jessica
2012-02-22 12:22:44 -08:00
Brian Federle 15ace5fe26 Domain/tree view UI fix
Render details only after panel is fully transitioned in, to prevent
lag from server calls while animation is happening.

reviewed-by: sonny
2012-02-22 12:14:36 -08:00
Jessica Wang 836c2d62e9 system page - update embedded object of args.context.physicalNetworks[0] after a physical network is updated. [reviewed-by: Brian] 2012-02-22 12:10:30 -08:00
Brian Federle e8fbfddef0 Recurring snapshot UI: fix tab wrapping
reviewed-by: sonny
2012-02-22 12:09:10 -08:00
Brian Federle 30f968e137 bug 13922
-Fix enable static NAT never completing if detail view was not visible
 -- caused by JS error in widget

-If detail view isn't visible anymore, don't show post-enable/disable
 NAT dialog which refreshes list view

status 13922: resolved fixed
reviewed-by: jessica
2012-02-22 12:06:38 -08:00
Alena Prokharchyk e896abca58 bug 13925: don't allow to delete the network when there are vms in Error state (these vms has to be cleaned up by expunge process first)
status 13925: resolved fixed
Reviewed-by: Sheng Yang
2012-02-22 11:54:58 -08:00
Jessica Wang 02bbccdb48 system page - physical network - fix a bug that after physical network tags field is updated, add guest network dialog was still using obsolete physical network data. [reviewed-by: Brian] 2012-02-22 11:33:32 -08:00
Jessica Wang 7eb35db46b bug 13924: IP Address page - Static NAT IP always support "Firewall - Port Range" regardless whether network offerings includes Firewall service or not. [reviewed-by: Brian] 2012-02-22 11:18:18 -08:00
Brian Federle c81cc55877 EULA/Localization updates
-Make default language English, if no cookie set

-Get EULA specific to selected language

reviewed-by: sonny
2012-02-22 11:06:27 -08:00
frank 8496635563 move all license html to build/license
reviewed-by: brian
2012-02-22 11:04:57 -08:00
frank aff9cbc5ef add new eula.ja.html license
reviewed-by: brian
2012-02-22 11:03:03 -08:00