cloudstack/core/src/com/cloud
Kris McQueen ebd06ae6f3 List clusters was using the name of the command rather than the name of the cluster to search for clusters, which was resulting in no clusters returned. Fixed. CreateStoragePool was returning an array of one pool every time, simplified it to just return the pool and changed the UI to expect one pool rather than an array. Fixed the backend code for creating a storage pool to (a) generate a UUID based on host name, path, and a timestamp and (b) to list only active storage pools when checking for duplicates. This allows a storage pool to be create with the same path as a pool that had previously been deleted. 2010-09-20 19:08:52 -07:00
..
agent API refactor 2010-08-18 11:24:29 -07:00
alert Source code committed 2010-08-11 09:13:29 -07:00
async 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
capacity Source code committed 2010-08-11 09:13:29 -07:00
cluster Source code committed 2010-08-11 09:13:29 -07:00
configuration Source code committed 2010-08-11 09:13:29 -07:00
consoleproxy moving console proxy alert event args to server package to avoid circular dependencies 2010-09-13 14:58:58 -07:00
dc Source code committed 2010-08-11 09:13:29 -07:00
domain Source code committed 2010-08-11 09:13:29 -07:00
event moving event utils from core to server to avoid circular dependencies. 2010-09-13 15:01:43 -07:00
exception Source code committed 2010-08-11 09:13:29 -07:00
ha Source code committed 2010-08-11 09:13:29 -07:00
host Source code committed 2010-08-11 09:13:29 -07:00
hypervisor Committing Kris' big merge 2010-08-11 16:02:57 -07:00
info Source code committed 2010-08-11 09:13:29 -07:00
maid More work on serializing responses. Now responses have to have the name set on them, and the name will eventually be serialized to the JSON/XML response the way it used to work for commands themselves [the result of cmd.getName() was written to the response string]. For list respones, we wrap the individual objects in a ListResponse object that has the name of the response, and the individual objects have the object name so that accounts will be something like <listaccountsresponse><account><...></account><account><...></account></listaccountsresponse>. 2010-09-17 17:13:04 -07:00
network Refactoring deleteDomain to new API framework. Cleaning up some compilation errors that resulted from previous refactoring, namely there was a requirement to keep the old manager method around for createDiskOffering and createZone in order for the ConfigurationServer to work. 2010-09-14 15:36:12 -07:00
offerings Source code committed 2010-08-11 09:13:29 -07:00
resource Source code committed 2010-08-11 09:13:29 -07:00
serializer 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
server Api refactor: 2010-08-12 16:32:23 -07:00
service Source code committed 2010-08-11 09:13:29 -07:00
storage List clusters was using the name of the command rather than the name of the cluster to search for clusters, which was resulting in no clusters returned. Fixed. CreateStoragePool was returning an array of one pool every time, simplified it to just return the pool and changed the UI to expect one pool rather than an array. Fixed the backend code for creating a storage pool to (a) generate a UUID based on host name, path, and a timestamp and (b) to list only active storage pools when checking for duplicates. This allows a storage pool to be create with the same path as a pool that had previously been deleted. 2010-09-20 19:08:52 -07:00
user Branch 2.1.refactor committed 2010-08-11 09:13:42 -07:00
vm 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