cloudstack/server/src/com/cloud
Kris McQueen 6435991086 bug 6782: somehow in my testing I missed this exception when creating the event for USER_DELETE. The change is to get the userAccount by 'idIncludingRemoved' just like getting the account. The proper userAccount object is returned and the event is successfully created.
status 6782: resolved fixed
2010-10-28 14:32:13 -07:00
..
account Added more changes to the api 2010-10-21 15:11:49 -07:00
acl make console proxy work again with the new network configuration 2010-10-26 17:37:29 -07:00
agent make console proxy work again with the new network configuration 2010-10-26 17:37:29 -07:00
alert more changes for refactor 2010-10-12 07:17:47 -07:00
api Add commented code out for the old style (2.1.x) JSON async job responses. The XML responses are still a TODO. In order to get this to fully revert back to 2.1.x style responses, some commands will need to be modified to set the responseName to be something like getResultObjectName(), and there's an example of this in StopVMCmd. 2010-10-28 14:32:13 -07:00
async bug 6799: if there's an exception executing the Async command, create an error response with the appropriate information so that queryAsyncJobResult returns the relevant information 2010-10-27 18:23:23 -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 make console proxy work again with the new network configuration 2010-10-26 17:37:29 -07:00
consoleproxy make console proxy work again with the new network configuration 2010-10-26 17:37:29 -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 checkins for problems. 2010-10-26 09:35:24 -07:00
hypervisor checkins for problems. 2010-10-26 09:35:24 -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 bug 1974: set memory size from service offering before starting router 2010-10-27 12:00:11 -07:00
offerings/dao deploy vm completed 2010-10-26 09:35:24 -07:00
resource change code for new UI 2010-09-29 18:40:52 -07:00
server bug 6782: somehow in my testing I missed this exception when creating the event for USER_DELETE. The change is to get the userAccount by 'idIncludingRemoved' just like getting the account. The proper userAccount object is returned and the event is successfully created. 2010-10-28 14:32:13 -07:00
servlet Fix the broken ConsoleProxyServlet after the merge of API refactoring changes 2010-10-15 11:17:27 -07:00
storage Code clean up for Extract functionality and making it more robust. 2010-10-28 18:45:12 +05:30
template Extending extract functionlity for volumes to allow download. The 2010-10-26 18:49:43 +05:30
test make console proxy work again with the new network configuration 2010-10-26 17:37:29 -07:00
user bug 6782: incremental checkin for deleting an account. Since there was a change to findById to not find removed objects, these NPEs pop up from time to time where we expected to find the object previously and now it's not found. Since the account is getting deleted, do a findByIdIncludingRemoved to make sure the actual account object is retrieved. 2010-10-27 18:23:23 -07:00
vm checkins for problems. 2010-10-26 09:35:24 -07:00