Commit Graph

36479 Commits

Author SHA1 Message Date
abhishek 91813371b4 further comments added 2010-09-14 10:53:27 -07:00
abhishek edc85dd12d bug 6163: waiting on Alex to give me the go ahead for this bug, commenting out some of the code till then 2010-09-14 10:52:04 -07:00
abhishek ab166071f8 bug 6163: refactoring some more code 2010-09-14 10:05:05 -07:00
abhishek 743187a951 bug 6163: implementing the search function for zone wide searches for vlans 2010-09-14 10:05:05 -07:00
abhishek 10ad2aa468 bug 6163: further addition of functionality wrt zone wide vlan search 2010-09-14 10:05:05 -07:00
abhishek ce7278164d bug 6163: adding new dao functionality 2010-09-14 10:05:05 -07:00
Jessica Wang ef6f5b6181 new UI - volume page - adjust position of spinning wheel and add dialog box that will appear after action is finished. 2010-09-14 09:54:40 -07:00
nit 8f955c2889 Fixing the ConcurrentModificationException 2010-09-14 20:18:51 +05:30
Kris McQueen f4caf145c3 Refactoring dispatching API commands from the scheduled async job. Instead of calling an executor, the dispatcher invokes the method on the manager directly. After the command is executed the response is serialized to the async job table so it can be queried later. Also serialize a response for async create commands that includes the id of the object being created. 2010-09-13 18:28:19 -07:00
Jessica Wang b137b08731 new UI - template page, ISO page - add middle menu icons. 2010-09-13 17:52:05 -07:00
Jessica Wang b86382c385 new UI - implement ISO page. 2010-09-13 17:32:47 -07:00
Kris McQueen a8112f65de When using session based authentication, we now store the parameters in the session as part of the login processing, instead of returning those parameters so that the caller has to update the session. Authentication now throws an exception on failure and the caught exception is where the session is invalidated. 2010-09-13 17:04:11 -07:00
NIKITA 11169a8bb9 Template icons name has been changed 2010-09-13 16:54:45 -07:00
Jessica Wang 70b533fd8f new UI - show boolean field as a tick icon or a cross icon. 2010-09-13 16:49:11 -07:00
NIKITA 6e2beaba3a height Change in loader box -Instance tab 2010-09-13 16:44:59 -07:00
Jessica Wang ddb5321a27 new UI - template page - populate data to middle menu and right panel when left menu is clicked. 2010-09-13 16:21:49 -07:00
NIKITA 5642eb2837 Link Change in Instance Add VM popup 2010-09-13 16:10:03 -07:00
Kris McQueen de5e978b7b Removing listSecurityGroups and listNetworkGroups from the SecurityGroupDao and NetworkGroupDao since they weren't being called by anyone. 2010-09-13 15:59:52 -07:00
NIKITA 70750d7b38 UI for Grid info and error msgs 2010-09-13 15:59:36 -07:00
Jessica Wang f66eff8ec5 new UI - add jsp file for template page. 2010-09-13 15:49:39 -07:00
Kris McQueen df10af0688 cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
Jessica Wang 272c1e8f1d new UI - template page - add submenu myTemplates, CommunityTemplates, FeaturedTemplates. 2010-09-13 15:12:22 -07:00
Kris McQueen 3ba48f9676 fixing up code rearrangement since I forgot to add the files to my commit, oops... 2010-09-13 15:05:17 -07:00
Kris McQueen 77feb415d6 fixing up the move of EventUtils to server package 2010-09-13 15:04:04 -07:00
Kris McQueen dfdab6d641 moving event utils from core to server to avoid circular dependencies. 2010-09-13 15:01:43 -07:00
Kris McQueen 2741eedb26 moving console proxy alert event args to server package to avoid circular dependencies 2010-09-13 14:58:58 -07:00
Kris McQueen bb575d9d4e moving console proxy manager/listener to server package to avoid circular dependencies 2010-09-13 14:57:51 -07:00
Kris McQueen 449d1f3acf working through some compilation errors that have arisen due to all the API refactoring... 2010-09-13 14:46:23 -07:00
Kris McQueen 460ef94299 Refactoring listStoragePoolsAndHosts command to new API framework. 2010-09-13 14:03:07 -07:00
NIKITA ee83e749a4 Loading and UI to add new Load Balancer and Post Forwarding 2010-09-13 13:43:53 -07:00
abhishek a03cf45e5d further improvements to the sp code, especially for the local storage case 2010-09-13 12:00:54 -07:00
Jessica Wang ab05973b18 new UI - clear midmenu icons (add icon, action icon) when clicking on a different page. 2010-09-13 11:07:05 -07:00
abhishek 1af28db9cd bug 6159: now we can add at most 2 records per public port (one for tcp, one for udp) eg: 1:2:tcp and 1:3:udp; any other combination for this port will result in an error being propagated back to the UI
status 6159: resolved fixed
2010-09-13 10:19:02 -07:00
abhishek 542230fc26 null check for the npe 2010-09-13 09:35:28 -07:00
abhishek f82e73b861 bug 6159: incremental checkin 2010-09-13 09:31:36 -07:00
Jessica Wang 04065255b1 new UI - fix a bug - clicking IP address on left menu didn't work. 2010-09-12 21:01:46 -07:00
Jessica Wang f75b17383a new UI - volume page - implement create template action. 2010-09-12 17:48:55 -07:00
Jessica Wang ab66269038 new UI - volume page - implement detach disk action. 2010-09-12 17:05:12 -07:00
Jessica Wang c8160cf0d6 new UI - volume page - show action menu when mouse over action link. 2010-09-12 14:49:24 -07:00
Jessica Wang f1ab608b18 new UI - show action in process text 2010-09-11 22:30:50 -07:00
Jessica Wang 41fc9fd8b0 new UI - instance page - volume tab - after detach disk action, remove the volume from volume tab. 2010-09-11 21:48:03 -07:00
Jessica Wang 5fb3bf8b56 new UI - dismiss dialog box after creating template from volume. 2010-09-11 21:16:21 -07:00
Kris McQueen 1e46e2e588 refactoring createVolume to new API framework 2010-09-10 23:25:22 -07:00
Jessica Wang c16faa4d41 new UI - implement detach volume from vm. 2010-09-10 20:46:44 -07:00
Jessica Wang b231eeffe6 new UI - add icon for snapshot,volume in middle menu. 2010-09-10 19:10:46 -07:00
NIKITA 79e4611697 Mid menu icons for Templates -Windows, Linux, Centos and ISO and Storage - Volume, Snapshots 2010-09-10 17:30:43 -07:00
Jessica Wang f456632a15 new UI - instance page - specify group name when calling listvirtualmachine API (when users click on instance group on left menu). 2010-09-10 16:57:50 -07:00
Jessica Wang 3867285af8 new UI - add different icons to middle menu item 2010-09-10 16:28:35 -07:00
edison d933f19d35 bug 5800: add cluster for KVM
TODO: need to make sure the host cpu is from the same vender in a cluster
2010-09-10 16:00:36 -07:00
anthony 55ebf465f6 Merge branch 'master' of ssh://anthony@git.cloud.com/var/lib/git/cloudstack-oss 2010-09-10 15:14:19 -07:00