Commit Graph

4743 Commits

Author SHA1 Message Date
Jessica Wang
b39bdc6e00 bug 8575: network page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:53:39 -08:00
Jessica Wang
7a274583a5 bug 8575: diskOffering/host/networkOffering/primaryStorage/router/systemOffering/systemVM page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:51:08 -08:00
Jessica Wang
541f216e40 bug 8575: account/alert/event/instance/IpAddress/ISO/SecurityGroup/Snapshot/Template/Volume page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:41:54 -08:00
Jessica Wang
fdd4146b22 bug 8575: when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:17:08 -08:00
NIKITA
811ec322b9 added class for actionbutton so that it can transparent 2011-02-17 17:13:35 -08:00
Jessica Wang
373525f345 bug 8635: similar bug shows after hitting Submit button in step 5. (Fix: when virtual network container is hidden (e.g. when defaultVirtualizedNetworkOffering.availability is Unavailable), get checked radio buttons from only direct network container.) 2011-02-17 16:18:17 -08:00
alena
504ab73ae5 Sync on network instead of ipAddressId when do create PF/StaticNat/LB rules 2011-02-17 16:13:28 -08:00
alena
96ef94eb37 ShutdownNetwork - added reservationContext parameter (contains account/callerUserId) 2011-02-17 16:13:28 -08:00
Jessica Wang
74b464782e Make Add VM Wizard, Add Zone Wizard draggable. 2011-02-17 16:13:01 -08:00
Jessica Wang
3cbf985f0f bug 8635: when virtual network container is hidden (e.g. when defaultVirtualizedNetworkOffering.availability is Unavailable), get checked radio buttons from only direct network container. 2011-02-17 15:35:36 -08:00
abhishek
13fc3b0dd8 bug 8452: more delete domain specific changes 2011-02-17 15:29:13 -08:00
abhishek
2275d8d833 bug 8452: introducing a state for domain; blocking creation of accounts/users whilst domain is in an inactive state 2011-02-17 15:17:45 -08:00
anthony
6dcbd3bbfd use returned VO 2011-02-17 15:11:38 -08:00
alena
8978839d96 bug 8617: Disable firewall/lb/vpn service for Direct network offering, so when user tries to create PF/LB rule for direct IP address, it fails.
status 8617: resolved fixed
2011-02-17 14:31:05 -08:00
Jessica Wang
d9e9c6cb40 IP address page - get services by associatedNetworkId instead of networkId. 2011-02-17 14:30:58 -08:00
abhishek
3d7c61bf8b bug 8452: forcing vm stop whilst disabling account
status 8452: resolved fixed
2011-02-17 13:57:04 -08:00
anthony
c62d983c3f classpath fix for server 2011-02-17 12:14:23 -08:00
Kelven Yang
45eb1b4d3c Fix syntax error in create-schema.sql 2011-02-17 11:26:34 -08:00
Kelven Yang
bd8a1e2c6d Add FileUtil.java 2011-02-17 11:26:34 -08:00
anthony
d66eebd636 bug 8640: need to handle another two masters case
status 8640: resolved fixed
2011-02-17 11:20:24 -08:00
Jessica Wang
37de026f28 bug 8526: Template page - Delete Template action - avoid calling listTemplates after delete action succeeds. 2011-02-17 11:17:05 -08:00
Jessica Wang
90ef04ffe5 bug 8526: ISO page - Delete ISO action - avoid calling listIsos after delete action succeeds. 2011-02-17 10:55:37 -08:00
Jessica Wang
2711a537d2 Specify changable status for instance, router, systemVM. 2011-02-17 10:05:28 -08:00
Kelven Yang
4a66441b93 Fix Eclipse project settings for separation of JUnit 2011-02-17 09:55:05 -08:00
Frank
6b15a869bb don't install cloud-secstorage-extras.jar
remove cloud-junit.jar from cloud.spec
2011-02-16 18:58:32 -08:00
Frank
ec0bee8ad4 remove cloud-junit.jar from debian spec file 2011-02-16 18:35:24 -08:00
Jessica Wang
622a793289 Primary Storage page - automatically refresh primary storage status every 2 seconds until status doesn't change any more. 2011-02-16 18:21:43 -08:00
Jessica Wang
e2f6e9b677 Host page - automatically refresh host status every 2 seconds until status doesn't change any more. 2011-02-16 17:52:03 -08:00
Alex Huang
c6efb2b09d bug 8529: propagated to master. Added junit test support to ant 2011-02-16 17:40:59 -08:00
Alex Huang
6b0d4947ed bug 8529: propagated to master. Added junit test support to ant 2011-02-16 17:40:58 -08:00
anthony
b85ecec646 call setIptable before launch heartbeat 2011-02-16 17:17:07 -08:00
Jessica Wang
8d1f650a9e SystemVM page - automatically refresh systemVM status every 2 seconds until status is not Starting/Stopping any more. 2011-02-16 16:48:56 -08:00
Kelven Yang
77ac07430e Make Command be able to carry hypervisor or environment related info to help support dispatching same command towards multiple targets 2011-02-16 16:44:33 -08:00
anthony
a89fffee9d correct log 2011-02-16 16:36:44 -08:00
Jessica Wang
1ef93412dd Router page - automatically refresh router status every 2 seconds until status is not Starting/Stopping any more. 2011-02-16 16:33:56 -08:00
anthony
21303ea1aa bug 8567: use current time to schedule snapshot
status 8567: resolved fixed
2011-02-16 16:03:09 -08:00
alena
6913ed21c5 bug 8572: added more restrictions for network's domain name (see below)
status 8572: resolved fixed

1) As full domain name may not exceed a total length of 253 characters, and host name can be 63 chars long, so don't allow network domain length to exceed 190 chars.
2) Each label can have up to 63 chars
3) The characters allowed in a label are a subset of the ASCII character set, and includes the characters a through z, A through Z, digits 0 through 9, and the hyphen.Labels may not start or end with a hyphen.
2011-02-16 15:53:47 -08:00
alena
53adcc64a6 bug 8572: don't allow vm host name to start with digit. Also removed name uniqueness constraint as vm host name doesn't have to be unique even inside the same network 2011-02-16 15:53:47 -08:00
alena
1d031e64b8 bug 8334: throw an error when try to create a network with the settings belonging to existing network
status 8334: resolved fixed
2011-02-16 15:53:47 -08:00
Jessica Wang
7d5706788c Edit Instance - fix a bug "json.listserviceofferingsresponse.serviceoffering is undefined". 2011-02-16 15:53:32 -08:00
anthony
569bbfe585 bug 8513: creating volume from snapshot depends on the original volume
status 8513: resolved fixed
2011-02-16 15:47:05 -08:00
anthony
893f8b5f73 bug 8525: we can't create template from snapshots belonging to one volume at the same time
status 8525: resolved fixed
2011-02-16 15:37:09 -08:00
Jessica Wang
eb7d531456 bug 8577: Make listAlerts API take in id parameter. 2011-02-16 15:35:34 -08:00
Jessica Wang
35397d7176 bug 8577: Make listEvents API take in id parameter. 2011-02-16 15:20:05 -08:00
Jessica Wang
c475aacc08 bug 8578: make listRouters API take in id parameter. 2011-02-16 15:06:11 -08:00
abhishek
de4b79bd6d fixing pagination issues with listVolumes 2011-02-16 14:58:52 -08:00
anthony
6f7b9eafa1 this is to reset master for the secondary master in the same cluster. It may happend when you reboot the master of a cluster, there might be 2 master after the old master comes back 2011-02-16 14:39:00 -08:00
anthony
80a328034c bug 8609: when failed to start a VM in HA (due to domr is not migrated), a runtimeException is thrown out, caused HA for this VM is not resheduced.
status 8609: resolved fixed
2011-02-16 14:20:28 -08:00
Jessica Wang
2d262894d1 multiple-selection page - fix a bug that top error container wrongly showed previous afterActionInfo. 2011-02-16 13:59:02 -08:00
Jessica Wang
d9e3019754 Instance page - automatically refresh VM status every 2 seconds when status is Starting or Stopping. 2011-02-16 11:32:37 -08:00