Re: [Engine-devel] GWT Dev Mode unbearably slow in WebAdmin

2014-02-17 Thread Martin Betak
Yes, this has been my developer experience since I joined the project. The 5-6 minute page-loads are a standard but the GWT Dev Mode gets progressively slower after each "refresh" that involves frontend recompilation. Also the memory consumption increases and after 5-th "refresh" or so I have to k

Re: [Engine-devel] bug-url requirement for stable branch backports

2014-01-30 Thread Martin Betak
+1 I think it will also speed up the backport of various critical fixes to 3.4 discovered before GA for which there is no BZ created. - Original Message - > From: "Itamar Heim" > To: "engine-devel" > Sent: Thursday, January 30, 2014 3:42:17 PM > Subject: [Engine-devel] bug-url requir

Re: [Engine-devel] proposing Arik Hadas as a maintainer of engine core

2014-01-30 Thread Martin Betak
> Subject: [Engine-devel] proposing Arik Hadas as a maintainer of engine core > > Dear engine-core maintainers, > I'd like to propose Arik Hadas as a maintainer of oVirt engine backend > > Since he started with oVirt project in October 2012 he was working in various > areas in engine core, demons

[Engine-devel] Inconsistent model->entity mapping in VmSnapshotListModel

2014-01-22 Thread Martin Betak
Hi all, during some of my frontend patches I noticed that the properties - singleQxlPci - allowConsoleReconnect - runAndPause are not mapped from UnitVmModel to VM business entity in VmSnapshotListModel#onCloneVm method while being mapped in all other fronted VM-related *ListModels (UserPortalLi

Re: [Engine-devel] Java Development Lifecycle

2013-08-27 Thread Martin Betak
For me personally the most time consuming part of development is when I have to frequently change/update configurations of the engine, I have to manually deal with the interactive setup wizzard. Thanks to the new development environment I managed to automate all other parts of my process using scri

Re: [Engine-devel] Guest Reboot

2013-06-13 Thread Martin Betak
- From: "Malini Rao" To: "Alissa Bonas" Cc: "Martin Betak" , engine-devel@ovirt.org Sent: Monday, June 10, 2013 5:58:12 PM Subject: Re: [Engine-devel] Guest Reboot I think a Power button icon like this one - http://us.123rf.com/400wm/400/400/vipervxw/vipervxw1210/v

Re: [Engine-devel] Guest Reboot

2013-06-10 Thread Martin Betak
- Original Message - > From: "Omer Frenkel" > To: "Martin Betak" > Cc: engine-devel@ovirt.org > Sent: Sunday, June 9, 2013 8:51:54 AM > Subject: Re: [Engine-devel] Guest Reboot > > As i understand it, reboot will do shutdown and initiate a r

Re: [Engine-devel] Guest Reboot

2013-06-10 Thread Martin Betak
- Original Message - > From: "Alissa Bonas" > To: "Martin Betak" > Cc: engine-devel@ovirt.org > Sent: Sunday, June 9, 2013 3:32:09 PM > Subject: Re: [Engine-devel] Guest Reboot > > I think that the icon suggested in the wiki looks more like &quo

[Engine-devel] Guest Reboot

2013-06-07 Thread Martin Betak
Hi, engine-devel Customers request the ability to reboot a VM with a single click so I started designing the overall architecture and planing out the required changes to the respective components. You can find the wiki page for the initial draft at [1] and I would like to ask you for your inpu

Re: [Engine-devel] Error building ovirt engine rpm.

2013-02-09 Thread Martin Betak
- Original Message - > From: snmis...@linux.vnet.ibm.com > To: engine-devel@ovirt.org > Sent: Saturday, February 9, 2013 2:59:32 AM > Subject: [Engine-devel] Error building ovirt engine rpm. > > > Hi, > > I tried building an ovirt engine RPM for the first time on my > Fedora17 machin

Re: [Engine-devel] engine-config behaviour on -g by alternateKey

2013-02-07 Thread Martin Betak
- Original Message - From: "Itamar Heim" To: "Martin Betak" Cc: engine-devel@ovirt.org Sent: Thursday, February 7, 2013 1:12:03 PM Subject: Re: [Engine-devel] engine-config behaviour on -g by alternateKey On 07/02/2013 12:08, Martin Betak wrote: > Hi All, >

[Engine-devel] engine-config behaviour on -g by alternateKey

2013-02-07 Thread Martin Betak
Hi All, I've been working on the ability to set keyboard layout for VNC server as per each individual VM. Currently the only option is to use engine-config to set the value globally, e.g. engine-config -s VncKeyboardLayout=en-us. After adding this option to database and respective entities ther