cloudstack/server/src/com/cloud/api
Kris McQueen 95da86ef1a bug 6733: re-throw ServerApiExceptions when dispatching API commands rather than logging them and throwing a generic INTERNAL_ERROR exception
status 6733: resolved fixed
2010-10-26 16:54:42 -07:00
..
commands adding some error return handling to api dispatcher, and cleaning up some of the code paths to return the right error messages 2010-10-26 14:27:26 -07:00
doc Code cleanup 2010-10-26 13:59:11 -07:00
response Extending extract functionlity for volumes to allow download. The 2010-10-26 18:49:43 +05:30
ApiConstants.java Branch 2.1.refactor committed 2010-08-11 09:13:42 -07:00
ApiDBUtils.java bug 6674: Fix VM responses 2010-10-22 13:57:03 -07:00
ApiDispatcher.java bug 6733: re-throw ServerApiExceptions when dispatching API commands rather than logging them and throwing a generic INTERNAL_ERROR exception 2010-10-26 16:54:42 -07:00
ApiServer.java Added more changes to the api 2010-10-21 15:11:49 -07:00
ApiServlet.java Added more changes to the api 2010-10-21 15:11:49 -07:00
BaseAsyncCmd.java Fixing events for async jobs so that there's a scheduled event recorded with appropriate type/description whenever the API framework schedules the async command to run. A few miscellaneous fixes as well uncovered during regression testing (router response was not parsed correctly by UI, etc.) 2010-10-05 20:26:18 -07:00
BaseAsyncCreateCmd.java Fixes required for regressions found running automated tests. (1) method signatures that weren't properly refactored to new API framework (2) API request parameter types should always be specified lest they default to String which may or may not be desired (3) better exception handling with regard to Queued commands and generic exceptions (4) fix eventing to pass the proper accountId where neccessary 2010-10-01 14:11:18 -07:00
BaseCmd.java Added more changes to the api 2010-10-21 15:11:49 -07:00
BaseListCmd.java bug 6649: when listing domains, accept -1 as 'list all.' Fix listDomainChildren response to return haschild, handle haschild as a boolean rather than a string. 2010-10-19 13:49:00 -07:00
Implementation.java Incremental checkin for ApiXmlDocBuilder 2010-10-04 09:50:14 -07:00
Parameter.java Incremental checkin for ApiXmlDocBuilder 2010-10-04 09:50:14 -07:00
ServerApiException.java Source code committed 2010-08-11 09:13:29 -07:00