Displaying 20 results from an estimated 28 matches for "sseago".
Did you mean:
seago
2009 May 22
1
[PATCH server] fix for BZ #477796: pool name uniqueness
We already had the validation rule in place, but the way the betternestedset API sets the parent_id the rules were being bypassed.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/models/pool.rb | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/app/models/pool.rb b/src/app/models/pool.rb
index 2979fcb..0a63723 100644
--- a/src/app/models/pool.rb
+++ b/src/app/models/pool.rb
@@ -65,6 +65,9 @@ class Pool < ActiveRe...
2009 May 29
1
[PATCH server] fixed UI update bug -- ignore task_types when it doesn't exist
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/views/task/_show.rhtml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/app/views/task/_show.rhtml b/src/app/views/task/_show.rhtml
index f4e001d..ff7d434 100644
--- a/src/app/views/task/_show.rhtml
+++ b/src/app/views/task/_show.rhtml
@...
2009 May 27
1
[PATCH server] Bug 478729 - Cannot add vm to smart pool after select one vm
There were two javascript functions with the same name, and the wrong one was being called. I renamed one to avoid conflicts.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/views/vm/add_to_smart_pool.rhtml | 3 ++-
src/public/javascripts/ovirt.js | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/app/views/vm/add_to_smart_pool.rhtml b/src/app/views/vm/add_to_smart_pool.rhtml
index cdfe92d..161496b 1...
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.
2009 May 26
1
[PATCH server] fix for Bug 466731 - There is no title for the third column in User Access page and can't be sorted
Added column title and made it sortable.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/models/pool.rb | 4 +++-
src/app/views/user/_grid.rhtml | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/app/models/pool.rb b/src/app/models/pool.rb
index 0a63723..3c95684 100644
--- a/src/app/models/pool.rb
+++ b/src/app/models...
2009 May 15
1
[PATCH server] provide default uuid and mac if not provided for create.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/services/vm_service.rb | 25 ++++++++++++++++---------
1 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/src/app/services/vm_service.rb b/src/app/services/vm_service.rb
index 4c29bcf..47ac5f5 100644
--- a/src/app/services/vm_service.rb
+++ b/src/app/se...
2009 May 22
1
[PATCH server] fixed smart pool 'save' regression.
The recent refactoring didn't work properly for new smart pools, so I've cleaned jup the parameter handling for the various pool 'create' actions.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/controllers/hardware_controller.rb | 5 +----
src/app/controllers/pool_controller.rb | 6 ++++--
src/app/controllers/resources_controller.rb | 6 ------
src/app/services/hardware_pool_service.rb | 4 ++--
src/app/services/smart_pool_service.rb...
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/...
2009 May 20
1
[PATCH server] don't add nil key to failures hash for PartialSuccessError handling.
In addition, removed unnecessary 'rescue' clauses and fixed a bug in a prior fix for this problem for the Permission and Network controllers.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/controllers/application.rb | 2 +-
src/app/controllers/network_controller.rb | 2 +-
src/app/controllers/permission_controller.rb | 6 ++----
src/app/controllers/resources_controller.rb | 5 ++---
src/app/controllers/storage_controller.rb...
2009 Jun 16
1
[PATCH server] Fix errors in controller tests.
...on_controller_test.rb b/src/test/functional/permission_controller_test.rb
index 0885890..49bf1ef 100644
--- a/src/test/functional/permission_controller_test.rb
+++ b/src/test/functional/permission_controller_test.rb
@@ -1,6 +1,7 @@
# Copyright (C) 2008 Red Hat, Inc.
-# Written by Scott Seago <sseago at redhat.com>
+# Written by Scott Seago <sseago at redhat.com>,
+# Jason Guiditta <jguiditt at redhat.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,7 +24,7 @@...
2009 Jul 16
0
[PATCH server] add network QMF apis. (still in progress)
This isn't yet functional, but I'm submitting the patch so Ian can continue work on it.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
.../lib/ovirt/controllers/network_controller.rb | 26 ++++++++++++++++++++
.../physical_network_impl_controller.rb | 10 +++++++
.../lib/ovirt/controllers/vlan_impl_controller.rb | 9 +++++++
src/ovirt-agent/ovirt_api.xml | 12 ++++...
2009 Jun 29
0
[PATCH server] Add svc_vm_actions method to VmService.
...;stop_vm', vms(:production_httpd_vm).id))
+ end
+end
diff --git a/src/test/unit/vm_test.rb b/src/test/unit/vm_test.rb
index 5e03715..a5d6b3d 100644
--- a/src/test/unit/vm_test.rb
+++ b/src/test/unit/vm_test.rb
@@ -1,6 +1,7 @@
#
# Copyright (C) 2008 Red Hat, Inc.
-# Written by Scott Seago <sseago at redhat.com>
+# Written by Scott Seago <sseago at redhat.com>,
+# Jason Guiditta <jguiditt at redhat.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +20,7 @@...
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 May 15
0
[PATCH server] use service layer for Network controller.
...dditional refactoring as we may want to eventually split out nic, bonding, and ip address manipulation into their own controller/svc module, but that would be a much more extensive redesign than we want to deal with for the overall service layer creation refactoring.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/controllers/network_controller.rb | 521 ++++++-----------------------
src/app/models/ip_address.rb | 11 +
src/app/models/network.rb | 12 +
src/app/models/physical_network.rb | 4 +
src/app/models/vlan.rb...
2009 May 18
0
[PATCH server] fixed functional tests after recent controller refactoring and managed node controller fixes.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/test/functional/host_controller_test.rb | 41 --------------------
.../functional/managed_node_configuration_test.rb | 14 ++++---
src/test/functional/nic_controller_test.rb | 8 ----
src/test/functional/permission_controller_test.rb | 15 ++++---...
2009 Jul 23
0
[PATCH server] Add network QMF apis.
From: Scott Seago <sseago at redhat.com>
This adds some of the network API stuff to ovirt-agent. It's still not
complete but what is there is functional.
Signed-off-by: Ian Main <imain at redhat.com>
---
src/ovirt-agent/lib/ovirt.rb | 3 +
.../ovirt/controllers/hardwarepool_controll...
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
I've pulled out the no-longer-necessary remnants of the old way of handling auth and before_filters as well as fixing a couple bugs that had crept in along the way.
Unit test fixes for the refactoring will follow in a subsequent patch.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
src/app/controllers/application.rb | 46 ----------------
src/app/controllers/hardware_controller.rb | 20 ++++----
src/app/controllers/host_controller.rb | 55 --------------------
src/app/controllers/network_controller.rb |...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...de 100644 src/config.ru
diff --git a/src/app/controllers/application.rb b/src/app/controllers/application.rb
deleted file mode 100644
index e50f71e..0000000
--- a/src/app/controllers/application.rb
+++ /dev/null
@@ -1,200 +0,0 @@
-#
-# Copyright (C) 2008 Red Hat, Inc.
-# Written by Scott Seago <sseago at redhat.com>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# bu...