Tomas Jelinek has submitted this change and it was merged. Change subject: core: Added a possibility to filter disks according explicitely set values ......................................................................
core: Added a possibility to filter disks according explicitely set values Added new query GetFilteredAttachableDisksQuery to filter by explicitely set OS and VDS Group. Needed when showing the attach disk dialog from new VM dialog where the VM is not yet created but the OS and the cluster is already known. Feature Page: http://www.ovirt.org/Features/Instance_Types Change-Id: If363cd92aa0071c88f2333294002ff8aa0da1b40 Bug-Url: https://bugzilla.redhat.com/1117489 Signed-off-by: Tomas Jelinek <[email protected]> --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/BaseGetAttachableDisksQuery.java A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAllAttachableDisksForVmQuery.java D backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAllAttachableDisksQuery.java A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetFilteredAttachableDisksQuery.java R backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/GetAllAttachableDisksForVmQueryParameters.java A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/GetFilteredAttachableDisksParameters.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java 8 files changed, 140 insertions(+), 65 deletions(-) Approvals: Tomas Jelinek: Verified Tal Nisan: Looks good to me, approved Objections: oVirt Jenkins CI Server: Fails -- To view, visit https://gerrit.ovirt.org/36060 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If363cd92aa0071c88f2333294002ff8aa0da1b40 Gerrit-PatchSet: 16 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Ala Hino <[email protected]> Gerrit-Reviewer: Amit Aviram <[email protected]> Gerrit-Reviewer: Candace Sheremeta <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Freddy Rolland <[email protected]> Gerrit-Reviewer: Idan Shaby <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
