| .. |
|
account
|
Added more changes to the api
|
2010-10-21 15:11:49 -07:00 |
|
agent
|
fixed addding the secondary storage
|
2010-10-22 11:06:00 -07:00 |
|
alert
|
more changes for refactor
|
2010-10-12 07:17:47 -07:00 |
|
api
|
bug 6752: fix updating resource limits for a domain by looking at the given accountName/domainId parameters rather than looking at the caller's account. If updating limits for an account, e.g. account 'foo' in domain 4, then execute updateResourceLimit&account=foo&domainid=4&..., but if updating the limit for a domain, don't specify the account parameter. When processing the command, if accountName is null, the limit for the domain will be properly updated.
|
2010-10-25 17:32:28 -07:00 |
|
async
|
bug 6674: Fix VM responses
|
2010-10-22 13:57:03 -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
|
bug 6725: use serviceOfferingName rather than the API command name when updating the service offering; set memory in the response for UpdateServiceOffering
|
2010-10-25 17:08:47 -07:00 |
|
consoleproxy
|
Added more changes to the api
|
2010-10-21 15:11:49 -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
|
bug 6710: rebootRouter was supposed to return the rebooted router, not success/failure
|
2010-10-25 15:01:50 -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
|
bug 6703, 6704: use the correct method signatures for invoking updateTemplate/updateIso and updateTemplatePermissions/updateIsoPermissions APIs. It's possible that the reflection should just use 'isAssignableFrom' when getting methods since the manager methods were using a base class as the parameter rather than UpdateTemplateCmd/UpdateIsoCmd and UpdateTemplatePermissions/UpdateIsoPermissions, but for now the explicit methods are added for simplicity.
|
2010-10-25 15:01:50 -07:00 |
|
servlet
|
Fix the broken ConsoleProxyServlet after the merge of API refactoring changes
|
2010-10-15 11:17:27 -07:00 |
|
storage
|
new UI - instance page - refactor submenu.
|
2010-10-22 20:23:05 -07:00 |
|
template
|
Fixing a typo in the HostResponse of the word custer.
|
2010-10-25 14:54:49 +05:30 |
|
test
|
final merge of master->2.1.refactor preparing for merge back into master
|
2010-10-12 14:46:24 -07:00 |
|
user
|
bug 6752: fix updating resource limits for a domain by looking at the given accountName/domainId parameters rather than looking at the caller's account. If updating limits for an account, e.g. account 'foo' in domain 4, then execute updateResourceLimit&account=foo&domainid=4&..., but if updating the limit for a domain, don't specify the account parameter. When processing the command, if accountName is null, the limit for the domain will be properly updated.
|
2010-10-25 17:32:28 -07:00 |
|
vm
|
bug 6480: detachVolume API would start returning an embedded object, like attachVolume API does.
|
2010-10-25 17:19:22 +05:30 |