Commit Graph

18392 Commits

Author SHA1 Message Date
Jessica Wang
74bd85a3c0 current UI - create disk offering - minimum size of disk offering changes from 1 to 0 2010-09-17 15:39:59 -07:00
Jessica Wang
cc1a933c1d new UI - specify zone id when deleting a template. Pop up confirmation dialog before deleting a template. 2010-09-17 15:29:20 -07:00
Jessica Wang
a62c49d684 new UI - specify zone id when deleting ISO. Pop up a confirmation dialog before deleting ISO. 2010-09-17 15:21:35 -07:00
Kris McQueen
a5f50d236f Rearranging how response objects work since we need the response name when doing serialization. Now there's a base class that implements the getResponseName method, all responses extend this base class 2010-09-17 15:18:37 -07:00
Kris McQueen
4a73639d67 Fix up setting the response object correctly after dispatching the api method call. Begin working on the serialization of the responses which don't include the command name just yet, that's coming. 2010-09-17 14:56:55 -07:00
Jessica Wang
79c7e823d1 new UI - when creating template to all zones, generate as many templates in middle menu. 2010-09-17 14:48:38 -07:00
Jessica Wang
ab1dcb1270 new UI - ISO page - when creating ISO for all zones, generate as many ISO in middle menu. 2010-09-17 14:21:18 -07:00
Alex Huang
8b417ff04c Changed Public network 2010-09-17 13:37:53 -07:00
Alex Huang
bebe79ebc9 more work from alex 2010-09-17 13:37:53 -07:00
Kris McQueen
b42ca89626 Merging some changes from master related to making the build work [missing files, updated build scripts, etc.] 2010-09-17 13:21:23 -07:00
Kris McQueen
1f4b2cfb06 Async commands need to have a start event id for event tracking. 2010-09-17 12:07:16 -07:00
Kris McQueen
d7b6ccd056 Comment out code in executors during the transition to the new API framework. The code is being left around for reference during testing/debugging of the new framework and will be removed in the future. 2010-09-17 11:13:29 -07:00
Jessica Wang
e0d962a8e4 new UI - show error message on middle menu item when registerTemplate or registerISO fails. 2010-09-17 11:03:09 -07:00
Jessica Wang
4c78c6304d current UI - add host - send clustername parameter when calling addHost API 2010-09-17 10:19:06 -07:00
kishan
91d4715b4b Bug 5947: decrement resource count when deployVM fails for direct attached case 2010-09-17 18:19:10 +05:30
nit
7c6ad35ed7 reinstating the accidental deletion of some lines 2010-09-17 17:26:24 +05:30
nit
48cd102ab9 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-17 17:04:35 +05:30
nit
636dc041c7 bug 4286: Making extractIsoCmd and extractTemplateCmd async 2010-09-17 17:04:07 +05:30
nit
fceb9378ca bug 4286: Making extractIsoCmd and extractTemplateCmd async 2010-09-17 16:59:09 +05:30
kishan
46677c9767 Bug 6175: clear rules when pub interface is remove 2010-09-17 12:24:51 +05:30
kishan
9135553a45 Bug 6175: clear rules when pub interface is remove 2010-09-17 12:24:37 +05:30
kishan
c5610eab4b Bug 6175: Added rules to account HAProxy traffic 2010-09-17 12:00:32 +05:30
Jessica Wang
e9ce558367 new UI - ISO page - implement adding ISO. 2010-09-16 20:37:58 -07:00
Jessica Wang
135f131270 new UI - template page - implement add template 2010-09-16 20:14:23 -07:00
anthony
221c8fb059 add more log 2010-09-16 19:32:25 -07:00
anthony
9fb5ec1165 Merge branch 'master' of ssh://anthony@git.cloud.com/var/lib/git/cloudstack-oss 2010-09-16 19:32:01 -07:00
Kris McQueen
19413d0bec Comment out executor code to make the branch compile. The executors will be removed after the branch has been thoroughly tested and regressions have been resolved, but in the mean time leave the code around so that it can be used to help debug any problems during the testing phase. 2010-09-16 19:09:04 -07:00
Kris McQueen
3f6a438d92 Refactoring the AsyncJobManager to queue jobs appropriately if there is a need to synchronize execution on an object, e.g. a router. API developers can now call command.synchronizeCommand(String, Long) to force the command to be synchronized on a particular object type [the string arg] with a particular id [the long arg]. When synchronizeCommand() is invoked, an exception maybe thrown by the framework (AsyncCommandQueued exception) to force the business logic to abort. The command will then be queued and invoked at the appropriate time. The synchronizeCommand() is re-entrant and will be a no-op if the command has already been queued and is now ready for execution. 2010-09-16 19:05:06 -07:00
Kris McQueen
83820075b3 removing some commented out code related to the old API framework that is no longer necessary. 2010-09-16 19:05:06 -07:00
alena
091b28a6b3 Modified addSecondaryStorage/addHost/updateHost/associateIpAddress/attachIso/copyIso/copyTemplate/deletePortForwardingService/startRouter/stopRouter/rebootRouter commands to new API framework. 2010-09-16 18:54:15 -07:00
Jessica Wang
28f7548e4a new UI - error handling when adding VM fails. 2010-09-16 18:52:02 -07:00
Jessica Wang
a5430ffd5f new UI - hide middle menu navigation when dashboard page is loaded. 2010-09-16 17:17:29 -07:00
Jessica Wang
bcfbfa628e new UI - add dashboard link. 2010-09-16 16:52:51 -07:00
abhishek
f1cab0525c bug 6021: blocking the deletion of private disk offering from the back end api 2010-09-16 16:47:35 -07:00
NIKITA
f9ae4a6341 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-16 16:16:11 -07:00
NIKITA
b87c5e0222 New Ui for Dashboard 2010-09-16 16:16:02 -07:00
Jessica Wang
7aa2053df2 new UI - ISO page - implement deleteISO action. 2010-09-16 16:06:05 -07:00
Jessica Wang
88116362ae new UI - ISO page - implement edit ISO. 2010-09-16 15:42:27 -07:00
abhishek
3abe056736 bug 6141: fixed the error of not providing the right error for an incorrect diskoffering
status 6141: resolved fixed
2010-09-16 15:01:13 -07:00
Jessica Wang
dbde0cd39b new UI - display boolean field as text instead of icon. make Edit button always show. 2010-09-16 14:51:16 -07:00
anthony
921fba1ea1 bug 6190: set qos of vif
status 6190: resolved fixed
2010-09-16 12:32:46 -07:00
abhishek
6731dc66f1 bug 3120: incremental checkin 2010-09-16 12:02:54 -07:00
Alex Huang
131e487c32 allocation complete. Moving on to actual create and deploy 2010-09-16 12:01:56 -07:00
Jessica Wang
54bd0c71a2 new UI - ISO page - implement copy ISO action, create VM action. 2010-09-16 11:28:46 -07:00
anthony
7ca2adeb67 first host doesn't need to switch master 2010-09-15 21:24:52 -07:00
alena
6fef440732 Updated DeleteHost/DeleteIso/deletePool/UpdateDiskOffering/updateIso/updateTemplate/updateDomain to new api framework 2010-09-15 20:07:01 -07:00
anthony
ec8a2a9579 always add master host first 2010-09-15 19:56:06 -07:00
abhishek
7abfb9f2e4 some minor improvements to the stats module 2010-09-15 18:12:40 -07:00
Alex Huang
e283bc7f05 no idea how these files were not committed 2010-09-15 18:00:55 -07:00
Alex Huang
84179cd561 add missing files 2010-09-15 18:00:54 -07:00