Maor Lipchuk has submitted this change and it was merged.
Change subject: core, db: View, DAO and entity updates for Image Upload frontend
......................................................................
core, db: View, DAO and entity updates for Image Upload frontend
The progress of an image upload operation will be displayed in the
webadmin disk list. In addition, the status will be used to determine
which upload operations are available (upload, pause, resume, etc).
In order to do this efficiently, the status of the upload should be
made available to the UI via propagation through the Disk object.
Change-Id: I3f9c17839086a2b63c65246a785b53cbe2829885
Related-To:
https://bugzilla.redhat.com/1091377
Signed-off-by: Greg Padgett <gpadgett(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage/Disk.java
M
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/DiskImageDaoImpl.java
M packaging/dbscripts/create_views.sql
3 files changed, 63 insertions(+), 1 deletion(-)
Approvals:
Eli Mesika: Looks good to me, but someone else must approve
Greg Padgett: Verified
Jenkins CI: Passed CI tests
Maor Lipchuk: Looks good to me, approved
--
To view, visit
https://gerrit.ovirt.org/53152
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3f9c17839086a2b63c65246a785b53cbe2829885
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(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: gerrit-hooks <automation(a)ovirt.org>