Commit Graph

1549 Commits

Author SHA1 Message Date
Kris McQueen ef131bbc18 bug 6724: set useVirtualNetwork in the createServiceResponse
status 6724: resolved fixed
2010-10-25 17:08:47 -07:00
Kris McQueen f9c1f12778 bug 6725: use serviceOfferingName rather than the API command name when updating the service offering; set memory in the response for UpdateServiceOffering
status 6725: resolved fixed
2010-10-25 17:08:47 -07:00
Kris McQueen 27cafb2957 bug 6727: ostypename was being set from guest_os.name which seems to be null most of the time. Instead, use guest_os.display_name.
status 6727: resolved fixed
2010-10-25 17:08:47 -07:00
NIKITA 4a0fd5f0b5 Right panel loading 2010-10-25 16:41:48 -07:00
Jessica Wang c42ae13a23 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-25 16:40:03 -07:00
Jessica Wang 912d1c50a9 new UI - zone page - (1) switch to Network tab when Add VLAN button is clicked. (2) switch to Secondary Storage tab when Add Secondary Storage button is clicked. This way, the newly added VLAN/SecondaryStorage can show. 2010-10-25 16:39:55 -07:00
Kris McQueen fcb0ff83ac bug 6712: for router responses, change guestmacaddress -> macaddress to preserve behavior from 2.1.x and before.
status 6712: resolved fixed
2010-10-25 16:37:42 -07:00
Kris McQueen 869f3587c3 bug 6714: add displaytext to SuccessResponse so commands that return success true/false can also return a brief description of what took place.
status 6714: resolved fixed
2010-10-25 16:37:42 -07:00
Kris McQueen 3660d6a3d1 bug 6717: updateDiskOffering is supposed to return success true/false rather than the updated disk offering
status 6717: resolved fixed
2010-10-25 16:37:42 -07:00
Kris McQueen c8e9531842 bug 6720: add 'created' to the ListHosts response
status 6720: resolved fixed
2010-10-25 16:37:42 -07:00
NIKITA 8e90185008 Midmenu header title for host and primary storage 2010-10-25 16:32:10 -07:00
NIKITA 9cd8dd2989 Loading added on right panel 2010-10-25 16:10:59 -07:00
Jessica Wang 9bbac6ee76 new UI - resources page - zone page - always show Add Host, Add VLAN, Add Secondary Storage when clicking through different tabs. 2010-10-25 15:52:25 -07:00
Jessica Wang 6ca4851a3d Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-25 15:28:36 -07:00
Jessica Wang 31a5c77692 new UI - VLAN page - Direct VLAN and Virtual VLAN share the same template. 2010-10-25 15:28:27 -07:00
Kris McQueen 83e4922b94 bug 6703, 6704: use the correct method signatures for invoking updateTemplate/updateIso and updateTemplatePermissions/updateIsoPermissions APIs. It's possible that the reflection should just use 'isAssignableFrom' when getting methods since the manager methods were using a base class as the parameter rather than UpdateTemplateCmd/UpdateIsoCmd and UpdateTemplatePermissions/UpdateIsoPermissions, but for now the explicit methods are added for simplicity.
status 6703, 6704: resolved fixed
2010-10-25 15:01:50 -07:00
Kris McQueen d229877cd8 bug 6710: rebootRouter was supposed to return the rebooted router, not success/failure
status 6710: resolved fixed
2010-10-25 15:01:50 -07:00
Kris McQueen 18f6d67121 bug 6705, 6708: use the UserVmResponse for changeServiceForVirtualMachine API (UpgradeVMCmd) since the response is a vm. There was no need for a specific UpgradeVmResponse which had scalars instead of objects and the serializer skips null, but will serialize scalars with their default values, in this case 0 for id and host id.
status 6750, 6708: resolved fixed
2010-10-25 15:01:49 -07:00
Kris McQueen 7e72045ecd Merging the fix to bug 6680 to master branch by hand due to differences in the code between 2.1.x and master. The fix is for join conditions in GenericDaoBase, making sure to only add non-null / non-empty where clauses to the query string, and to recursively prepare all join parameters since there might be sub-join clauses in the query. 2010-10-25 15:01:49 -07:00
abhishek 5b2aa1d4a1 since we cannot use the mgmt server framework for reading cust certs from db, we will write the cust cert to the individual proxies as a file, and then read this file in to update the keystore on each restart 2010-10-25 13:33:14 -07:00
NIKITA 574be18c6e Add Vlan range button for Network 2010-10-25 12:18:05 -07:00
Jessica Wang b13da2c2c1 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-25 11:54:10 -07:00
Jessica Wang d1b1a84265 new UI - instance page - implement Destroy VM action for multiple-selection middle menu items. 2010-10-25 11:54:00 -07:00
abhishek aebf02b707 removing some debug params 2010-10-25 11:52:08 -07:00
root c98b2a7fa2 incremental checkin around the console proxy config enh 2010-10-25 11:52:08 -07:00
abhishek 9f92b81f45 adding a certificate command for the proxy cert 2010-10-25 11:52:08 -07:00
abhishek a7b1e0a539 more changes for console proxy 2010-10-25 11:52:08 -07:00
Jessica Wang 641c7e617f new UI - instance page - implement multiple-selection Reboot VM action. 2010-10-25 11:46:28 -07:00
Jessica Wang c2fb123fd8 new UI - instance page - implement Stop VM action for multiple-selection middle menu items. 2010-10-25 11:42:27 -07:00
Jessica Wang 1e32ae0871 new UI - apply new function copyAfterActionInfoToRightPanel() to all pages which will refresh action info on top of right panel when clicking through different middle menu items. 2010-10-25 11:29:55 -07:00
Jessica Wang 4364e87338 new UI - after details action is finished, action info will be recorded in middle menu. So, when a user move between different middle menu items, right panel will show corresponding action info for each item. 2010-10-25 11:11:49 -07:00
Jessica Wang b5bc938eaf new UI - when details tab action is finished, show succeed/fail icon on middle menu item and hide the info in middle menu item and show the info at right panel when the middle menu item is clicked. 2010-10-25 10:55:07 -07:00
nit 511a095c26 bug 6487: AttachISO API would return an embedded object on success.
status 6487: resolved fixed
2010-10-25 18:26:39 +05:30
nit 5774fd163d bug 6480: detachVolume API would start returning an embedded object, like attachVolume API does.
status 6480: resolved fixed
2010-10-25 17:19:22 +05:30
nit 554e360d21 Fixing a typo in the HostResponse of the word custer.
Fixing the names of the ISO and templates.
2010-10-25 14:54:49 +05:30
nit 035810d60a bug 6481: embedded object returned by attachVolume API would have the "type" property indicating the volume type of the disk volume (ROOT or DATADISK)
status 6481: resolved fixed
2010-10-25 14:14:40 +05:30
kishan 8ae5a70b06 bug 6395: corrected net rule event error description
status 6395: resolved fixed
2010-10-25 13:11:50 +05:30
Jessica Wang 67c1aa5d8b Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-24 23:56:21 -07:00
Jessica Wang 9224c8134b new UI - middle menu actions (multiple-selection base) - copy action info to right panel when middle menu is clicked. 2010-10-24 23:56:11 -07:00
kishan 3530daf3ff bug 6697: make resourcetype optional
status 6697: resolved fixed
2010-10-25 12:22:06 +05:30
Jessica Wang 7c23ffdb93 new UI - instance page - implement Start VM button (multiple-selection in middle menu). 2010-10-24 23:14:25 -07:00
Jessica Wang a42a378e9a new UI - instance page - add initVMWizard() function. 2010-10-24 21:24:30 -07:00
Jessica Wang 0514fedea6 new UI - rebootVirtualMachine API was changed recently (doesn't return embedded object any more). This is a temporary fix until API is fixed. 2010-10-24 20:02:17 -07:00
Jessica Wang 3de7680d1c new UI - fix a bug that Disable HA option didn't show. 2010-10-24 19:49:54 -07:00
Jessica Wang 9acf5a7b90 new UI - fix a bug that Detach ISO option didn't show when a VM has ISO attached. 2010-10-24 19:37:28 -07:00
Jessica Wang d3b3b9ea91 new UI - instance page - isoid is returned as integer instead of string now. This is corresponding UI change. 2010-10-24 19:30:25 -07:00
Jessica Wang 55135be1b8 new UI - resetPasswordForVirtualMachine API was recently changed. This is corresponding UI change. 2010-10-24 17:56:35 -07:00
Jessica Wang d3fa609123 new UI - fix a bug that action info (succeed or fail) didn't show on top of right panel after action was finished. 2010-10-24 15:03:06 -07:00
Jessica Wang 36fd8edb85 new UI - instance page - details panel action - rearrange action links. 2010-10-24 13:42:59 -07:00
Jessica Wang 3b2ac1eedb new UI - instance page - add actions in details panel (previously in middle menu). 2010-10-24 13:27:11 -07:00