[ovirt-devel] Sortable columns in UI

2014-05-13 Thread Vojtech Szocs
Hey guys, oVirt UI has been missing column sort functionality for quite a while now, but here's some good news. I've just merged patch [1] that adds support for both server-side and client-side sorting of table columns. This patch adds the necessary infra/API; column sorting must be enabled

Re: [ovirt-devel] Sortable columns in UI

2014-05-13 Thread Vojtech Szocs
to dark grey - cursor changes to hand (CSS cursor:pointer) - using default GWT CellTable triangle icon (Above default styling can be changed anytime.) Vojtech - Original Message - From: Einav Cohen eco...@redhat.com To: Vojtech Szocs vsz...@redhat.com, Malini Rao m...@redhat.com Cc

Re: [ovirt-devel] UX debug mode in chrome

2014-05-22 Thread Vojtech Szocs
- Original Message - From: Alexander Wels aw...@redhat.com To: devel@ovirt.org Sent: Wednesday, May 21, 2014 9:44:36 PM Subject: [ovirt-devel] UX debug mode in chrome Hi, This is a warning for everyone using Chrome to run in debug mode for GWT debugging. As of Chrome 35, the

Re: [ovirt-devel] UI bug in Ovirt new/edit cluster popup

2014-05-22 Thread Vojtech Szocs
- Original Message - From: Greg Sheremeta gsher...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: Kanagaraj kmayi...@redhat.com, Karnan Chidambarakani kchid...@redhat.com, devel@ovirt.org Sent: Thursday, May 22, 2014 5:51:31 PM Subject: Re: [ovirt-devel] UI bug in Ovirt new

Re: [ovirt-devel] Python-GTK User Portal

2014-05-29 Thread Vojtech Szocs
- Original Message - From: Amador Pahim ama...@pahim.org To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org Sent: Wednesday, May 28, 2014 4:10:51 PM Subject: Re: [ovirt-devel] Python-GTK User Portal On Tue, May 27, 2014 at 7:48 AM, Vojtech Szocs vsz...@redhat.com wrote: Hi

[ovirt-devel] Gamification session coming up on Monday

2014-05-30 Thread Vojtech Szocs
Hi guys, we're organizing a session devoted to Gamification [1] on Monday, sometime around 2-4 pm CET, exact time as well as email invitation will be sent out on Monday. As you might already know, Gamification is the initiative whose goal is rather simple: have fun and learn about oVirt at the

Re: [ovirt-devel] fixing whitespace in ui.xml files

2014-06-02 Thread Vojtech Szocs
- Original Message - From: Gilad Chaplik gchap...@redhat.com To: Lior Vernia lver...@redhat.com Cc: Greg Sheremeta gsher...@redhat.com, devel@ovirt.org, Alexander Wels aw...@redhat.com, Vojtech Szocs vsz...@redhat.com, Einav Cohen eco...@redhat.com, Alona Kaplan alkap

[ovirt-devel] Gamification session / ProgressBar UI plugin

2014-06-02 Thread Vojtech Szocs
:20140602T125619Z SEQUENCE:0 DESCRIPTION:The following is a new meeting request:\n\nSubject: Gamification session / ProgressBar UI plugin \nOrganizer: Vojtech Szocs vszocs@redhat .com \n\nTime: Monday\, June 9\, 2014\, 3:00:00 PM - 4:00:00 PM GMT +01:00 Belgrade\, Bratislava\, Budapest\, Ljubljana

Re: [ovirt-devel] Sortable Ui Columns

2014-06-02 Thread Vojtech Szocs
- Original Message - From: Alexander Wels aw...@redhat.com To: Lior Vernia lver...@redhat.com Cc: devel@ovirt.org Sent: Monday, June 2, 2014 3:35:51 PM Subject: Re: [ovirt-devel] Sortable Ui Columns On Monday, June 02, 2014 11:27:26 AM Lior Vernia wrote: After discussing this

Re: [ovirt-devel] Sortable Ui Columns

2014-06-02 Thread Vojtech Szocs
- Original Message - From: Vojtech Szocs vsz...@redhat.com To: aw...@redhat.com Cc: devel@ovirt.org Sent: Monday, June 2, 2014 4:37:27 PM Subject: Re: [ovirt-devel] Sortable Ui Columns - Original Message - From: Alexander Wels aw...@redhat.com To: Lior Vernia lver

Re: [ovirt-devel] Question/thoughts about our engine logging framework

2014-06-13 Thread Vojtech Szocs
- Original Message - From: Martin Perina mper...@redhat.com To: Yair Zaslavsky yzasl...@redhat.com Cc: devel@ovirt.org Sent: Friday, June 13, 2014 10:43:59 AM Subject: Re: [ovirt-devel] Question/thoughts about our engine logging framework Hi Yair, I had in my mind to clean

Re: [ovirt-devel] Proposal: using Bootstrap CSS grids for layout

2014-06-13 Thread Vojtech Szocs
Hi Greg, I know I'm probably late with my feedback, I've just read the feature wiki more closely and I agree that it's a much needed feature. Even though the immediate benefit might not be visible to end users, we need a sustainable and responsive UI layout system, compliant with recent standards

[ovirt-devel] Announcing oVirt.js prototype

2014-06-17 Thread Vojtech Szocs
Hello everyone, in past few weeks, we've been working on JavaScript SDK for oVirt Engine. Today, I'm happy to announce the first prototype called oVirt.js :) Attached, there's an sdk-testdrive UI plugin which: - bundles oVirt.js prototype [ovirt.js] - contains test code for DataCenter object

Re: [ovirt-devel] GWT/Frontent - Looking for convinient way to seperate the data from presentation in combo boxes

2014-06-20 Thread Vojtech Szocs
Hi Yair, sorry for my late response. As Lior mentioned, ListModelListBox accepts Renderer that is passed to ValueListBox constructor. The purpose of a Renderer is to create user presentable string for given item (T). The fact that getValue() returns T rather than String is expected, as T is the

[ovirt-devel] Update on UI column sort infra issues

2014-06-27 Thread Vojtech Szocs
Hi guys, just a quick update on issues related to UI column sort infra. The client-side sorting fix [1] is now merged in master branch. The server-side sorting fix [2] is pending review. Also note that Lior merged a patch [3] which greatly simplifies code when making text-based columns

[ovirt-devel] Note on SearchableListModel.supportsServerSideSorting override

2014-06-27 Thread Vojtech Szocs
Hi guys, I see that some UiCommon models, such as VmListModel, already have override for SearchableListModel.supportsServerSideSorting method. In general, any SearchableListModel subclass should contain: @Override public boolean supportsServerSideSorting() { return true; } if, and only if,

[ovirt-devel] UI plugins - talking with Engine via JSESSIONID now requires separate request header

2014-07-15 Thread Vojtech Szocs
Hi guys, please be advised, patch for master [1] as well as ovirt-engine-3.5 [2] branch was merged recently. This patch enables CSRF (Cross-Site Request Forgery) protection for REST API session acquired by WebAdmin UI plugin infrastructure. If you maintain UI plugin(s) and utilize

Re: [ovirt-devel] UI plugins - talking with Engine via JSESSIONID now requires separate request header

2014-07-15 Thread Vojtech Szocs
- Original Message - From: Alon Bar-Lev alo...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org, Oved Ourfalli ov...@redhat.com, René Koch r.k...@ovido.at Sent: Tuesday, July 15, 2014 7:17:40 PM Subject: Re: [ovirt-devel] UI plugins - talking with Engine via

Re: [ovirt-devel] GWT debug slowness.

2014-07-30 Thread Vojtech Szocs
Hi Alex, (adding devel list to share it with others) I really appreciate that you took the time to analyze GWT EventBus activity! As we discussed on IRC, @ProxyEvent in AbstractSubTabPresenter is the most likely cause of overall UI slowness after successful user authentication. Fix for this

[ovirt-devel] JUnit rule for testing UiCommon code

2014-08-04 Thread Vojtech Szocs
Hi, I wrote a small patch to aid UI developers in testing UiCommon code: http://gerrit.ovirt.org/#/c/31021/ This patch adds a JUnit rule used to set up the necessary UiCommon infrastructure (represented by mock objects) as expected by existing code (hidden expectations represented by static

[ovirt-devel] oVirt 2nd test day (late) report - 1080002 [Enable user defined Windows Sysprep file]

2014-08-07 Thread Vojtech Szocs
Hi, I missed the 2nd test day (due to vacation) so I did some testing now. I've re-tested Windows Sysprep file feature, didn't find any issues. Installed Win7x64, sealed it via Sysprep, entered custom Sysprep file into VM dialog (Initial Run / Sysprep) and ran the VM to see changes in effect.

Re: [ovirt-devel] [ATTN] GWT Debug mode is now 2x faster!

2014-08-08 Thread Vojtech Szocs
- Original Message - From: Greg Sheremeta gsher...@redhat.com To: devel@ovirt.org Cc: aw...@redhat.com, eco...@redhat.com, Vojtech Szocs vsz...@redhat.com Sent: Wednesday, August 6, 2014 2:09:03 PM Subject: [ATTN] GWT Debug mode is now 2x faster! [changing the subject to be more

Re: [ovirt-devel] [GUI] Generic Event/IEventListener

2014-08-08 Thread Vojtech Szocs
- Original Message - From: Lior Vernia lver...@redhat.com To: devel@ovirt.org Cc: Vojtech Szocs vsz...@redhat.com, Alexander Wels aw...@redhat.com, Einav Cohen eco...@redhat.com Sent: Thursday, August 7, 2014 2:15:50 PM Subject: [GUI] Generic Event/IEventListener Hello

Re: [ovirt-devel] [ATTN] GWT Debug mode is now 2x faster!

2014-08-11 Thread Vojtech Szocs
README.developer file. Vojtech Thanks - Original Message - From: Vojtech Szocs vsz...@redhat.com To: devel@ovirt.org Cc: aw...@redhat.com, eco...@redhat.com, gsher...@redhat.com Sent: Wednesday, July 30, 2014 11:19:46 AM Subject: Re: GWT debug slowness. Hi Alex

Re: [ovirt-devel] [ATTN] GWT Debug mode is now 2x faster!

2014-08-11 Thread Vojtech Szocs
- Original Message - From: Vojtech Szocs vsz...@redhat.com To: Eli Mesika emes...@redhat.com Cc: devel@ovirt.org Sent: Monday, August 11, 2014 3:40:41 PM Subject: Re: [ovirt-devel] [ATTN] GWT Debug mode is now 2x faster! - Original Message - From: Eli Mesika emes

Re: [ovirt-devel] popup dialog

2014-08-13 Thread Vojtech Szocs
Hi, in order to add new dialog, follow these steps: 1, create UiCommon model for the dialog, I see you already did this (TemplateBackupModel) - however from your code I don't understand why is there an unused _asyncQuery inside model constructor 2, modify existing list model to trigger

Re: [ovirt-devel] popup dialog

2014-08-13 Thread Vojtech Szocs
.) Regards, Vojtech - Original Message - From: Vojtech Szocs vsz...@redhat.com To: 力波 王 wlblea...@126.com Cc: devel@ovirt.org Sent: Wednesday, August 13, 2014 6:00:08 PM Subject: Re: [ovirt-devel] popup dialog Hi, in order to add new dialog, follow these steps: 1, create

Re: [ovirt-devel] popup dialog

2014-08-14 Thread Vojtech Szocs
- Original Message - From: Leaboy wlblea...@126.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org Sent: Thursday, August 14, 2014 2:12:37 PM Subject: Re: [ovirt-devel] popup dialog Hi: you said that ,I have done, and the dialog Can display, and I can pass

Re: [ovirt-devel] popup dialog

2014-08-15 Thread Vojtech Szocs
- Original Message - From: Leaboy wlblea...@126.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org Sent: Friday, August 15, 2014 9:31:34 AM Subject: Re: [ovirt-devel] popup dialog which type does result.getReturnValue() got, public void executed

[ovirt-devel] Tools for developing and building oVirt.js project

2014-08-25 Thread Vojtech Szocs
Hi guys, last week, we had oVirt.js PoC session and I mentioned the possibility of using Node.js and related tools like npm to develop build oVirt.js project. I'd like to hear your opinion - what do you think about using Node.js in context of developing building JavaScript projects? (oVirt.js

[ovirt-devel] Ideas on modular UI

2014-08-25 Thread Vojtech Szocs
DESCRIPTION:The following is a new meeting request:\n\nSubject: Ideas on mod ular UI \nOrganizer: Vojtech Szocs vsz...@redhat.com \n\nTime: Wednesday \, August 27\, 2014\, 3:00:00 PM - 4:00:00 PM GMT +01:00 Belgrade\, Bratisla va\, Budapest\, Ljubljana\, Prague\n \nInvitees: devel@ovirt.org \n\n

[ovirt-devel] Ideas on modular UI - slides

2014-08-25 Thread Vojtech Szocs
Hi, slides are attached. Regards, Vojtech modular-ui.pdf Description: Adobe PDF document ___ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Ideas on modular UI

2014-08-26 Thread Vojtech Szocs
Just noticed that Barak is giving 3.5 deep dive for JSON-RPC, should we move our modular UI session after that ^^ one? Vojtech - Original Message - From: Vojtech Szocs vsz...@redhat.com To: devel@ovirt.org Sent: Monday, August 25, 2014 5:58:29 PM Subject: Ideas on modular UI

[ovirt-devel] Ideas on modular UI

2014-08-26 Thread Vojtech Szocs
following meeting has been modified:\n\nSubject: Ideas on mo dular UI \nOrganizer: Vojtech Szocs vsz...@redhat.com \n\nTime: Wednesda y\, August 27\, 2014\, 2:30:00 PM - 3:30:00 PM GMT +01:00 Belgrade\, Bratisl ava\, Budapest\, Ljubljana\, Prague [MODIFIED]\n \nRequired: devel@ovirt.org

Re: [ovirt-devel] Ideas on modular UI

2014-08-26 Thread Vojtech Szocs
- Original Message - From: Greg Sheremeta gsher...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org Sent: Tuesday, August 26, 2014 6:19:35 PM Subject: Re: [ovirt-devel] Ideas on modular UI - Original Message - From: Vojtech Szocs vsz...@redhat.com

[ovirt-devel] Ideas on modular UI - slides (updated)

2014-08-27 Thread Vojtech Szocs
Hi, special thanks to Yair and Greg for their feedback! Attached are updated slides. Reminding that we'll start today at 14:30 CET / 8:30 EST. Regards, Vojtech modular-ui.pdf Description: Adobe PDF document ___ Devel mailing list Devel@ovirt.org

Re: [ovirt-devel] ovirt support ie7 ?

2014-08-28 Thread Vojtech Szocs
Hi, sorry for my late response. oVirt GUI (WebAdmin, UserPortal) does not support IE7. For WebAdmin, we support IE9 and above [1]. [1] InternalConfiguration.java / SupportedBrowser For UserPortal, we support IE8 and above. (But running in IE8 will be slow and painful experience anyway.)

Re: [ovirt-devel] Some maven warnings while running ovirt-engine_3.5_find-bugs_merged

2014-08-28 Thread Vojtech Szocs
Hi, I'm no Maven expert, but below are some of my thoughts. [WARNING] Some problems were encountered while building the effective model for org.ovirt.engine.ui:gwt-extension:jar:3.5.0-SNAPSHOT [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.

Re: [ovirt-devel] Moving forward our frontend stack

2014-08-28 Thread Vojtech Szocs
one name token to presenter - Original Message - From: Martin Betak mbe...@redhat.com To: devel@ovirt.org Cc: Vojtech Szocs vsz...@redhat.com, Einav Cohen eco...@redhat.com, Alexander Wels aw...@redhat.com, Greg Sheremeta gsher...@redhat.com, Tomas Jelinek tjeli...@redhat.com, Lior

Re: [ovirt-devel] Some maven warnings while running ovirt-engine_3.5_find-bugs_merged

2014-08-28 Thread Vojtech Szocs
- Original Message - From: Vojtech Szocs vsz...@redhat.com To: Sandro Bonazzola sbona...@redhat.com Cc: devel@ovirt.org Sent: Thursday, August 28, 2014 4:02:43 PM Subject: Re: [ovirt-devel] Some maven warnings while running ovirt-engine_3.5_find-bugs_merged Hi, I'm no Maven

Re: [ovirt-devel] Tools for developing and building oVirt.js project

2014-08-28 Thread Vojtech Szocs
. Mooli. - Original Message - - Original Message - From: Vojtech Szocs vsz...@redhat.com To: devel@ovirt.org Sent: Monday, August 25, 2014 11:13:38 AM Subject: [ovirt-devel] Tools for developing and building oVirt.js project Hi guys, last week, we had oVirt.js PoC

Re: [ovirt-devel] Tools for developing and building oVirt.js project

2014-08-29 Thread Vojtech Szocs
- Original Message - From: Sandro Bonazzola sbona...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: Tomas Jelinek tjeli...@redhat.com, Mooli Tayer mta...@redhat.com, devel@ovirt.org, infra in...@ovirt.org Sent: Friday, August 29, 2014 8:05:58 AM Subject: Re: [ovirt-devel

Re: [ovirt-devel] Moving forward our frontend stack

2014-08-29 Thread Vojtech Szocs
- Original Message - From: David Caro dcaro...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: Martin Betak mbe...@redhat.com, devel@ovirt.org, Einav Cohen eco...@redhat.com, Alexander Wels aw...@redhat.com, Greg Sheremeta gsher...@redhat.com, Tomas Jelinek tjeli...@redhat.com

Re: [ovirt-devel] Tools for developing and building oVirt.js project

2014-08-29 Thread Vojtech Szocs
- Original Message - From: Vojtech Szocs vsz...@redhat.com To: Sandro Bonazzola sbona...@redhat.com Cc: infra in...@ovirt.org, devel@ovirt.org Sent: Friday, August 29, 2014 4:43:44 PM Subject: Re: [ovirt-devel] Tools for developing and building oVirt.js project - Original

Re: [ovirt-devel] [ovirt-users] [OVIRT-3.5-TEST-DAY-3] Optaplanner

2014-09-18 Thread Vojtech Szocs
- Original Message - From: Piotr Kliczewski piotr.kliczew...@gmail.com To: devel@ovirt.org Sent: Wednesday, September 17, 2014 5:25:23 PM Subject: [ovirt-devel] [ovirt-users] [OVIRT-3.5-TEST-DAY-3] Optaplanner Hi, I followed deployment manual from [1] and configured two DCs

Re: [ovirt-devel] [ENGINE] thoughts about LinqUtils

2014-09-19 Thread Vojtech Szocs
Java 7. We already have an upgrade patch [1] for this. [1] http://gerrit.ovirt.org/#/c/32135/ GWT 3 (planned for late 2014 / early 2015) will likely support Java 8. - Original Message - From: Vojtech Szocs vsz...@redhat.com To: Greg Sheremeta gsher...@redhat.com

[ovirt-devel] GWT vs. Java

2014-10-03 Thread Vojtech Szocs
Hi guys, I've had a discussion with Roy about GWT vs. Java plans, he asked me to share this information, so here we go. GWT 2.6 === - patch pending merge: http://gerrit.ovirt.org/#/c/32135/ - support for Java 7 language syntax like operator etc. - once patch ^^ is merged, we can consolidate

Re: [ovirt-devel] ovirt.js OPW project

2014-10-03 Thread Vojtech Szocs
Hi Jenny! sorry for writing late, it's great to see you interested in oVirtJS! :) I'm pretty sure Greg will be a great mentor. If you have any questions about oVirtJS or oVirt UI in general, you can also reach out to me. As other people wrote, you can start by familiarizing yourself with

Re: [ovirt-devel] GWT vs. Java

2014-10-03 Thread Vojtech Szocs
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org Sent: Friday, October 3, 2014 4:37:36 PM Subject: Re: [ovirt-devel] GWT vs. Java - Original Message - From: Vojtech Szocs vsz...@redhat.com

[ovirt-devel] Why are Java checkstyle checks applied to test code?

2014-10-06 Thread Vojtech Szocs
Hi guys, Alex wrote a patch with code in src/test/java containing something like: private static final String PLACE_HOLDER_STRING = \\{(\\d+)\\}; Checkstyle's parser choked on { and } symbols within the String constant and the whole build failed on Checkstyle can't parse Java file error. This

Re: [ovirt-devel] GWT vs. Java

2014-10-07 Thread Vojtech Szocs
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: Roy Golan rgo...@redhat.com, devel@ovirt.org Sent: Tuesday, October 7, 2014 2:01:13 AM Subject: Re: [ovirt-devel] GWT vs. Java - Original Message - From: Vojtech

[ovirt-devel] Changes related to gwt.userAgent property

2014-10-08 Thread Vojtech Szocs
Hi guys, patch [1] just landed in master branch, it impacts the gwt.userAgent Maven property used to control target browser(s) for GWT compilation. [1] http://gerrit.ovirt.org/#/c/32164/ As you might know, Engine build process has several execution layers, here they are in bottom-up order: *

Re: [ovirt-devel] Why are Java checkstyle checks applied to test code?

2014-10-09 Thread Vojtech Szocs
- Original Message - From: Yevgeny Zaspitsky yzasp...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org Sent: Tuesday, October 7, 2014 2:16:52 PM Subject: Re: [ovirt-devel] Why are Java checkstyle checks applied to test code? I do not see a difference between

[ovirt-devel] Thoughts on modularization

2014-11-05 Thread Vojtech Szocs
Hi guys, I've discussed this recently with Yair and Mark, I just wanted to share some more thoughts on this topic -- in particular, how modularization problem can be approached (regardless of implementation details). I see two approaches here. The typical one is to define APIs for modules to

Re: [ovirt-devel] Thoughts on modularization

2014-11-05 Thread Vojtech Szocs
- Original Message - From: Alon Bar-Lev alo...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org, Mark Proctor mdproc...@gmail.com Sent: Wednesday, November 5, 2014 4:12:06 PM Subject: Re: [ovirt-devel] Thoughts on modularization - Original Message

Re: [ovirt-devel] Thoughts on modularization

2014-11-07 Thread Vojtech Szocs
- Original Message - From: Alon Bar-Lev alo...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org, Mark Proctor mdproc...@gmail.com Sent: Wednesday, November 5, 2014 5:16:15 PM Subject: Re: [ovirt-devel] Thoughts on modularization - Original Message

Re: [ovirt-devel] Thoughts on modularization

2014-11-07 Thread Vojtech Szocs
- Original Message - From: Sven Kieske s.kie...@mittwald.de To: devel@ovirt.org Sent: Wednesday, November 5, 2014 5:36:39 PM Subject: Re: [ovirt-devel] Thoughts on modularization On 05/11/14 17:07, Vojtech Szocs wrote: This way, you'd have one core module, providing most

Re: [ovirt-devel] Thoughts on modularization

2014-11-07 Thread Vojtech Szocs
...@mittwald.de To: devel@ovirt.org Sent: Wednesday, November 5, 2014 6:36:39 PM Subject: Re: [ovirt-devel] Thoughts on modularization On 05/11/14 17:07, Vojtech Szocs wrote: This way, you'd have one core module, providing most general functionality/abstractions. Then you'd have

Re: [ovirt-devel] Thoughts on modularization

2014-11-07 Thread Vojtech Szocs
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Alon Bar-Lev alo...@redhat.com Cc: Vojtech Szocs vsz...@redhat.com, Mark Proctor mdproc...@gmail.com, devel@ovirt.org Sent: Wednesday, November 5, 2014 9:40:05 PM Subject: Re: [ovirt-devel] Thoughts

Re: [ovirt-devel] Thoughts on modularization

2014-11-07 Thread Vojtech Szocs
interested in GWT, GWT-Platform, GIN, Errai, CDI, UberFire or JavaScript in general, please join this session. Some inline comments below. Regards, Vojtech - Original Message - From: Mark Proctor mdproc...@gmail.com To: Alon Bar-Lev alo...@redhat.com Cc: Vojtech Szocs vsz...@redhat.com

[ovirt-devel] Meeting with Mark to discuss UberFire project

2014-11-07 Thread Vojtech Szocs
\nOrganizer: Vojtech Szocs vszocs@redha t.com \n\nTime: Monday\, November 10\, 2014\, 2:00:00 PM - 4:00:00 PM GMT + 01:00 Belgrade\, Bratislava\, Budapest\, Ljubljana\, Prague\n \nRequired: mp roc...@redhat.com\; mdproc...@gmail.com\; aba...@redhat.com\; alexandre.porc e...@gmail.com\; eigna

[ovirt-devel] GWT-Platform MVP tech session - anyone interested?

2014-11-07 Thread Vojtech Szocs
Hi guys, few days ago, I gave my ancient (Dec 2011!) GWT-Platform [1] Model-View-Presenter tech session to a couple of colleagues so that they better understand our frontend infra/structure. [1] https://github.com/ArcBees/GWTP This session was meant to explain the core concepts of GWTP

[ovirt-devel] Some ideas on oVirt Java SDK

2014-11-28 Thread Vojtech Szocs
Hi guys, since the initial (small, working well-tested) version of oVirtJS JavaScript SDK is finished [*], I've started working on GWT wrapper for oVirtJS. While analyzing/reverse-engineering oVirt Java SDK, some thoughts came to my mind, and I wanted to share them with you. [*] TODO(vszocs)

Re: [ovirt-devel] Some ideas on oVirt Java SDK

2014-12-01 Thread Vojtech Szocs
- Original Message - From: Juan Hernández jhern...@redhat.com To: Michael Pasternak mishka8...@yahoo.com, Vojtech Szocs vsz...@redhat.com, devel@ovirt.org Sent: Monday, December 1, 2014 9:54:51 AM Subject: Re: [ovirt-devel] Some ideas on oVirt Java SDK On 11/30/2014 12:26 PM

Re: [ovirt-devel] Some ideas on oVirt Java SDK

2014-12-01 Thread Vojtech Szocs
- Original Message - From: Juan Hernández jhern...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org Sent: Monday, December 1, 2014 4:24:45 PM Subject: Re: [ovirt-devel] Some ideas on oVirt Java SDK On 12/01/2014 04:13 PM, Vojtech Szocs wrote

[ovirt-devel] Important change in UI plugins REST API integration

2014-12-01 Thread Vojtech Szocs
Hi guys, an important change in UI plugins REST API integration landed in both master [1] and 3.5 [2] branches of oVirt Engine repo. [1] http://gerrit.ovirt.org/#/c/35185/ [2] http://gerrit.ovirt.org/#/c/35248/ Below is a short overview of this change and how it affects existing UI plugins.

Re: [ovirt-devel] How To Auto Set oVirt RESTApi Session?

2014-12-02 Thread Vojtech Szocs
- Original Message - From: Alexander Wels aw...@redhat.com To: 王成俊 wcj2...@gmail.com Cc: devel@ovirt.org Sent: Tuesday, December 2, 2014 1:59:21 PM Subject: Re: [ovirt-devel] How To Auto Set oVirt RESTApi Session? On Tuesday, December 02, 2014 09:45:49 AM 王成俊 wrote: Hi,awels:

Re: [ovirt-devel] Important change in UI plugins REST API integration

2014-12-02 Thread Vojtech Szocs
- From: Sven Kieske s.kie...@mittwald.de To: devel@ovirt.org Sent: Tuesday, December 2, 2014 10:41:00 AM Subject: Re: [ovirt-devel] Important change in UI plugins REST API integration On 01/12/14 20:26, Vojtech Szocs wrote: In other words, usability of REST session ID

Re: [ovirt-devel] Some ideas on oVirt Java SDK

2014-12-02 Thread Vojtech Szocs
- Original Message - From: Juan Hernández jhern...@redhat.com To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org, Michael Pasternak mishka8...@yahoo.com Sent: Tuesday, December 2, 2014 10:02:36 AM Subject: Re: [ovirt-devel] Some ideas on oVirt Java SDK On 12/01/2014 06:36 PM

Re: [ovirt-devel] Important change in UI plugins REST API integration

2014-12-03 Thread Vojtech Szocs
- Original Message - From: Einav Cohen eco...@redhat.com To: Yaniv Dary yd...@redhat.com Cc: Vojtech Szocs vsz...@redhat.com, devel@ovirt.org Sent: Wednesday, December 3, 2014 3:56:00 PM Subject: Re: [ovirt-devel] Important change in UI plugins RESTAPI integration

[ovirt-devel] Frontend - please avoid putting business logic into Views

2014-12-03 Thread Vojtech Szocs
Hi guys, our GWT frontend generally follows the Model-View-Presenter design pattern via GWT-Platform MVP module [1]. [1] https://github.com/ArcBees/GWTP/wiki/Getting-started Presenters/PresenterWidgets should be the ones containing the business logic. Views should only contain simple logic to

Re: [ovirt-devel] CORS enabled for oVirt REST API

2015-02-02 Thread Vojtech Szocs
REST API Einav, Juan, Vojtech, and I are all +1 for enabling CORS to a configurable set of restricted domains. Any objections? - Original Message - From: Vojtech Szocs vsz...@redhat.com To: Einav Cohen eco...@redhat.com Cc: Greg Sheremeta gsher...@redhat.com, Juan

[ovirt-devel] UI plugin REST API small update

2015-01-20 Thread Vojtech Szocs
Hi guys, just a small update, two patches for UI plugin REST API integration [1,2] landed into master branch recently: * fixing UI won't auto-logout due to user inactivity issue: REST session keep-alive requests are now sent only if there was an operation (action/query) that refreshed Engine

Re: [ovirt-devel] [ENGINE] Question about refresh parameter of GetConfigurationValueQuery

2015-01-09 Thread Vojtech Szocs
- Original Message - From: Sven Kieske svenkie...@gmail.com To: devel@ovirt.org Sent: Friday, January 9, 2015 2:05:30 PM Subject: Re: [ovirt-devel] [ENGINE] Question about refresh parameter of GetConfigurationValueQuery -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On

Re: [ovirt-devel] [ACTION REQUESTED] new tooltips! don't use title='tooltip' anymore

2015-03-22 Thread Vojtech Szocs
- Original Message - From: Greg Sheremeta gsher...@redhat.com To: devel@ovirt.org Sent: Friday, 20 March, 2015 10:37:04 PM Subject: [ovirt-devel] [ACTION REQUESTED] new tooltips! don't use title='tooltip' anymore Hi, TL;DR: there are new tooltip classes. Please only use

Re: [ovirt-devel] Greg Sheremeta is now an ovirt-engine UI maintainer

2015-03-26 Thread Vojtech Szocs
Congrats Greg! :) Vojtech - Original Message - From: Einav Cohen eco...@redhat.com To: Lior Vernia lver...@redhat.com, Alona Kaplan alkap...@redhat.com, Daniel Erez de...@redhat.com, Gilad Chaplik gchap...@redhat.com, Tomas Jelinek tjeli...@redhat.com, Vojtech Szocs vsz

Re: [ovirt-devel] Fedora 22

2015-06-04 Thread Vojtech Szocs
Hi guys, Worst part is Firefox as we cannot use anything greater than 25 for gwt debugging. AFAIK, latest Firefox version which can be used for GWT debugging (using GWT developer browser plugin based on NPAPI) is Firefox 26. For more details, see [1]. [1]

[ovirt-devel] oVirt UI log records persisted in browser's local storage

2015-06-17 Thread Vojtech Szocs
Hi, with patches [1,2] merged recently into master branch, oVirt UI (WebAdmin and UserPortal) now persists client-side log records in browser's local storage [3] in addition to logging them via console.log API [4]. This means that client-side logs are kept in browser's storage between browser

Re: [ovirt-devel] useless warnings in engine.log

2015-07-17 Thread Vojtech Szocs
- Original Message - From: Alexander Wels aw...@redhat.com To: Omer Frenkel ofren...@redhat.com Cc: devel@ovirt.org Sent: Friday, July 17, 2015 5:41:53 PM Subject: Re: [ovirt-devel] useless warnings in engine.log On Wednesday, July 15, 2015 11:44:51 AM Omer Frenkel wrote: -

Re: [ovirt-devel] Reported-By - giving credit to our testers

2015-11-13 Thread Vojtech Szocs
+1 - Original Message - > From: "Nir Soffer" > To: "devel" > Cc: "Piotr Kliczewski" > Sent: Thursday, November 12, 2015 3:45:13 PM > Subject: [ovirt-devel] Reported-By - giving credit to our testers > > Hi all, > > Our QE (and

Re: [ovirt-devel] [oVirt 3.6 Localization Question #39] "prefixMsg, "

2015-12-07 Thread Vojtech Szocs
- Original Message - > From: "Yuko Katabami" <ykata...@redhat.com> > To: "Vojtech Szocs" <vsz...@redhat.com> > Cc: devel@ovirt.org, "Eliraz Levi" <el...@redhat.com> > Sent: Friday, November 27, 2015 10:01:31 AM > Subject: Re:

Re: [ovirt-devel] [Russian oVirt localization] Missing English ApplicationConstants.properties in 3.6

2015-12-09 Thread Vojtech Szocs
- Original Message - > From: "Juliette Tux" > To: "Einav Cohen" > Cc: Devel@ovirt.org > Sent: Tuesday, December 8, 2015 5:46:17 PM > Subject: Re: [ovirt-devel] [Russian oVirt localization] Missing English > ApplicationConstants.properties in

[ovirt-devel] Making GWT UI build logs a bit less confusing

2015-12-15 Thread Vojtech Szocs
Hi guys, I wrote https://gerrit.ovirt.org/#/c/50545/ and would like to hear your feedback. (Many times, people are confused by those [ERROR]'s which are not really errors.) Thanks, Vojtech ___ Devel mailing list Devel@ovirt.org

Re: [ovirt-devel] Merged UI infra patch

2015-12-15 Thread Vojtech Szocs
Nice work, Alexander! (GWTP's @ProxyEvent is a convenient mechanism, but as you wrote, it can lead to UI code being lazy-loaded too aggresively which hurts UI responsiveness.) Vojtech - Original Message - > From: "Alexander Wels" > To: devel@ovirt.org > Sent: Monday,

Re: [ovirt-devel] new UI i18n mechanism

2015-12-15 Thread Vojtech Szocs
- Original Message - > From: "Einav Cohen" <eco...@redhat.com> > To: "Vojtech Szocs" <vsz...@redhat.com> > Cc: "devel" <devel@ovirt.org> > Sent: Tuesday, December 15, 2015 4:33:20 PM > Subject: new UI i18n mechanism >

Re: [ovirt-devel] Making GWT UI build logs a bit less confusing

2015-12-17 Thread Vojtech Szocs
Thanks everyone for their quick reviews! Patch is now merged, less [ERROR]s in UI build logs from now on :-) Vojtech - Original Message - > From: "Tal Nisan" <tni...@redhat.com> > To: "Roy Golan" <rgo...@redhat.com> > Cc: "Vojtech Szocs&

[ovirt-devel] Controlling UI table column visibility and position

2015-11-25 Thread Vojtech Szocs
Dear developers and users, it's now possible to tweak table column visibility and position through header context menu in WebAdmin's main & sub tabs [1,2]. [1] https://gerrit.ovirt.org/#/c/43401/ [2] https://gerrit.ovirt.org/#/c/47542/ This allows you to turn "unwanted" columns off and

Re: [ovirt-devel] [oVirt 3.6 Localization Question #39] "prefixMsg, "

2015-11-26 Thread Vojtech Szocs
- Original Message - > From: "Yuko Katabami" > To: devel@ovirt.org > Sent: Tuesday, November 24, 2015 12:51:11 PM > Subject: [ovirt-devel] [oVirt 3.6 Localization Question #39] "prefixMsg," > > Hello all, > > Here is another question: > > File: UIMessages >

Re: [ovirt-devel] Controlling UI table column visibility and position

2015-11-26 Thread Vojtech Szocs
- Original Message - > From: "Eli Mesika" <emes...@redhat.com> > To: "Vojtech Szocs" <vsz...@redhat.com> > Cc: "users" <us...@ovirt.org>, "devel" <devel@ovirt.org> > Sent: Wednesday, November 25, 2015 10:

Re: [ovirt-devel] [oVirt 3.6 Localization Question #40] "This field must contain an {0} number"

2015-11-26 Thread Vojtech Szocs
- Original Message - > From: "Yuko Katabami" > To: "Einav Cohen" > Cc: devel@ovirt.org > Sent: Thursday, November 26, 2015 1:04:30 AM > Subject: Re: [ovirt-devel] [oVirt 3.6 Localization Question #40] "This field > must contain an {0} number" >

Re: [ovirt-devel] 回复: In windows OS & firefox brower, Window.Location.replace(url) would stop System to execute Command, and would not catch any error info.But other OS like firefox in linux would no

2015-11-23 Thread Vojtech Szocs
Hi, another way to solve this, without modifying oVirt WebAdmin sources, is to write a small UI plugin that performs the redirect within its UserLogout callback: var api = parent.pluginApi('ExampleRedirectOnLogoutPlugin'); api.register({ UserLogout: function() {

Re: [ovirt-devel] Push notifications in 4.0 backend

2015-11-23 Thread Vojtech Szocs
- Original Message - > From: "Martin Betak" <mbe...@redhat.com> > To: "Vojtech Szocs" <vsz...@redhat.com> > Cc: "Einav Cohen" <eco...@redhat.com>, "engine-de...@ovirt.org" > <devel@ovirt.org>, "Roy Golan&q

Re: [ovirt-devel] oVirt 4.0 Nightly repo

2016-06-14 Thread Vojtech Szocs
Hi, ovirt-engine-dashboard is currently built from master as well. We should probably create a stable branch, e.g. ovirt-engine-dashboard-1.0. For now, the nightly publisher configs: jobs/confs/projects/ovirt/publish-rpms-nightly-{master,4.0}.yaml both use ovirt-engine-dashboard "master"

Re: [ovirt-devel] GWT developer mode not working on fc23?

2016-06-15 Thread Vojtech Szocs
nder Wels" <aw...@redhat.com> > Cc: "devel" <devel@ovirt.org>, "Tomas Jelinek" <tjeli...@redhat.com>, > "Vojtech Szocs" <vsz...@redhat.com> > Sent: Tuesday, June 7, 2016 2:38:22 PM > Subject: Re: GWT developer mode not worki

Re: [ovirt-devel] [ACTION REQUESTED] i18n default English text is now stored in properties files

2016-06-01 Thread Vojtech Szocs
- Original Message - > From: "Yaniv Dary" > To: "Scott Dickerson" > Cc: "engine-de...@ovirt.org" > Sent: Tuesday, May 31, 2016 5:24:17 PM > Subject: Re: [ovirt-devel] [ACTION REQUESTED] i18n default English text is > now stored

Re: [ovirt-devel] oVirt Reports Portal localization

2016-05-31 Thread Vojtech Szocs
Hi, I'm not the maintainer but you can clone `ovirt-reports` git repo, the localized messages seem to be at: packaging/ovirt-reports/resources/reports_resources/localization In Zanata, I found a project called `Ovirt Engine Reports`:

Re: [ovirt-devel] Empty Dropdown Menus in Webadmin

2016-05-31 Thread Vojtech Szocs
Hi Phillip, can you please share some screenshots? Thanks, Vojtech - Original Message - > From: "Phillip Bailey" > To: devel@ovirt.org > Sent: Tuesday, May 31, 2016 2:47:31 PM > Subject: [ovirt-devel] Empty Dropdown Menus in Webadmin > > Hi, > > Is anyone else

Re: [ovirt-devel] oVirt 4.0 Nightly repo

2016-06-16 Thread Vojtech Szocs
-3.6/ > [2] http://resources.ovirt.org/pub/ovirt-4.0-pre/ > [3] http://resources.ovirt.org/pub/ovirt-4.0-snapshot(+-static) , > http://resources.ovirt.org/pub/ovirt-master-snapshot(+static) > > > > > > > > On Thu, Jun 16, 2016 at 12:16 PM, Vinzenz Feenstra < vfeen...@

[ovirt-devel] Presentation: Redux application architecture (Feb 10)

2016-02-09 Thread Vojtech Szocs
Hi guys, I'll be giving "Redux application architecture" presentation which introduces main principles of Redux and how they impact design of Redux applications. Time: Wed, Feb 20 @ 2pm CET (GMT+1) BlueJeans: https://bluejeans.com/8517013908 Redux is essentially an architecture, its principles

Re: [ovirt-devel] Presentation: Redux application architecture (Feb 10)

2016-02-10 Thread Vojtech Szocs
Sorry everyone for the typo! The presentation happens today (Feb 10). Regards, Vojtech - Original Message - > From: "Vojtech Szocs" <vsz...@redhat.com> > To: "devel" <devel@ovirt.org> > Sent: Tuesday, February 9, 2016 7:15:44 PM > Subject: [

  1   2   3   4   >