search for: storage_volume_controller

Displaying 3 results from an estimated 3 matches for "storage_volume_controller".

2009 May 20
1
[PATCH server] split StorageVolumeService.svc_new into two methods.
Signed-off-by: Scott Seago <sseago at redhat.com> --- src/app/controllers/storage_volume_controller.rb | 6 ++- src/app/services/storage_volume_service.rb | 60 ++++++++++++--------- 2 files changed, 39 insertions(+), 27 deletions(-) diff --git a/src/app/controllers/storage_volume_controller.rb b/src/app/controllers/storage_volume_controller.rb index b89513a..fb6bc9c 100644 --- a/src/...
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...troller.rb | 7 --- src/app/controllers/pool_controller.rb | 7 --- src/app/controllers/quota_controller.rb | 8 --- src/app/controllers/smart_pools_controller.rb | 2 +- src/app/controllers/storage_controller.rb | 8 --- src/app/controllers/storage_volume_controller.rb | 8 --- src/app/controllers/vm_controller.rb | 13 +---- src/app/services/hardware_pool_service.rb | 1 - src/app/services/pool_service.rb | 1 - src/app/services/smart_pool_service.rb | 3 +- src/app/services/vm_resource_pool...
2009 May 19
1
re-sending outstanding controller refactoring patches after rebase
I've rebased the patch series to the current next branch and am sending them again.