[Engine-patches] Change in ovirt-engine[master]: core: simplify businessentity equals() methods [part 1]

2013-02-22 Thread gpadgett
Greg Padgett has uploaded a new change for review. Change subject: core: simplify businessentity equals() methods [part 1] .. core: simplify businessentity equals() methods [part 1] Instead of manually doing a null-safe comparis

[Engine-patches] Change in ovirt-engine[master]: userportal: Set default refresh rate to 30s

2013-02-22 Thread vszocs
Vojtech Szocs has uploaded a new change for review. Change subject: userportal: Set default refresh rate to 30s .. userportal: Set default refresh rate to 30s Work in progress, needs verification, use at own risk :-) Change-Id:

[Engine-patches] Change in ovirt-engine[master]: userportal: fix memory leak when VM selected

2013-02-22 Thread awels
Alexander Wels has posted comments on this change. Change subject: userportal: fix memory leak when VM selected .. Patch Set 7: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/12301 To

[Engine-patches] Change in ovirt-engine[master]: userportal: fix memory leak when VM selected

2013-02-22 Thread awels
Alexander Wels has posted comments on this change. Change subject: userportal: fix memory leak when VM selected .. Patch Set 5: Looks good to me, but someone else must approve Removed the if(this.model != model). -- To view, v

[Engine-patches] Change in ovirt-engine[master]: ui: Fix possible NPE in VmListModel

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: ui: Fix possible NPE in VmListModel .. ui: Fix possible NPE in VmListModel Fixed a possible NullPointerException in VmListModel, as retVal.isSucceeded() is cal

[Engine-patches] Change in ovirt-engine[master]: ui: AddDataCenterRM redundant null check

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: ui: AddDataCenterRM redundant null check .. ui: AddDataCenterRM redundant null check The rollback3() method checks model for being null a couple of lines after

[Engine-patches] Change in ovirt-engine[master]: tools: StandaloneDataSource: configReader.close

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: tools: StandaloneDataSource: configReader.close .. tools: StandaloneDataSource: configReader.close Fixed a possible NPE when closing configReader in the finall

[Engine-patches] Change in ovirt-engine[master]: tools: StandaloneDataSource: add @Override

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: tools: StandaloneDataSource: add @Override .. tools: StandaloneDataSource: add @Override Added missing @Override annotations to StandaloneDataSource's methods.

[Engine-patches] Change in ovirt-engine[master]: packaging: Remove Module.resourcePath

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: packaging: Remove Module.resourcePath .. packaging: Remove Module.resourcePath The resourcePath member in Module is never initialized, and in fact, there is no

[Engine-patches] Change in ovirt-engine[master]: userportal: fix possible NPE in % progress bar

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: userportal: fix possible NPE in % progress bar .. userportal: fix possible NPE in % progress bar DoublePercentageProgressBar unboxes valueA and valueB (into fa

[Engine-patches] Change in ovirt-engine[master]: core: Remove vdsGroups member from storage_pool

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: Remove vdsGroups member from storage_pool .. core: Remove vdsGroups member from storage_pool Removed the private member "vdsGroups" from the storage_pool

[Engine-patches] Change in ovirt-engine[master]: core: Fix DnsSRVLocator possible NPE

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: Fix DnsSRVLocator possible NPE .. core: Fix DnsSRVLocator possible NPE getSRVResult extracted recordList's length before null-checking it, which may have

[Engine-patches] Change in ovirt-engine[master]: core: Remove vm_last_up_time member from VmDynamic

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: Remove vm_last_up_time member from VmDynamic .. core: Remove vm_last_up_time member from VmDynamic Removed the private member "vm_last_up_time" from the

[Engine-patches] Change in ovirt-engine[master]: ui: Simplify keySelected eval in KeyValueModel

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: ui: Simplify keySelected eval in KeyValueModel .. ui: Simplify keySelected eval in KeyValueModel Simplify the evaluation of eventRaised()'s keySelected variabl

[Engine-patches] Change in ovirt-engine[master]: core: GSSAPIDirContextAuthentication null-check

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: GSSAPIDirContextAuthentication null-check .. core: GSSAPIDirContextAuthentication null-check Removed a redundant null check on the "result" variable, sin

[Engine-patches] Change in ovirt-engine[master]: core: EJBUtilsStratehy - fix NPE in error log

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: EJBUtilsStratehy - fix NPE in error log .. core: EJBUtilsStratehy - fix NPE in error log In the findBean method, jndiNameSB is initialized inside the try

[Engine-patches] Change in ovirt-engine[master]: userportal: fix memory leak when VM selected

2013-02-22 Thread vszocs
Vojtech Szocs has posted comments on this change. Change subject: userportal: fix memory leak when VM selected .. Patch Set 3: Long story short: I think we should remove "if (this.model != model)" condition in FormBuilder.show

[Engine-patches] Change in ovirt-engine[master]: userportal: fix memory leak when VM selected

2013-02-22 Thread vszocs
Vojtech Szocs has posted comments on this change. Change subject: userportal: fix memory leak when VM selected .. Patch Set 3: Except one question (below) the patch looks good. I fixed some code formatting, e.g. "if(.." should

[Engine-patches] Change in ovirt-engine[master]: webadmin, userportal: Improve form-based sub tabs

2013-02-22 Thread vszocs
Vojtech Szocs has posted comments on this change. Change subject: webadmin,userportal: Improve form-based sub tabs .. Patch Set 1: Verified Verified in FF10/Linux (WebAdmin, UserPortal) and in IE8 (UserPortal). Form-based sub

[Engine-patches] Change in ovirt-engine-cli[master]: cli: collection-based-options could be passed in 2 ways(#859...

2013-02-22 Thread rnori
Ravi Nori has posted comments on this change. Change subject: cli: collection-based-options could be passed in 2 ways(#859684) .. Patch Set 1: Verified -- To view, visit http://gerrit.ovirt.org/12324 To unsubscribe, visit http:

[Engine-patches] Change in ovirt-engine-cli[master]: cli: collection-based-options could be passed in 2 ways(#859...

2013-02-22 Thread rnori
Ravi Nori has uploaded a new change for review. Change subject: cli: collection-based-options could be passed in 2 ways(#859684) .. cli: collection-based-options could be passed in 2 ways(#859684) Collection based options can be

[Engine-patches] Change in ovirt-engine-cli[master]: cli: collection-based-options could be passed in 2 ways(#859...

2013-02-22 Thread rnori
Ravi Nori has abandoned this change. Change subject: cli: collection-based-options could be passed in 2 ways(#859684) .. Patch Set 1: Abandoned Will submit another patch -- To view, visit http://gerrit.ovirt.org/12323 To unsub

[Engine-patches] Change in ovirt-engine-cli[master]: cli: collection-based-options could be passed in 2 ways(#859...

2013-02-22 Thread rnori
Ravi Nori has uploaded a new change for review. Change subject: cli: collection-based-options could be passed in 2 ways(#859684) .. cli: collection-based-options could be passed in 2 ways(#859684) Collection based options can be

[Engine-patches] Change in ovirt-engine[master]: core: Move the session cleaner interceptor to bll

2013-02-22 Thread juan . hernandez
Juan Hernandez has posted comments on this change. Change subject: core: Move the session cleaner interceptor to bll .. Patch Set 1: Verified Federico, this was the reason the browser kept asking for the user name and password

[Engine-patches] Change in ovirt-engine[master]: core: Move the session cleaner interceptor to bll

2013-02-22 Thread juan . hernandez
Juan Hernandez has uploaded a new change for review. Change subject: core: Move the session cleaner interceptor to bll .. core: Move the session cleaner interceptor to bll Commit 028ff6 moved the utils library to a JBoss module,

[Engine-patches] Change in ovirt-engine[master]: engine:solve the language switch fuction failure problem

2013-02-22 Thread awels
Alexander Wels has posted comments on this change. Change subject: engine:solve the language switch fuction failure problem .. Patch Set 1: I would prefer that you didn't submit this Yes this is a duplicate of that issue, the p

[Engine-patches] Change in ovirt-engine[master]: core: Added RegisterDiskCommand and GetUnregisteredDisksQuer...

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Added RegisterDiskCommand and GetUnregisteredDisksQuery .. Patch Set 5: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ov

[Engine-patches] Change in ovirt-engine[master]: core: Unfilter ImagesHandler.PerformImagesChecks

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Unfilter ImagesHandler.PerformImagesChecks .. Patch Set 1: Verified -- To view, visit http://gerrit.ovirt.org/12321 To unsubscribe, visit http://gerrit.ov

[Engine-patches] Change in ovirt-engine[master]: core: Add ImagesHandler.filterEditableImageDisks

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Add ImagesHandler.filterEditableImageDisks .. Patch Set 1: Verified -- To view, visit http://gerrit.ovirt.org/12320 To unsubscribe, visit http://gerrit.ov

[Engine-patches] Change in ovirt-engine[master]: core: ImageHandlerTest - add missing annotation

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: ImageHandlerTest - add missing annotation .. Patch Set 1: Verified -- To view, visit http://gerrit.ovirt.org/12319 To unsubscribe, visit http://gerrit.ovi

[Engine-patches] Change in ovirt-engine[master]: core: ImagesHandler: filterImageDisks readability

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: ImagesHandler: filterImageDisks readability .. Patch Set 1: Verified -- To view, visit http://gerrit.ovirt.org/12318 To unsubscribe, visit http://gerrit.o

[Engine-patches] Change in ovirt-engine[master]: core: Add ImagesHandler.filterEditableImageDisks

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: Add ImagesHandler.filterEditableImageDisks .. core: Add ImagesHandler.filterEditableImageDisks In the current implementation, an image that can be snapsh

[Engine-patches] Change in ovirt-engine[master]: core: Unfilter ImagesHandler.PerformImagesChecks

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: Unfilter ImagesHandler.PerformImagesChecks .. core: Unfilter ImagesHandler.PerformImagesChecks Before this patch, ImagesHandler.PerformImagesChecks recei

[Engine-patches] Change in ovirt-engine[master]: core: ImagesHandler: filterImageDisks readability

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: ImagesHandler: filterImageDisks readability .. core: ImagesHandler: filterImageDisks readability Improved readability of ImagesHandler.filterImageDisks:

[Engine-patches] Change in ovirt-engine[master]: core: ImageHandlerTest - add missing annotation

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: ImageHandlerTest - add missing annotation .. core: ImageHandlerTest - add missing annotation Added the missing @Test annotation to testGetAllStorageIdsFo

[Engine-patches] Change in ovirt-engine[master]: core: Added RegisterDiskCommand and GetUnregisteredDisksQuer...

2013-02-22 Thread cmorriss
Chris Morrissey has posted comments on this change. Change subject: core: Added RegisterDiskCommand and GetUnregisteredDisksQuery .. Patch Set 5: Patch set 5 includes fixes for all inline comments from patch set 4 as well as a

[Engine-patches] Change in ovirt-engine[master]: userportal: fix memory leak when VM selected

2013-02-22 Thread awels
Alexander Wels has posted comments on this change. Change subject: userportal: fix memory leak when VM selected .. Patch Set 2: Verified; Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org

[Engine-patches] Change in ovirt-engine[master]: core: Extract SD validations from ImagesHandler

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Extract SD validations from ImagesHandler .. Patch Set 4: Verified Removed useless ImagesHandler.PerformImagesCheck call from AddDiskCommand - see detail

[Engine-patches] Change in ovirt-engine[master]: core: Move lock RunVmCommand -> RunVmCommandBase

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Move lock RunVmCommand -> RunVmCommandBase .. Patch Set 1: Verified -- To view, visit http://gerrit.ovirt.org/12315 To unsubscribe, visit http://gerrit.ov

[Engine-patches] Change in ovirt-engine[master]: core: Move lock RunVmCommand -> RunVmCommandBase

2013-02-22 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: Move lock RunVmCommand -> RunVmCommandBase .. core: Move lock RunVmCommand -> RunVmCommandBase Move RunVmCommand's exclusive lock up to its ancestor, Run

[Engine-patches] Change in ovirt-engine[master]: webadmin: Remove useless null check

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: webadmin: Remove useless null check .. webadmin: Remove useless null check Remove a useless null check from VdcQueryReturnValue_CustomFieldSerializer's

[Engine-patches] Change in ovirt-engine[master]: build: NlsCheck - proper inner class

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: build: NlsCheck - proper inner class .. build: NlsCheck - proper inner class Made the inner class QuotedString private static, as it is not used outsid

[Engine-patches] Change in ovirt-engine[master]: build: NlsCheck - unwrap else clause

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: build: NlsCheck - unwrap else clause .. build: NlsCheck - unwrap else clause Unwrapped a useless else clause, since the if clause does not terminate pr

[Engine-patches] Change in ovirt-engine[master]: build: NlsCheck - unwrap else clause

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: build: NlsCheck - unwrap else clause .. Patch Set 2: Verified; Looks good to me, approved Rebased, no code changes. +2 by Tal, +1 by Maor, Liron Alissa. -- To

[Engine-patches] Change in ovirt-engine[master]: build: NlsCheck - proper inner class

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: build: NlsCheck - proper inner class .. Patch Set 2: Verified; Looks good to me, approved Rebased, no code changes. +2 by Tal, +1 by Maor and Alissa. -- To vie

[Engine-patches] Change in ovirt-engine[master]: webadmin: Remove useless null check

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: webadmin: Remove useless null check .. Patch Set 2: Verified; Looks good to me, approved Rebased, no code changes. +2 by Tal. -- To view, visit http://gerrit.o

[Engine-patches] Change in ovirt-engine[master]: core: Clean up exception in AuditLogDirectorTest

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: Clean up exception in AuditLogDirectorTest .. core: Clean up exception in AuditLogDirectorTest Fixed an Exception being printed in AuditLgDirecto

[Engine-patches] Change in ovirt-engine[master]: core: DbFacadeUtils basic Java cleanup

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: DbFacadeUtils basic Java cleanup .. core: DbFacadeUtils basic Java cleanup Some basic Java cleanup - removed useless commit message, added braces

[Engine-patches] Change in ovirt-engine[master]: core: Fix NPE in AuditLogableBaseTest

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: Fix NPE in AuditLogableBaseTest .. core: Fix NPE in AuditLogableBaseTest AuditLogableBaseTest would print an annoying NullPointerException stackt

[Engine-patches] Change in ovirt-engine[master]: core: DbFacadeUtils basic Java cleanup

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: DbFacadeUtils basic Java cleanup .. Patch Set 2: Verified; Looks good to me, approved Rebased, no code changes. +2 by Maor, +1 by Alissa. -- To view, vis

[Engine-patches] Change in ovirt-engine[master]: core: Clean up exception in AuditLogDirectorTest

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Clean up exception in AuditLogDirectorTest .. Patch Set 2: Verified; Looks good to me, approved Rebased, removed commented out import as per Alissa's sugg

[Engine-patches] Change in ovirt-engine[master]: core: Fix NPE in AuditLogableBaseTest

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix NPE in AuditLogableBaseTest .. Patch Set 2: Verified; Looks good to me, approved Rebased, no code changes. +2 by Maor, +1 by Vered and Alissa. -- To

[Engine-patches] Change in ovirt-engine[master]: core: Clean up exception in AuditLogDirectorTest

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Clean up exception in AuditLogDirectorTest .. Patch Set 1: (1 inline comment) File backend/manager/m

[Engine-patches] Change in ovirt-engine[master]: core: Clean up Version.OpEquality

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: Clean up Version.OpEquality .. core: Clean up Version.OpEquality Proper handling of boolean values in OpEquality. Change-Id: Ib09be089763a101ff7

[Engine-patches] Change in ovirt-engine[master]: core: Clean up Version.OpEquality

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Clean up Version.OpEquality .. Patch Set 3: Verified; Looks good to me, approved Rebased, no code changes. +2 by Tal, +1 Vered. -- To view, visit http://

[Engine-patches] Change in ovirt-engine[master]: core: PropertyInfo method name

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: PropertyInfo method name .. core: PropertyInfo method name Changes PropertyInfo' GetValue method to getValue, as per Java conventions. Change-Id

[Engine-patches] Change in ovirt-engine[master]: core: PropertyInfo method name

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: PropertyInfo method name .. Patch Set 3: Verified; Looks good to me, approved Rebased, no code changes. +2 by Tal, +1 Vered. -- To view, visit http://ger

[Engine-patches] Change in ovirt-engine[master]: core: Fix log modifiers in PropretyInfo

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix log modifiers in PropretyInfo .. Patch Set 3: Verified; Looks good to me, approved Rebased, no code changes. +2 by Tal -- To view, visit http://gerri

[Engine-patches] Change in ovirt-engine[master]: core: Fix log modifiers in PropretyInfo

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: Fix log modifiers in PropretyInfo .. core: Fix log modifiers in PropretyInfo Fixed PropertyInfo's log to have correct modifiers, as per Java conv

[Engine-patches] Change in ovirt-engine[master]: core: Remove PropertyCompat

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: Remove PropertyCompat .. core: Remove PropertyCompat PropertyCompat was an empty extension to PropertyInfo, with no additional logic of it's own,

[Engine-patches] Change in ovirt-engine[master]: core: Remove PropertyCompat

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Remove PropertyCompat .. Patch Set 3: Verified; Looks good to me, approved Rebased, no code changes. +2 by Tal, +1 by Maor and Vered. -- To view, visit h

[Engine-patches] Change in ovirt-engine[master]: core: JUnit 4 style for PropertyCompatTest

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: JUnit 4 style for PropertyCompatTest .. core: JUnit 4 style for PropertyCompatTest Fixed PropertyCompatTest to use JUnit 4 style instead of JUnit

[Engine-patches] Change in ovirt-engine[master]: core: JUnit 4 style for PropertyCompatTest

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: JUnit 4 style for PropertyCompatTest .. Patch Set 2: Verified; Looks good to me, approved Rebased, no code changes. +2 by Maor, +1 by Alissa. -- To view,

[Engine-patches] Change in ovirt-engine[master]: core: TypeCompat - make log final

2013-02-22 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: TypeCompat - make log final .. core: TypeCompat - make log final Fixed the log's modifiers, as per proper Java conventions. Change-Id: Ia540ae7e

[Engine-patches] Change in ovirt-engine[master]: core: TypeCompat - make log final

2013-02-22 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: TypeCompat - make log final .. Patch Set 2: Verified; Looks good to me, approved Rebased, no code changes. +2 by Maor, +1 by Alissa. -- To view, visit ht

[Engine-patches] Change in ovirt-iso-uploader[master]: cleanup: pep8 compliant

2013-02-22 Thread juan . hernandez
Juan Hernandez has posted comments on this change. Change subject: cleanup: pep8 compliant .. Patch Set 1: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/12314 To unsubscribe, visit ht

[Engine-patches] Change in ovirt-iso-uploader[master]: cleanup: pep8 compliant

2013-02-22 Thread sbonazzo
Sandro Bonazzola has posted comments on this change. Change subject: cleanup: pep8 compliant .. Patch Set 1: Verified just for having make check running without failures. -- To view, visit http://gerrit.ovirt.org/12314 To unsu

[Engine-patches] Change in ovirt-iso-uploader[master]: cleanup: pep8 compliant

2013-02-22 Thread sbonazzo
Sandro Bonazzola has uploaded a new change for review. Change subject: cleanup: pep8 compliant .. cleanup: pep8 compliant Change-Id: Ic1c47d19ba75c7b681c132d6a5738448d9a5d5b8 Signed-off-by: Sandro Bonazzola --- M src/__main__.p

[Engine-patches] Change in ovirt-engine[master]: packaging: changed psql execution environment

2013-02-22 Thread sbonazzo
Sandro Bonazzola has posted comments on this change. Change subject: packaging: changed psql execution environment .. Patch Set 3: Verified -- To view, visit http://gerrit.ovirt.org/12227 To unsubscribe, visit http://gerrit.ovi

[Engine-patches] Change in ovirt-engine[master]: packaging: Add beanutils as dependency of utils

2013-02-22 Thread juan . hernandez
Juan Hernandez has submitted this change and it was merged. Change subject: packaging: Add beanutils as dependency of utils .. packaging: Add beanutils as dependency of utils This is needed by the OVF related code. Change-Id:

[Engine-patches] Change in ovirt-engine[master]: packaging: Add beanutils as dependency of utils

2013-02-22 Thread juan . hernandez
Juan Hernandez has posted comments on this change. Change subject: packaging: Add beanutils as dependency of utils .. Patch Set 1: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/12313 To unsubscribe, visit

[Engine-patches] Change in ovirt-engine[master]: packaging: Add beanutils as dependency of utils

2013-02-22 Thread fsimonce
Federico Simoncelli has posted comments on this change. Change subject: packaging: Add beanutils as dependency of utils .. Patch Set 1: Verified; Looks good to me, but someone else must approve -- To view, visit http://gerrit.o

[Engine-patches] Change in ovirt-engine[master]: packaging: Add beanutils as dependency of utils

2013-02-22 Thread juan . hernandez
Juan Hernandez has uploaded a new change for review. Change subject: packaging: Add beanutils as dependency of utils .. packaging: Add beanutils as dependency of utils This is needed by the OVF related code. Change-Id: I633a0a3

[Engine-patches] Change in ovirt-engine[master]: engine: Support for gluster asynchronous tasks(WIP)

2013-02-22 Thread sabose
Sahina Bose has posted comments on this change. Change subject: engine: Support for gluster asynchronous tasks(WIP) .. Patch Set 3: (1 inline comment) File backend/manager/m

[Engine-patches] Change in ovirt-engine[master]: core: Added RegisterDiskCommand and GetUnregisteredDisksQuer...

2013-02-22 Thread mpastern
Michael Pasternak has posted comments on this change. Change subject: core: Added RegisterDiskCommand and GetUnregisteredDisksQuery .. Patch Set 4: You're right Chris, If you'll take a look at general comment in patch set 1, i

[Engine-patches] Change in ovirt-engine[master]: packaging: changed psql execution environment

2013-02-22 Thread juan . hernandez
Juan Hernandez has posted comments on this change. Change subject: packaging: changed psql execution environment .. Patch Set 2: Looks good to me, but someone else must approve (1 inline comment) Only a very minor comment insi

[Engine-patches] Change in ovirt-engine[master]: packaging: changed psql execution environment

2013-02-22 Thread sbonazzo
Sandro Bonazzola has posted comments on this change. Change subject: packaging: changed psql execution environment .. Patch Set 2: Verified -- To view, visit http://gerrit.ovirt.org/12227 To unsubscribe, visit http://gerrit.ovi