Vojtech Szocs has submitted this change and it was merged. Change subject: webadmin: Improve UI Plugin data reload logic ......................................................................
webadmin: Improve UI Plugin data reload logic UI Plugin infra was designed to allow reloading plugin meta-data and configuration without having to restart Engine, i.e. refreshing WebAdmin in browser reloads the plugin data automatically. This patch improves existing data reload logic, comparing cached data against (possibly missing) files, in addition to comparing (possibly added or modified) files against cached data. Change-Id: Ibefec7f4a5748b89e762b88eafed044fab977d04 Bug-Url: https://bugzilla.redhat.com/996563 Signed-off-by: Vojtech Szocs <[email protected]> --- M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/server/gwt/plugin/PluginDataManager.java 1 file changed, 47 insertions(+), 9 deletions(-) Approvals: Vojtech Szocs: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/20522 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibefec7f4a5748b89e762b88eafed044fab977d04 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
