Commit Graph

13512 Commits

Author SHA1 Message Date
will 7205a7507d bug 7277: Fixed the logic to prevent System templates from being downloaded. 2010-11-22 17:13:30 -08:00
alena 3f1abbcbc8 Fixed assignToLoadBalancer command - admin couldn't assing LB rule in behalf of other user 2010-11-22 17:08:51 -08:00
abhishek 8995e5d2f7 changing the event logged to the right type, whilst starting user vms via cancelstoragemaintenance in master (already merged to 2.2.beta1) 2010-11-22 16:20:18 -08:00
edison e6330c6293 bug 7008: fix race condition that muliple storage access, libvirt can't handle it.
status 7008: resolved fixed
2010-11-22 16:03:42 -08:00
alena 1491893bbc bug 7281: throw an exception when fail to get isoPath - happens when Secondary Storage vm is not in UP state in cloud.hosts table.
status 7281: resolved fixed
2010-11-22 15:42:34 -08:00
alena b7eefe1836 Gson deserialization: return JsonNull object when object list is empty. 2010-11-22 14:56:25 -08:00
alena a646745516 bug 7227: applying Alex's fix - different way of desirializing List objects.
status 7227: resolved fixed
2010-11-22 14:08:43 -08:00
will 2f451b6e0e Merge: Corrected UI Dialog 2010-11-22 12:45:42 -08:00
will 373874a5cb Merge: Close button 2010-11-22 12:45:20 -08:00
will cc617a15b0 Merge: Minor tweak for close button 2010-11-22 12:44:37 -08:00
will 8ab1121221 merge 7266: Added description for basic and advanced networking options while adding a new zone. 2010-11-22 12:33:59 -08:00
alena 6765e97976 Made ApiResponseHelper to use Long instead of long for response parameters to eliminate possible NPEs during building an api response. 2010-11-22 11:27:15 -08:00
alena cdea2d210d Better logging for api exceptions. 2010-11-22 11:27:15 -08:00
abhishek 0979b644ef bug 7230: there was an issue trying to start user vms when the pool state is cancelmaintenance; fixing the same in 2.2RC2
status 7230: resolved fixed
2010-11-22 11:00:43 -08:00
Alex Huang d38f7fd56d Moved DAO to server 2010-11-22 07:40:41 -08:00
Alex Huang 1e44925564 api refactoring 2010-11-21 12:00:21 -08:00
NIKITA 3efae818e2 Corrected UI Dialog 2010-11-19 21:25:54 -08:00
Jessica Wang 7df47f053e bug 7252: check whether pods is null before getting its length. 2010-11-19 20:15:31 -08:00
Jessica Wang dd06fc9639 bug 7255: correct variable name. 2010-11-19 20:14:12 -08:00
alena 138e0914b6 bug 7245: don't try to set vm name for detached volume during expunge process.
status 7245: resolved fixed

Fixed couple of other problems:
* cleanup corresponding records in load_balancer_vm_map table when loadBalancerRule is removed.
* don't log "java.lang.IllegalStateException: getAttribute: Session already invalidated" exception when UI session expires
2010-11-19 20:08:18 -08:00
Anthony Xu f6836b2cb9 find the system ISO at creating system VM , not at initialization 2010-11-19 19:22:22 -08:00
alena 6b61caad46 AssignToLoadBalancer - added missing transaction.commit to corresponding NetworkManager method. 2010-11-19 19:14:24 -08:00
alena cec8ebd5cd bug 7236: don't catch AsyncCommandQueued exception in ApiDispatcher
status 7236: resolved fixed
2010-11-19 18:40:32 -08:00
alena 5426b1487c listPortForwardingRules: return empty response instead of throwing exception when ipAddress doesn't have any rules assigned. 2010-11-19 18:40:32 -08:00
Jessica Wang 0cd0795645 new UI - Add zone pod wizard - after action message screen - hide guest ip range message box if it's advanced mode. 2010-11-19 18:38:18 -08:00
abhishek ca162bca11 bug 6936: for some reason, we had a check on pod-wide or account specific vlan creation. This seems to be a left over from legacy code. Removing the same. I tested to make sure both zone wide vlan and account specific vlan creation for direct tagged case works fine
status 6936: resolved fixed
2010-11-19 17:54:57 -08:00
edison 2586214b21 store guest os name in vm xml configuration file, not the mapped one 2010-11-19 17:42:13 -08:00
NIKITA 862bf8d6c2 Close button 2010-11-19 17:38:04 -08:00
NIKITA 97cfe7103e Minor tweak for close button 2010-11-19 17:30:24 -08:00
edison 5dc0e5d56c remove the hardcode configuration 2010-11-19 17:21:05 -08:00
NIKITA 433b70e9e8 Bug 7248 Most UI dialogs miss "X" (Close) icon has been resolved 2010-11-19 17:23:26 -08:00
Jessica Wang d8e285bb0b new UI - add zone pod wizard - change visual layout of last step (action action screen). 2010-11-19 16:58:48 -08:00
Jessica Wang 919f2d57b1 new UI - zone page - add pod - expand zone node to show newly added pod after adding pod succeeds. 2010-11-19 16:33:43 -08:00
alena e1b74ea99e RegisterTemplateCommand - ignore case in "hypervisor" parameter value - used to complain when "xen" was specified instead of "Xen" 2010-11-19 16:27:05 -08:00
NIKITA acbb26a746 Navigation panel for midmenu 2010-11-19 16:25:32 -08:00
alena fe93821bb1 Fixed editZone command - if dns2 is not specified, keep the old value instead of updating it to NULL 2010-11-19 16:13:45 -08:00
Jessica Wang 8c5b5107ef bug 7064: zone apge - refresh pod dropdown in add host dialog, add primary storage dialog after adding pod. 2010-11-19 15:58:30 -08:00
Jessica Wang b6f496561e bug 7064: zone page - implement Add Primary Storage option from zone. 2010-11-19 15:58:29 -08:00
Anthony Xu fa499dadbc bug 7220: the parameter type transfer may cause NPE
status 7220: resolved fixed
2010-11-19 15:56:04 -08:00
alena a5dfaaf31b API exception handling - print api command name to the log. 2010-11-19 15:48:58 -08:00
Alex Huang bb843ab1fb missing file 2010-11-19 15:48:40 -08:00
Alex Huang 5b4a6f27db Changed networkconfigurations to network as per Sheng's suggestion 2010-11-19 15:44:42 -08:00
alena a495f34d4f Fixed enableAccount command - domain permission check was done incorrectly 2010-11-19 15:25:29 -08:00
Jessica Wang bcfa302149 new UI - add host from zone - fix css in dialog box. 2010-11-19 15:05:34 -08:00
Jessica Wang 10d07a7e80 bug 7064: zone page - implement Add Host option from zone. 2010-11-19 15:02:08 -08:00
Jessica Wang edf70d295d bug 7064: zone page - implement Add Host option from zone. 2010-11-19 15:02:08 -08:00
alena 8362d0feba Reverting back commit e5c137e303 as it wasn't meant to be in 2.2 RC1. 2010-11-19 14:23:39 -08:00
abhishek 726cf09274 whilst fixing the iso bug, i realized that the public isos werent being returned for the regular user when he tries to attach the iso to the running vm. adding a listpublicisos() method for a regular user, which will take care of the same 2010-11-19 14:20:07 -08:00
alena e5c137e303 bug 7223: pagesize and page should be specified together in "list" api commands
status 7223: resolved fixed
2010-11-19 14:03:44 -08:00
abhishek 516e944d2c bug 5892: adding the xs-tools.iso to the list resp by implementing a search based on the xs-tools.iso
status 5892: resolved fixed
2010-11-19 13:57:12 -08:00