Change in ovirt-engine[ovirt-engine-3.6]: userportal, webadmin: boolean params not always parsed well f...
by tnisan@redhat.com
Tal Nisan has submitted this change and it was merged.
Change subject: userportal,webadmin: boolean params not always parsed well for browser plugins
......................................................................
userportal,webadmin: boolean params not always parsed well for browser plugins
The GWT JSNI sometimes returns the boolean as int and it needs to be casted
back to boolean
Change-Id: I715bae32006945ce5faa49402832742f25ac5e8e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1272181
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1273031
Signed-off-by: Tomas Jelinek <tjelinek(a)redhat.com>
---
M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/uicommon/SpicePluginImpl.java
1 file changed, 12 insertions(+), 15 deletions(-)
Approvals:
Tomas Jelinek: Verified; Looks good to me, approved
Jakub Niedermertl: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/47963
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I715bae32006945ce5faa49402832742f25ac5e8e
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.6
Gerrit-Owner: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Jakub Niedermertl <jniederm(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[master]: gluster: disbale rebalance for non distribute volumes
by sabose@redhat.com
Sahina Bose has submitted this change and it was merged.
Change subject: gluster: disbale rebalance for non distribute volumes
......................................................................
gluster: disbale rebalance for non distribute volumes
Disable gluster volume rebalance option for non
distribute volume in UI.
Change-Id: I9455294afe5f42c21922356b788079e9325c6714
Bug-Url: https://bugzilla.redhat.com/1261516
Signed-off-by: Ramesh Nachimuthu <rnachimu(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/volumes/VolumeListModel.java
1 file changed, 5 insertions(+), 2 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Kanagaraj M: Looks good to me, approved
Sahina Bose: Looks good to me, approved
Ramesh N: Verified
--
To view, visit https://gerrit.ovirt.org/48088
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9455294afe5f42c21922356b788079e9325c6714
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ramesh N <rnachimu(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Ramesh N <rnachimu(a)redhat.com>
Gerrit-Reviewer: Sahina Bose <sabose(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[ovirt-engine-3.6]: core: snapshot with multiple cinder disks reported as failed
by tnisan@redhat.com
Tal Nisan has submitted this change and it was merged.
Change subject: core: snapshot with multiple cinder disks reported as failed
......................................................................
core: snapshot with multiple cinder disks reported as failed
Creation of a snapshot with multiple Cinder disks is reported
as a failure since 'endAction' is invoked for each disk.
Hence, ensuring a single invocation by checking the size of
child commands list.
Change-Id: If42c8f940531bf3b3ad46e0b7baf72d1939d7436
Bug-Url: https://bugzilla.redhat.com/1277558
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/CreateCinderSnapshotCommand.java
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Jenkins CI: Passed CI tests
Daniel Erez: Verified
Maor Lipchuk: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/48063
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If42c8f940531bf3b3ad46e0b7baf72d1939d7436
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.6
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[ovirt-engine-3.6]: core: avoid NPE on add template when balloonEnabled is null
by tnisan@redhat.com
Tal Nisan has submitted this change and it was merged.
Change subject: core: avoid NPE on add template when balloonEnabled is null
......................................................................
core: avoid NPE on add template when balloonEnabled is null
When importing an image as template from Glance,
'balloonEnabled' is null. Consequently, an NPE
is thrown on VmDeviceUtils -> copyVmDevices.
Since 'balloonEnabled' been defaulted to null on
I16adef671bc77e26f56657add59621a1aa9b1c4a,
fixed by comparing to TRUE.
Change-Id: Ie54212974b8deea6141d0a1b07dca393565e1dc0
Bug-Url: https://bugzilla.redhat.com/1275629
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmTemplateCommand.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins CI: Passed CI tests
Daniel Erez: Verified
Oved Ourfali: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/48044
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie54212974b8deea6141d0a1b07dca393565e1dc0
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.6
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[master]: core: remove redundant a return statement
by derez@redhat.com
Daniel Erez has submitted this change and it was merged.
Change subject: core: remove redundant a return statement
......................................................................
core: remove redundant a return statement
Removed a redundant return statement on CreateCinderSnapshotCommand.
Change-Id: Iaeab1f3c482af12164ce9e42aea344370321436d
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/CreateCinderSnapshotCommand.java
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Daniel Erez: Verified
Jenkins CI: Passed CI tests
Maor Lipchuk: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/48066
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaeab1f3c482af12164ce9e42aea344370321436d
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[master]: engine: v2v is not handling 32bit vms
by shavivi@redhat.com
Shahar Havivi has submitted this change and it was merged.
Change subject: engine: v2v is not handling 32bit vms
......................................................................
engine: v2v is not handling 32bit vms
Change-Id: I3cae7a8c1b7178c2094a7451d1cd1320c1c9f368
Bug-Url:https://bugzilla.redhat.com/1277452
Signed-off-by: Shahar Havivi <shaharh(a)redhat.com>
---
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
Shahar Havivi: Verified; Passed CI tests
Arik Hadas: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/48059
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3cae7a8c1b7178c2094a7451d1cd1320c1c9f368
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <shavivi(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Shahar Havivi <shavivi(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[master]: userportal: Only assignable roles shown on VM/Template permi...
by tjelinek@redhat.com
Tomas Jelinek has submitted this change and it was merged.
Change subject: userportal: Only assignable roles shown on VM/Template permission tab
......................................................................
userportal: Only assignable roles shown on VM/Template permission tab
In userportal: The "Role to Assign" drop down list on VM/Template Permission
Popup View shows:
- only non-admin roles when logged as a standard user
- all roles (admin+user) when logged as an admin
The corresponding list in the webadmin shows all roles (since the logged user
is an admin).
The roles are filtered on business layer.
Change-Id: Iad85c4a242e196c7fa3a0fef4d18bdf96a36bbd2
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1273025
Signed-off-by: Marek Libra <mlibra(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAllRolesQuery.java
M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AbstractQueryTest.java
M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllRolesQueryTest.java
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/RoleDao.java
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/RoleDaoImpl.java
M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/RoleDaoTest.java
M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/permissions/AbstractPermissionsPopupView.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/users/AdElementListModel.java
M packaging/dbscripts/multi_level_administration_sp.sql
9 files changed, 58 insertions(+), 5 deletions(-)
Approvals:
Eli Mesika: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
Marek Libra: Verified
Arik Hadas: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/47779
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iad85c4a242e196c7fa3a0fef4d18bdf96a36bbd2
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Marek Libra <mlibra(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Marek Libra <mlibra(a)redhat.com>
Gerrit-Reviewer: Shmuel Leib Melamud <smelamud(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[master]: Revert "engine: IntegerValidation refactor"
by tnisan@redhat.com
Tal Nisan has submitted this change and it was merged.
Change subject: Revert "engine: IntegerValidation refactor"
......................................................................
Revert "engine: IntegerValidation refactor"
This patch reverts commit 314cb377bdaa42e5bfc67c828051db36364e603f which
caused a bug that made it impossible to create storage domains in the engine
Bug-Url: https://bugzilla.redhat.com/1277664
Bug-Url: https://bugzilla.redhat.com/1277667
Change-Id: I731d91126398fa54695e40cf314eac63ca7ffbe6
Signed-off-by: Tal Nisan <tnisan(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/NfsStorageModel.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModel.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/validation/IntegerValidation.java
D frontend/webadmin/modules/uicommonweb/src/test/java/org/ovirt/engine/ui/uicommonweb/validation/IntegerValidationTest.java
M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIMessages.java
5 files changed, 78 insertions(+), 90 deletions(-)
Approvals:
Tal Nisan: Verified; Passed CI tests
Daniel Erez: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/48062
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I731d91126398fa54695e40cf314eac63ca7ffbe6
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[master]: core: snapshot with multiple cinder disks reported as failed
by derez@redhat.com
Daniel Erez has submitted this change and it was merged.
Change subject: core: snapshot with multiple cinder disks reported as failed
......................................................................
core: snapshot with multiple cinder disks reported as failed
Creation of a snapshot with multiple Cinder disks is reported
as a failure since 'endAction' is invoked for each disk.
Hence, ensuring a single invocation by checking the size of
child commands list.
Change-Id: If42c8f940531bf3b3ad46e0b7baf72d1939d7436
Bug-Url: https://bugzilla.redhat.com/1277558
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/CreateCinderSnapshotCommand.java
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Jenkins CI: Passed CI tests
Daniel Erez: Verified
Maor Lipchuk: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/48054
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If42c8f940531bf3b3ad46e0b7baf72d1939d7436
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months
Change in ovirt-engine[master]: engine: Rename cpu-type IBM POWER 8
by oliel@redhat.com
Ori Liel has submitted this change and it was merged.
Change subject: engine: Rename cpu-type IBM POWER 8
......................................................................
engine: Rename cpu-type IBM POWER 8
Change "IBM POWER 8" to "IBM POWER8".
The displayed value comes from the database, so accordingly
the changes are in the DB scripts.
Bug-URL: https://bugzilla.redhat.com/1248867
Change-Id: Ib82590d829b577fc6612b73b1de279109edaf9c1
Signed-off-by: Ori Liel <oliel(a)redhat.com>
---
A packaging/dbscripts/upgrade/03_06_1950_rename_cpu_type_ibm_power_8.sql
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
2 files changed, 9 insertions(+), 7 deletions(-)
Approvals:
Ori Liel: Verified; Looks good to me, approved
Eli Mesika: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/47970
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib82590d829b577fc6612b73b1de279109edaf9c1
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Michal Skrivanek <mskrivan(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 2 months