Allon Mureinik has submitted this change and it was merged. Change subject: core: Remove ImageStatus.INVALID ......................................................................
core: Remove ImageStatus.INVALID The INVALID ImageStatus is not used anywhere in the codebase, and thus can be removed. Just to be on the safe side, this patch also includes an upgrade script to convert any pre-existing INVALID images in the database to ILLEGAL ones. Change-Id: I256b289ab0afad1adb97d6518c6e764f76bac25b Signed-off-by: Allon Mureinik <[email protected]> --- A backend/manager/dbscripts/upgrade/03_03_0100_update_imagestatus_invalid_to_illegal.sql M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ImageStatus.java M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Enums.java M frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/Enums.properties 4 files changed, 2 insertions(+), 4 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/14194 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I256b289ab0afad1adb97d6518c6e764f76bac25b Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Alissa Bonas <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Sergey Gotliv <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
