2654 Commits

Author SHA1 Message Date
abhishek
b51a7fec50 adding a security checker whilst creating a volume from a disk offering 2010-12-01 09:53:13 -08:00
abhishek
4387e2ca0a another good point to commit; the basic domain specific disk offering functionality is now in place 2010-12-01 09:53:13 -08:00
abhishek
402baae9fa adding comments for the domain checker, so that the design decision is better understood down the road 2010-12-01 09:53:13 -08:00
abhishek
1dfdcf51cb another good point for checkin, added the domain checker for checks against service offerings, whilst deploying virtual machines 2010-12-01 09:53:13 -08:00
abhishek
9a6eaaf21f this is a good point to commit the code; have the basic domain specific service offering working 2010-12-01 09:53:13 -08:00
nit
3735ba1466 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-12-01 21:47:50 +05:30
nit
a703f54ccb bug 7314 : Extract Api - Check whether http server is running on ssvm and if not try to start it.
status 7314: resolved fixed
2010-12-01 21:47:20 +05:30
will
c67d26cec4 bug 6969: First step of now displaying pending async jobs for listXXXCommands. There is a lot more cleanup and fixing to do but all commands acting against VirtualMachines now work. 2010-11-30 19:12:09 -08:00
Jessica Wang
5b72f25552 reset pagination when switching to a different page. 2010-11-30 17:35:42 -08:00
Jessica Wang
7dcd1f3851 pagination - hide previous button on first page. Show next button if next page is available, hide next button otherwise. 2010-11-30 17:10:43 -08:00
Jessica Wang
0ad7680dfd pagination - implement previous button, next button. 2010-11-30 16:52:37 -08:00
Kelven Yang
677394c27a Remove retired configuration varable 2010-11-30 16:23:15 -08:00
Kelven Yang
83736a1af5 Add URI component encoding to URI util class to help utilize URL info in hypervisor host address 2010-11-30 16:23:15 -08:00
Jessica Wang
702aa75c51 comment out obsolete code. 2010-11-30 15:42:33 -08:00
Jessica Wang
786c5af881 pagination - assign element ID to previous button, next button. 2010-11-30 15:35:20 -08:00
Jessica Wang
88e47322cc primary storage page - implement refresh button. 2010-11-30 15:24:08 -08:00
Jessica Wang
6b37ae7149 Host page - fix a bug that refresh button was not working in Firefox (but was working in IE). 2010-11-30 15:19:35 -08:00
Jessica Wang
718e6b6a0c VM wizard - limit template number to be 6 on each page in VM Wizard. 2010-11-30 14:11:54 -08:00
Jessica Wang
a57b99d72b host page - implement refresh button. 2010-11-30 13:53:45 -08:00
will
de92288e3b Adding xenserver-5.6.0-1.jar to eclipse classpath and removing 5.5 2010-11-30 12:19:49 -08:00
edison
06663d47e2 fix missing jar files for centos 2010-11-30 11:52:22 -08:00
alena
680812f675 bug 7223: page and pagesize parameters must be specified together "list" api commands
status 7223: resolved fixed
2010-11-30 11:31:34 -08:00
Jessica Wang
17ffde1c17 API has changed to return all if pagesize is not specified. Here is more corresponding UI change. 2010-11-30 11:26:21 -08:00
Jessica Wang
db3b75bda0 API has changed to return all if pagesize is not specified. Here is corresponding UI change. 2010-11-30 11:03:58 -08:00
nit
b5f9ae0ef3 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-11-30 23:48:13 +05:30
nit
2f946f6030 bug 7366 : Mark template as removed if create private template from volume fails due to being attached to a non-stopped VM. This allows subsequent creation of a template with the same name.
status 7366: resolved fixed
2010-11-30 23:47:04 +05:30
alena
5c8619903b bug 7342: return ipaddress instead of publicip in listIpForwardingRules/listPortForwardingRules api responses.
status 7342: resolved fixed
2010-11-30 10:16:54 -08:00
abhishek
1aee756184 bug 7345: During the expunge operation, we were not calling the deleteipforwardingrule method, for a rule which was static nat. Adding that logic. Also, making a change in the domr script as we do not need to execute a line on deletion of a rule
status 7345: resolved fixed
2010-11-30 10:07:10 -08:00
Kelven Yang
54f177cacc 1) Make generic dao be able to persist UTF-8 string for internationalization support
2) Undo gson Unicode escape in API response object to avoid double escaping which can break Javascript from getting correct text content
3) Correct API layer in dealing with character encoding
4) Remove double escape in cloud.core.js
2010-11-30 09:40:54 -08:00
Kelven Yang
fa9c882d8c Add VMWare hypervisor guru 2010-11-30 09:40:53 -08:00
frank
32185d22eb Fix RPM build failed
add cloud-jstl-1.2.jar to deps package
2010-11-30 09:23:04 -08:00
nit
7e4ee81103 Altering db schema - adding physical_size. This was causing runtime exceptions while running the cloud stack 2010-11-30 22:26:36 +05:30
nit
06c61f2fac bug 7325 : We shouldn't allow attaching xen-pv-iso to any hypervisor other than xenserver.
status 7325: resolved fixed
2010-11-30 22:20:33 +05:30
nit
a6a774f6c0 bug 7369 : Resolving NPE while creating a private template from detached volume. The instance id is null when it is detached which was the culprit here.
status 7369: resolved fixed
2010-11-30 15:49:29 +05:30
will
b2ba0521df - Using JSTL for the internationalization framework of the UI and standardized the message bundles.
- Fixed cloud.core.callbacks.js to include the new "sessionKey" variable that is needed to prevent CRSF attacks.
2010-11-29 20:06:27 -08:00
anthony
fb0675bbf4 bug 7365: return both physical and virutal size when creating private template
status 7365: resolved fixed
2010-11-29 18:58:48 -08:00
anthony
d3325de5ae 1. limit xs-tools in xenserver related java file
2. don't populate xs-tools to template_host_ref
3. introduce a new template type PERHOST, which doesn't need to be populated to secondary storage
2010-11-29 18:21:08 -08:00
Jessica Wang
76b31ab7b8 new UI - cluster page - implement refresh button. 2010-11-29 17:24:12 -08:00
abhishek
0273872b34 bug 7362: we were missing the size validation check, when we create a volume from disk offering (the storage.max.volume.size param wasn't being used for validation). Fixed the same, made the validation method name more generic to be applicable to all validations, and changed the param description to denote GB as the unit
status 7362: resolved fixed
2010-11-29 17:23:16 -08:00
Jessica Wang
8157294597 new UI - Pod page - implement refresh button. 2010-11-29 17:14:30 -08:00
Jessica Wang
a19539edb1 new UI - zone page - implement refresh button. 2010-11-29 16:57:06 -08:00
anthony
bd64f4faa3 remove eclipse error 2010-11-29 16:39:48 -08:00
Jessica Wang
67fd52db08 new UI - refresh button - replace leftmenuId with onRefreshFn which is more flexible to customize. 2010-11-29 16:26:43 -08:00
Jessica Wang
ca6a107b2a new UI - update zone - change warning text. 2010-11-29 16:01:25 -08:00
Jessica Wang
49e22e9b19 new UI - domain tree - make whole domain row clickable (before this change, only domain name was clickable). 2010-11-29 15:31:59 -08:00
anthony
b420ec7797 UNKNOWN state is not used by xenserverJava 2010-11-29 15:26:08 -08:00
anthony
fff1dd874a fix classpath for xenserver-5.6.0-1 2010-11-29 15:26:07 -08:00
edison
254a59fc6c fix installrtng for vmware 2010-11-29 15:08:50 -08:00
Jessica Wang
90bb06c3e2 new UI - zone tree - make whole zone row clickable (before this change, only zone name was clickable). 2010-11-29 15:11:11 -08:00
Jessica Wang
f63409029a new UI - zone tree - make whole pod row and whole cluster row clickable (before this change, only pod name and cluster name were clickable). 2010-11-29 15:04:21 -08:00