Commit Graph

1746 Commits

Author SHA1 Message Date
anthony b00a9174e2 always add master first when adding host 2010-10-29 11:07:51 -07:00
Jessica Wang ffa4ef7af3 new UI - instance page - routers tab - show confirm dialog box before each action. 2010-10-29 10:38:56 -07:00
Jessica Wang eb2ef04a93 new UI - Host page, Secondary Storage Page - use different colors (green, red, gray) to emphasize Status field. 2010-10-29 10:12:16 -07:00
Jessica Wang ba9a725a5e new UI - VM Wizard - Root Disk Offering - fix a bug that Custom Data Size field is not validated when selected template type is ISO. 2010-10-29 09:49:09 -07:00
alena fe2fc63692 Fixed command line tool 2010-10-29 09:15:28 -07:00
kishan ad3c18a46c bug 6789: release router lock after commiting transaction
status 6789: resolved fixed
2010-10-29 16:22:19 +05:30
Jessica Wang a2346a274d Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 20:04:20 -07:00
Jessica Wang ea0a4dc522 new UI - global setting page - refactor the whole page, make it grid-base. When clicking Edit Global Setting link, the whole grid is editable. When clicking Save Button, only rows whose value have been changed will have updateConfiguration API call. 2010-10-28 20:04:12 -07:00
NIKITA 8c2159dd34 Status icon aligned with the list 2010-10-28 18:27:29 -07:00
NIKITA b5ca63c4f0 Statistics UI added for Instanct tab 2010-10-28 18:20:30 -07:00
Kris McQueen ebac4539d0 it's possible createSnapshotDB will return null, handle that case. However, if createSnapshotDB returns null because there was no work to do (empty snapshot) we should probably throw an exception that reports that fact instead of returning null and throwing an internal error 2010-10-28 17:52:37 -07:00
Kris McQueen 642b8a56f4 If the create command returns null for whatever reason, throw an exception so it aborts scheduling the async job to act on the created object 2010-10-28 17:52:37 -07:00
Kris McQueen 640a3dc239 bug 6818: if the userAccount is null, the user is either removed or does not exist. Since we can't log them out in those cases, just skip saving the logout event (and hence avoid the NPE).
status 6818: resolved fixed
2010-10-28 17:52:37 -07:00
Jessica Wang e2f725308d Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 17:43:00 -07:00
Jessica Wang 5abc6b5096 new UI - VM Wizard - change hypervisor from text to dropdown when selected template is ISO> 2010-10-28 17:42:53 -07:00
Kris McQueen 2f9e91a9ae bug 6738: honor groupid when listing vms (restrict the list to just that group)
status 6738: resolved fixed
2010-10-28 16:27:07 -07:00
Kris McQueen 50a72d7f71 bug 6740: update the group for a VM if a group name is given
status 6740: resolved fixed
2010-10-28 16:27:07 -07:00
Jessica Wang 213a2eb6a2 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 15:29:52 -07:00
Jessica Wang 5fc5bdf520 new UI - Disk offering page - implement Edit Disk Offering in action menu. remove Edit Button. 2010-10-28 15:17:26 -07:00
NIKITA 72d678b80e Actions button placed in header for Global Settings 2010-10-28 15:07:38 -07:00
Jessica Wang 8dc25afee3 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 14:53:55 -07:00
Jessica Wang 1f1b4b3441 new UI - service offering page - implement Edit Service Offering in action menu.. remove Edit Button. 2010-10-28 14:53:47 -07:00
Kris McQueen 6435991086 bug 6782: somehow in my testing I missed this exception when creating the event for USER_DELETE. The change is to get the userAccount by 'idIncludingRemoved' just like getting the account. The proper userAccount object is returned and the event is successfully created.
status 6782: resolved fixed
2010-10-28 14:32:13 -07:00
Kris McQueen 7531525252 Add commented code out for the old style (2.1.x) JSON async job responses. The XML responses are still a TODO. In order to get this to fully revert back to 2.1.x style responses, some commands will need to be modified to set the responseName to be something like getResultObjectName(), and there's an example of this in StopVMCmd. 2010-10-28 14:32:13 -07:00
Kris McQueen 9eb851db60 bug 6809, 6712: standardize the domain router response to use guestmacaddress instead of macaddress
status 6809, 6712: resolved fixed
2010-10-28 14:32:13 -07:00
NIKITA 689c241611 Modified Hypervisor template 2010-10-28 14:31:06 -07:00
Jessica Wang a40fdf158b Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 14:18:49 -07:00
Jessica Wang 77b4eec14d new UI - Add Host button displays on Primary Storage page now. fix a bug ("podObj is not found") that appears when clicking Add Host button on Primary Storage page without visiting pod page first. 2010-10-28 14:18:40 -07:00
will ff26080cb0 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 14:16:13 -07:00
will a153a23f90 New UI - Renabled Test Provisoning Tool until we design a new one. 2010-10-28 14:16:01 -07:00
Jessica Wang f8d23c2e1d Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 14:09:05 -07:00
Jessica Wang 17b9a23797 new UI - Add Host button displays on host page now. fix a bug ("podObj is not found") that appears when clicking Add Host button on host page without visiting pod page first. 2010-10-28 14:08:52 -07:00
NIKITA d074396f0c Status color added to Host 2010-10-28 13:46:43 -07:00
will 166cc0705a Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 13:28:46 -07:00
will c5fef26f11 ListTemplates will no longer return any SystemVM templates. I am using a startsWith() string match for now since we used to make this comparision by ID with a single hypervisor. 2010-10-28 13:28:33 -07:00
NIKITA 4dd80655c8 Hypervisor added for Blank template and Custom Size browught down on next line 2010-10-28 13:27:05 -07:00
NIKITA d2e58131a2 Grid layout added to Globalsetting.jsp 2010-10-28 12:18:01 -07:00
Jessica Wang 3f4feaa436 new UI - instance page - remove Change Name, Change Group, Enable HA, Disable HA action from details panel action menu since they have been included in Edit Template action. 2010-10-28 11:33:01 -07:00
edison b9a242332b fix cloud-tool to list all the available apis 2010-10-28 11:28:56 -07:00
Jessica Wang 6fdea9ad8f new UI - create shared function setBooleanReadField(), setBooleanEditField(). 2010-10-28 11:26:15 -07:00
Jessica Wang 92ea27d9dd new UI - instance page - add "Edit Instance" action in action menu. 2010-10-28 11:10:07 -07:00
Jessica Wang b145b082a0 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 09:57:20 -07:00
Jessica Wang 1fe7844dff new UI - host page - add status icon in middle menu. 2010-10-28 09:57:14 -07:00
nit c9069303ce Code clean up for Extract functionality and making it more robust. 2010-10-28 18:45:12 +05:30
Jessica Wang 471dafd1f7 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 20:53:26 -07:00
Jessica Wang bd145fd998 new UI - VM Wizard - fix a bug: clicked template is not selected. 2010-10-27 20:53:20 -07:00
will c3783aa703 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 20:02:11 -07:00
will 9d1257bccb new UI - Show the correct icon for System left Nav 2010-10-27 20:01:56 -07:00
Jessica Wang 49e6cd876a Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 20:00:26 -07:00
Jessica Wang 63bc5dceaf new UI - pass hypervisor when deployVirtualMachine. 2010-10-27 20:00:19 -07:00