search for: jguiditt

Displaying 8 results from an estimated 8 matches for "jguiditt".

2009 May 26
1
[PATCH server] BUG #478726
Decreased default time notifications display to be 3 seconds. Signed-off-by: Jason Guiditta <jguiditt at redhat.com> --- src/public/javascripts/jquery.jgrowl.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/public/javascripts/jquery.jgrowl.js b/src/public/javascripts/jquery.jgrowl.js index b803de8..1617be2 100644 --- a/src/public/javascripts/jquery.jgrowl.js +++...
2009 Jun 29
2
One more fix
This resend includes the rebase, but fixes a problem I just noticed with nil/empty checks.
2009 Jun 29
2
Resend of Cloud UI/service patches
This is a resend of the 2-patch series from a week or so ago, needed to be rebased due to some commits on next
2009 Jun 22
2
Patch series for Cloud Vm Actions
The following two patches should be applied in the order: * [PATCH server] Add svc_vm_actions method to VmService. * [PATCH server] Cloud UI layer to initiate actions on vms. The service layer patch should work fine on its own (and not break anything), but cloud patch relies on service being there.
2009 Jun 29
0
[PATCH server] Add svc_vm_actions method to VmService.
...rvice layer in one call and get back appropriate messages showing any failures without those failures also causing the entire call to fail, or forcing the client to implement handling (begin/rescue blocks) of these errors to continue through the submitted vm list. Signed-off-by: Jason Guiditta <jguiditt at redhat.com> --- src/app/models/vm.rb | 7 ++ src/app/models/vm_task.rb | 4 +- src/app/services/service_module_helper.rb | 34 +++++++ src/app/services/vm_service.rb | 33 ++++++- src/db-omatic/db_omatic.rb | 90 +++++...
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...lying admin (perhaps one wants to deply that elsewhere). For now this would have to be done manually, but perhaps in future we can setup the service layer/ar classes to be a separate rpm that two different wuis (admin/cloud) could call into, enhancing modularity. Signed-off-by: Jason Guiditta <jguiditt at redhat.com> --- src/app/controllers/cloud/cloud_controller.rb | 35 ++++ src/app/controllers/cloud/dashboard_controller.rb | 24 +++ src/app/controllers/cloud/instance_controller.rb | 95 +++++++++++ src/app/helpers/cloud/cloud_helper.rb | 21 +++ src/app/helpers...
2009 Jun 16
1
[PATCH server] Fix errors in controller tests.
A bunch of controllers were not extending ActionController::TestCase, and instead were just using the basic test/unit testcase, so we were not getting some of the rails baked-in stuff. Signed-off-by: Jason Guiditta <jguiditt at redhat.com> --- src/test/functional/host_controller_test.rb | 2 +- src/test/functional/nic_controller_test.rb | 2 +- src/test/functional/permission_controller_test.rb | 5 +++-- src/test/functional/quota_controller_test.rb | 2 +- src/test/functional/storage_c...
2009 Jun 29
3
[PATCH server] UI for accumulated uptime for VMs.
There's still a problem with this working on the cloud side, but that can be resolved in a subsequent commit. --- src/app/controllers/pool_controller.rb | 2 +- src/app/controllers/resources_controller.rb | 7 ++++++- src/app/controllers/smart_pools_controller.rb | 5 ++--- src/app/helpers/application_helper.rb | 14 ++++++++++++++ src/app/models/vm.rb