cloudstack/server/src/com/cloud
alena bb5399c2bc Fixed PodResponse: endip is all lowercase now. 2010-10-18 14:11:21 -07:00
..
agent Adding stuff 2010-10-15 06:26:24 -07:00
alert more changes for refactor 2010-10-12 07:17:47 -07:00
api Fixed PodResponse: endip is all lowercase now. 2010-10-18 14:11:21 -07:00
async resolving merge conflicts between 2.1.refactor and master 2010-10-12 16:28:16 -07:00
capacity more changes for refactor 2010-10-12 07:17:47 -07:00
cluster cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
configuration Fix configuration in light of new API framework. Move code from ConfigurationManager into ConfigurationServer for creating disk/service offerings, pods, and zones. This prevents the ComponentLocator from pulling in a lot of extra DAOs and Managers now that ConfigurationManager has a lot more dependencies due to API changes. Without making this change, there would be a dependency on ClusteredAgentManager in both config-server and mgmt-server, which would try to start two listeners on port 8250, which is bad. Now that the configuration happens in ConfigurationServer, things should be kept simple. 2010-10-14 19:11:22 -07:00
consoleproxy Skip starting of console proxy when storage pool is not ready 2010-10-15 18:57:28 -07:00
deploy more changes for refactor 2010-10-12 07:17:47 -07:00
event cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
ha resolving merge conflicts between 2.1.refactor and master 2010-10-12 16:28:16 -07:00
hypervisor resolving merge conflicts between 2.1.refactor and master 2010-10-12 16:28:16 -07:00
maid renamed dao methods to correctly reflect what they do 2010-09-09 18:01:50 -07:00
maint bug 4898: removing the upgrade.url param 2010-08-30 14:49:22 -07:00
migration final merge of master->2.1.refactor preparing for merge back into master 2010-10-12 14:46:24 -07:00
network reverted back most of my changes to merge in Kris stuff. Thanks much to Anthony who caused my XenServer to reboot all the time which caused me unable to unit test stuff and unlike Kris, I do not check in code untested so now I have to do all this stuff. 2010-10-15 07:10:16 -07:00
offerings/dao More changes for refactoring 2010-09-15 18:00:54 -07:00
resource change code for new UI 2010-09-29 18:40:52 -07:00
server Fix configuration in light of new API framework. Move code from ConfigurationManager into ConfigurationServer for creating disk/service offerings, pods, and zones. This prevents the ComponentLocator from pulling in a lot of extra DAOs and Managers now that ConfigurationManager has a lot more dependencies due to API changes. Without making this change, there would be a dependency on ClusteredAgentManager in both config-server and mgmt-server, which would try to start two listeners on port 8250, which is bad. Now that the configuration happens in ConfigurationServer, things should be kept simple. 2010-10-14 19:11:22 -07:00
servlet Fix the broken ConsoleProxyServlet after the merge of API refactoring changes 2010-10-15 11:17:27 -07:00
storage Make unique name conforming with the name generated in template installation for routing template, some other minor fixes 2010-10-15 16:36:02 -07:00
template resolving merge conflicts between 2.1.refactor and master 2010-10-12 16:28:16 -07:00
test final merge of master->2.1.refactor preparing for merge back into master 2010-10-12 14:46:24 -07:00
user fix NPE when updating a resource limit using the internal API port 2010-10-07 15:10:03 -07:00
vm The stopVirtualMachine API should return the vm instance rather than a boolean indicating success. The response for async jobs is now under the jobresult property of the JSON response, handle the start/stop virtual machine responses using data from the jobresult rather than expecting some embedded object. 2010-10-18 11:15:07 -07:00