Chris Suich
aad1cda7e0
Added categorized sorting to SnapshotStrategy and DataMotionStrategy
2013-10-14 15:20:42 -07:00
Chris Suich
e514da2c48
Removed setters from *JoinVO classes
2013-10-14 15:20:17 -07:00
Chris Suich
350c94474b
Updates to revertSnapshot API Added revertSnapshot API action to UI
2013-10-14 15:19:51 -07:00
Girish Shilamkar
4747b2abfe
Cloudstack:4407 - Pending changes - Use extractTemplate API to get hypervisor specific template information.
2013-10-14 17:21:22 -07:00
Chandan Purushothama
2ecf272dac
test_stopped_vm.py tries to clean up ISOs that are already deleted as part of Account Deletion. Do not add account owned iso objects to the cleanup list.
2013-10-14 17:21:22 -07:00
Jessica Wang
8b397f1d42
CLOUDSTACK-4850: UI > Infrastructure > zone detail > UCS manager > Blade tab > add new action "Refresh Blades" on the top of listView.
2013-10-14 13:40:27 -07:00
Jessica Wang
5339769a7f
CLOUDSTACK UI - remove debugger keyword
2013-10-14 11:33:23 -07:00
Jessica Wang
d54c9eb640
CLOUDSTACK-4850: UI > Infrastructure > zone detail > UCS manager > Blade tab > (1) change action "Associate Profile to Blade" to "Associate Template to Blade", change Profile dropdown to Template dropdown, add ProfileName field in dialog. (2) action "Disassociate Profile from Blade": add checkbox "Delete Profile".
2013-10-14 11:16:57 -07:00
Marcus Sorensen
4188916638
Add one more license header to agent.properties.ssvm
2013-10-14 12:08:11 -06:00
Marcus Sorensen
d430473fe0
add missing license headers to PasswordGeneratorTest.java and an agent.properties
2013-10-14 11:56:21 -06:00
Marcus Sorensen
4e0e7410e9
Store agent hostname in attache, print it in logs wherever possible. This
...
was discussed on the mailing list as a useful debugging tool, currently
the log prints the DB id of the agent, which makes admins have to look
it up to know where the Command was run.
2013-10-14 11:46:01 -06:00
Darren Shepherd
29d9228140
Remove obsolete m2-settings file
2013-10-14 08:22:19 -07:00
Hugo Trippaers
795366019b
Don't capture stderr, this will return an error when the runscript command expects null when there is no default route.
2013-10-14 09:58:37 +02:00
Hugo Trippaers
71dc43ebb0
Remove duplicate scripts and move the remaining items to the systemvm project
2013-10-14 08:02:35 +02:00
Laszlo Hornyak
87c1b357f2
BaseCmd not used methods
...
These private methods were only calling each other:
- writeNameValuePair
- writeObjectArray
- writeSubObject
- escapeXml
- escapeJSON
public method requireXmlEscape was only called from these methods, it was never overridden
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-12 23:26:20 +02:00
Laszlo Hornyak
5f497b9a75
Removed unused methods from ApiResponseSerializer
...
getGetMethod and getGetMethodName were not used
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-12 19:42:50 +02:00
Laszlo Hornyak
6df77ec0ce
BaseCmd.buildResponse methods removed
...
Both buildResponse methods were abandoned
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-12 19:42:50 +02:00
Marcus Sorensen
b344bb4cf3
KVM: Change new volume/template downloads to use UUID in database
...
rather than creating a fresh random UUID, so admins can match
volumes frontend to backend
2013-10-11 17:16:48 -06:00
Laszlo Hornyak
47dd1c1e95
PasswordGenerator tests
...
- StringBuffer replaced with a StringBuilder
- tests added
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-11 20:09:37 +02:00
Laszlo Hornyak
b76e501d26
removed PasswordGenerator.main
...
unused method, probably for debugging/testing purposes
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-11 20:09:37 +02:00
Jessica Wang
5cc411a9ee
LOUDSTACK-4060: UI > Instance Wizard > select security group step > when there is only one security group and the only one is 'default', check it automtically.
2013-10-11 10:27:20 -07:00
Laszlo Hornyak
982db550eb
test fix: no assertion on the number of fileds returned
...
Removed the assertion on the number of fields from ReflectUtil because it did not work with bytecode manipulation like what sonar works with.
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-11 18:49:10 +02:00
Nitin Mehta
fa0c685bcb
CLOUDSTACK-4854:
...
Add support for adding network details
Signed off by : nitin mehta<nitin.mehta@citrix.com>
2013-10-10 19:18:39 -07:00
Alena Prokharchyk
90cc0d8f01
VolumeResponse: added storageId to the response (returned to admin only) as this parameter is being passed in migrateVolume/updateVolume API requests, so have to return it in the response as well
2013-10-10 16:51:47 -07:00
Brian Federle
6af882c6b9
Icon for 'add guest network' toolbar button
2013-10-10 15:46:31 -07:00
Brian Federle
746c8c5046
CLOUDSTACK-4823: Add icon for assignVmToAnotherAccount
2013-10-10 12:55:26 -07:00
Brian Federle
991f933492
CLOUDSTACK-3823: Show ICMP fields for protocolnumber
2013-10-10 12:27:30 -07:00
Jessica Wang
506520a9d6
CLOUDSTACK-1888: UI > Domains > allow domain-admin to update resource limits on its sub-domains (but disallow on its own domain).
2013-10-10 12:17:05 -07:00
Brian Federle
1f85124d70
CLOUDSTACK-4348: Fix quick view detail height
2013-10-10 11:42:59 -07:00
Alena Prokharchyk
c4084a7c34
Fixes for resource details code: 1) Fixed the NPE happening when the resource detail couldn't be located by the key passed through API 2) Added ResourceDetails interface, made all resource details VO objects to implement it.
2013-10-10 11:13:47 -07:00
Prasanna Santhanam
52c2bc0baf
pep8: fix regression from 10938612cc9f518e254f8756581548eeb52913b4
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-10-10 17:47:52 +05:30
Harikrishna Patnala
bb7493775c
CLOUDSTACK-4707: "sourcetemplateid" field is not getting set for derived templates Template created from a volume or snapshot did not have the sourcetemplateid field set in vm_template table.
2013-10-10 12:20:40 +05:30
Darren Shepherd
2799ee3d4f
Revert change to ManagedContextTimerTask to unblock DB upgrade
2013-10-09 20:51:05 -07:00
Alena Prokharchyk
a5a6f58eb8
Resource details:
...
1) Fixed the way we build the response for resource details
2) Fixed the response name - should be generic "resourcedetail". The type is being carried in resourceType response parameter
3) Throw unsupported excpetion if unsupported resourceType is passed in. Before, user vm was returned
2013-10-09 18:22:49 -07:00
Jessica Wang
dc8f053d6a
CLOUDSTACK-3105: UI > Instances menu > Instance detailView > View Hosts > fix a bug that wrong parameter name is passed to listHosts API.
2013-10-09 15:07:37 -07:00
Jessica Wang
0b69e890e0
CLOUDSTACK-3154: UI > Infrastructure > zone detail > remove VMware datacenter action > fix a bug that incorrect property name was used to retrieve embedded object in API response.
2013-10-09 14:16:17 -07:00
Laszlo Hornyak
d1dd85a4c4
ReflectUtil: test for getAllFieldsForClass
...
- code comment turned to javadoc
- added braces to if and for statements to make it look more like the rest
- tests added
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-09 20:39:41 +02:00
Laszlo Hornyak
66fe3abe3b
ReflectUtil: findMethod removed
...
findMethod was not used, it is removed
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-09 20:39:41 +02:00
Darren Shepherd
0d7aa931b4
Remove wrong ConfigDepot class from simulatorContext
2013-10-09 10:52:28 -07:00
Brian Federle
7646063735
CLOUDSTACK-3803: Fix duplicate label causing validation error
2013-10-08 15:48:19 -07:00
David Nalley
5586a221fc
Removing docs from master
2013-10-08 15:25:05 -04:00
Jessica Wang
3f1aba894f
CLOUDSTACK-3888: UI > service offerings > compute offerings > add new field "Planner Mode".
2013-10-08 11:48:42 -07:00
Daan Hoogland
10938612cc
[CLOUDSTACK-4832] no cert verification on https
2013-10-08 17:35:46 +02:00
sanjeevneelarapu
f6c6f03fad
CLOUDSTACK-702: 1. Moved common code to setupClass method 2. Added a test to deply vm in new CIDR and verify dns service on alias IP
...
Conflicts:
test/integration/component/maint/test_multiple_ip_ranges.py
Signed-off-by: sanjeevneelarapu <sanjeev.neelarapu@citrix.com>
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
(cherry picked from commit 1efd544ee27fd0c7c9eac4649568647c0dcbc85b)
2013-10-08 16:26:18 +05:30
Nitin Mehta
6e80bb001c
CLOUDSTACK-4824:
...
Add support for adding zone details
Signed off by : nitin mehta<nitin.mehta@citrix.com>
2013-10-07 15:48:43 -07:00
Jessica Wang
4f932d048e
CLOUDSTACK4515: UI > Settings tab of zone/cluster/account/primaryStorage detailView > add Description field.
2013-10-07 13:35:26 -07:00
Laszlo Hornyak
977a75f1be
UsageManagerInternal fix
...
aed5e9dc2a6882139bc38073923be5a3bacfd9d2 seems to inroduce some typo to run
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-07 13:13:40 -07:00
Chris Suich
4c2e40ac37
Added storage_provider_name to storage_pool_view
...
Signed-off-by: Edison Su <sudison@gmail.com>
2013-10-07 11:51:32 -07:00
Jessica Wang
d1a536a4e3
CLOUDSTACK-4672: UI > Network > details tab > add new field "broadcasturi" to show Primary VLAN, Secondary Isolated VLAN.
2013-10-07 11:32:56 -07:00
Jessica Wang
da814c658b
CLOUDSTACK-4796: UI > Instances > detailView > add new action "Assign Instance to Another Account".
2013-10-07 10:22:24 -07:00