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 <vszocs(a)redhat.com>
---
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 <vszocs(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server