| .. |
|
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
|
1) Return embedded Host object in PrepareForMaintenance command.
|
2010-11-02 20:30:41 -07:00 |
|
alert
|
more changes for refactor
|
2010-10-12 07:17:47 -07:00 |
|
api
|
Fixed updatePod Api to return embedded object instead of "success" response
|
2010-11-03 11:18:51 -07:00 |
|
async
|
Removed InternalErrorException. Renamed the lock methods on the DAO objects to be more understandable.
|
2010-11-02 12:25:08 -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
|
1) Return embedded object for addCfg/updateCfg/listCfg.
|
2010-11-02 15:26:33 -07:00 |
|
consoleproxy
|
After discussing with Alex, it was agreed that there is no need to mgmt server level locking using the mgmt_server_id. This makes the code easier, as we have one parent acquire and release mechanism, and the complexity is reduced. In accordance, we do not need to maintain cleanup tasks for mgmt server crashes, as the async mechanism deals with this. Also, the schema becomes a tad simpler as the mgmt_server_id column is not needed anymore
|
2010-11-01 17:04: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
|
checkins for problems.
|
2010-10-26 09:35:24 -07:00 |
|
hypervisor
|
Oops, == doesn't work...
|
2010-10-29 19:51: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
|
1) Return embedded object for upgradeRouter command
|
2010-11-02 19:47:14 -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 5190: cosmetic changes for the final result returned back to the UI, for Will to consume
|
2010-11-03 11:13:05 -07:00 |
|
servlet
|
even more refactoring
|
2010-11-02 15:25:07 -07:00 |
|
storage
|
bug 6904: during volume creation, we were NOT converting the size of the parent disk offering (which is in MB), to bytes. This is the size used to create the volume. I am adding the appropriate multipliers. Other flows like creating volume from snapshot etc should remain unaffected, as the parent volume created from the disk offering will be set right.
|
2010-11-03 11:13:06 -07:00 |
|
template
|
even more refactoring
|
2010-11-02 15:25:07 -07:00 |
|
test
|
make console proxy work again with the new network configuration
|
2010-10-26 17:37:29 -07:00 |
|
user
|
even more refactoring
|
2010-11-02 15:25:07 -07:00 |
|
vm
|
Build responses in ApiResponseHelper for the deploy/start/stop/reboot/recover/listVm create/list snapshot/snapshotPolicies
|
2010-11-02 18:16:45 -07:00 |