[ovirt-devel] Nominate Sharon and Michal as ovirt-engine-nodejs-modules maintainers

2019-08-27 Thread Vojtech Szocs
Hi everyone, I'd like to nominate Sharon and Michal as ovirt-engine-nodejs-modules project maintainers. This project is a build-time dependency of oVirt web-related projects, providing the required npm (JavaScript) dependenci

[ovirt-devel] Re: oVirt Dashboard issues

2018-07-27 Thread Vojtech Szocs
Hi Hetz, the Dashboard page is used to visualize data collected from two sources: - Engine DB - inventory data, rendered as "status cards" (or "cubes" as you call them) located at the top - Data Warehouse (DWH) DB - global utilization data, rendered as "utilization cards" (th

[ovirt-devel] Re: [ACTION REQUIRED] CSS changes in webadmin

2018-07-17 Thread Vojtech Szocs
On Sun, Jul 8, 2018 at 4:51 PM, Greg Sheremeta wrote: > Hi all, > > We are actively moving away from GWT and towards react [ > https://reactjs.org/] in webadmin, so the CSS needs to be in a place > where both can access it. > Right, whenever you need to add new UI bits (i.e. as part of implement

[ovirt-devel] Re: blog on asking questions

2018-07-13 Thread Vojtech Szocs
Thanks for sharing! As with everything in life, there should be some degree of balance. Extremes are not good, and every single person is different - one might give great results when working uninterrupted, while other might excel at doing various things in & out of the usual-work bubble. The key

[ovirt-devel] UI plugin API updates

2018-06-26 Thread Vojtech Szocs
Hi everyone, just a heads-up on recent UI plugin API changes. *oVirt 4.2* 4.2.5+ will support "icon" option when adding new menu item & content via addMainTab API function [1]. Both Font Awesome and PatternFly icons are supported [2]. api.addMainTab('Test', 'fooBar', 'plugin/plugin-name/test.

Re: [ovirt-devel] How To Construct An Local Developing Enviroment?

2018-04-05 Thread Vojtech Szocs
On Thu, Apr 5, 2018 at 1:53 PM, Petr Kotas wrote: > Hi, > > you can take a look at my env here https://github.com/petrkotas/ > ovirt-dev-env > ​Thanks Petr for sharing this! > > > it is not complete and there is still some work left. > > Feel free to contact me if you have any questions. > > B

[ovirt-devel] UI plugin API updates

2018-03-15 Thread Vojtech Szocs
Dear community, the UI plugin API will be updated to reflect recent oVirt web administration UI design changes. The relevant patch is already merged in master branch [1] and the associated BZ [2] is targeted for 4.3 release. *What's new* Two new API functions, addPrimaryMenuContainer and addSec

Re: [ovirt-devel] Browser Bookmarkable places

2018-01-22 Thread Vojtech Szocs
On Thu, Jan 18, 2018 at 5:34 PM, Alexander Wels wrote: > Hi, > > I just merged [1] into master, this patch will allow you to use browser > bookmarks to save your current location in the application and return to it > later. Basically the current entity and place are synchronized into the URL > ba

Re: [ovirt-devel] oVirt 4.2 and UI plugin infrastructure

2017-11-30 Thread Vojtech Szocs
Hello Martin, UI plugin API in 4.2 should be generally backwards compatible with 4.1. Comparing PluginManager.java between master and 4.1.8 - the exposePluginApi() function is exactly the same for now. However, we might do some API changes in the future, mainly due to 4.2 UI redesign. For exampl

Re: [ovirt-devel] alerts in webadmin UI

2017-11-28 Thread Vojtech Szocs
On Tue, Nov 28, 2017 at 3:24 AM, Greg Sheremeta wrote: > > > On Mon, Nov 27, 2017 at 9:22 PM, Greg Sheremeta > wrote: > >> Hi, >> >> If you create new "alert" messages in the webadmin UI, or you are working >> near some code that has an alert, please use the PatternFly alert widget >> instead of

[ovirt-devel] [webadmin] Fixed a bug when pressing Enter while focused on dialog field

2017-10-19 Thread Vojtech Szocs
Hi, when there's a dialog open and you're focused on some input (e.g. text) field and then press Enter, dialog's model is now properly updated with input's value before the dialog View's flush() method runs. See https://gerrit.ovirt.org/#/c/82944/ for details. Regards, Vojtech ___

Re: [ovirt-devel] blog post: quick(er) development / testing of GWT code using SDM

2017-08-31 Thread Vojtech Szocs
Nice blog post, disabling source maps is a great idea to improve Super Dev Mode experience. For a quick change/recompile/refresh workflow, SDM is better than the usual GWT Java-based debugger. Vojtech On Sun, Aug 27, 2017 at 11:45 PM, Greg Sheremeta wrote: > Hi, > > I wrote a blog post detail

[ovirt-devel] (WebAdmin) multi-dialog-per-model infra was simplified

2017-08-11 Thread Vojtech Szocs
Hi devs, just a heads-up that [1] was merged, making the use case "trigger multiple dialogs by the same model" easier to implement. The infra is now model-centric, just override get(Confirm)WindowProperties + set(Confirm)WindowProperty methods in your model (the one which triggers dialogs), along

Re: [ovirt-devel] Fwd: Removing @DefaultValueAttribute

2017-08-10 Thread Vojtech Szocs
On Wed, Aug 9, 2017 at 8:55 AM, Miroslava Voglova wrote: > Hi, > > I am currently moving all option values from ConfigValues to database. It > should make this values more readable and less error prone, since all will > be in one place. Also it will allow engine-config to work with all > availabl

Re: [ovirt-devel] UI Redesign patch has been merged.

2017-06-15 Thread Vojtech Szocs
Excellent work, Alex! Most of the patches are already in, just a couple remaining: https://gerrit.ovirt.org/#/q/status:open+topic:ui-redesign Greg also fixed a memory leak caused by GWT-Platform framework bug: https://gerrit.ovirt.org/#/c/78025/ As Jakub pointed out, replacing the "main & sub ta

Re: [ovirt-devel] AppErrors.properties merged together

2017-06-13 Thread Vojtech Szocs
Hi Jakub, thanks for taking the effort to simplify AppErrors handling! The AppErrors.properties file and its localized variants should live in a single location, e.g. frontend/webadmin/modules/frontend. We should avoid having multiple AppErrors.properties copies spread across the codebase. The ba

Re: [ovirt-devel] GWT symbol maps are now installed with Engine, the "debuginfo" packages are out

2017-06-09 Thread Vojtech Szocs
t;>> >>> Greg >>> >>> >>> On Thu, Jun 8, 2017 at 1:32 PM, Shmuel Melamud >>> wrote: >>> >>>> Hi! >>>> >>>> When building the Engine manually, is it possible to get de-obfuscated >>>> stac

[ovirt-devel] GWT symbol maps are now installed with Engine, the "debuginfo" packages are out

2017-06-08 Thread Vojtech Szocs
Hello everyone, in master [1] and 4.1 [2] branches, meaningful (de-obfuscated) GWT/Java stack traces are now available right after Engine installation or upgrade. There's no need to install the complementary "debuginfo" packages anymore. In fact, those packages are removed now. (If installed, ple

Re: [ovirt-devel] Using more specific types in code visible to GWT frontend

2017-06-02 Thread Vojtech Szocs
On Fri, Jun 2, 2017 at 5:44 PM, Martin Sivak wrote: > Hi, > > the part I would be worried about is that entities are also used on > the Java side of the engine. And the generic type recommendations and > guidelines say exactly the opposite for Java (declare generic, use > whatever impl you need).

Re: [ovirt-devel] Engine query & action result classes are now final

2017-06-02 Thread Vojtech Szocs
On Wed, May 31, 2017 at 6:19 PM, Vojtech Szocs wrote: > Hi everyone, > > yesterday, we merged https://gerrit.ovirt.org/#/c/75705/ which seals > Engine query & action result classes. > > We will follow this up with renaming "VdcReturnValueBase" to > "Acti

[ovirt-devel] Using more specific types in code visible to GWT frontend

2017-06-02 Thread Vojtech Szocs
Hello, in GWT world, being more specific (e.g. using ArrayList instead of just List) is preferred since the GWT compiler doesn't need to introspect all possible subtypes and include them in the generated JavaScript. Using too "generic" types is one of the main reasons of significant GWT-generated

[ovirt-devel] Engine query & action result classes are now final

2017-05-31 Thread Vojtech Szocs
Hi everyone, yesterday, we merged https://gerrit.ovirt.org/#/c/75705/ which seals Engine query & action result classes. We will follow this up with renaming "VdcReturnValueBase" to "ActionReturnValue" and doing similar renames to existing "VdcSomething" classes. The reason for finalizing those r

Re: [ovirt-devel] ovirt-engine-nodejs failing build on fc26

2017-05-31 Thread Vojtech Szocs
+1 on bumping to NodeJS v8. According to [1] the build should pass with gcc v6, but seems that fc26 ships gcc v7 only. [1] https://github.com/nodejs/node/issues/10388#issuecomment-283056552 The root cause is indeed an ill-formed NodeJS source code. Using older gcc to build it isn't a proper solu

Re: [ovirt-devel] ovirt-engine version problem

2017-04-13 Thread Vojtech Szocs
You can also try ovirt-vdsmfake [1] if you just need to add some fake hosts to your dev. env. [1] https://gerrit.ovirt.org/#/admin/projects/ovirt-vdsmfake Vojtech On Wed, Apr 12, 2017 at 7:24 PM, shubham dubey wrote: > Thanks for explanation, I completely understand it now. > > On Wed, Apr 12

Re: [ovirt-devel] Live demo session on how to debug oVirt GWT applications

2017-04-04 Thread Vojtech Szocs
ps://github.com/WebAssembly/design/blob/master/GC.md So once/if WebAssembly adds GC support and tightens integration with web APIs, it might be a feasible compilation target for GWT. ​Regards, Vojtech​ On Sun, Apr 2, 2017 at 11:24 AM, Roy Golan wrote: > > > On Fri, Mar 31, 2017 at 4:4

Re: [ovirt-devel] Live demo session on how to debug oVirt GWT applications

2017-03-31 Thread Vojtech Szocs
Hi, I've shifted the meeting to 4pm CET to make it easier for TLV folks to join. We can still change the time if needed. Vojtech On Fri, Mar 31, 2017 at 3:48 PM, Vojtech Szocs wrote: > Hello, > > the slides are here: http://redhat.slides.com/vszocs/debugging-ovirt-gwt- > a

Re: [ovirt-devel] Live demo session on how to debug oVirt GWT applications

2017-03-31 Thread Vojtech Szocs
to join this session, spend ~1 hour of your time and in return, get the knowledge to be more productive when dealing with our GWT code. Regards, Vojtech On Tue, Mar 28, 2017 at 3:56 PM, Vojtech Szocs wrote: > Update: moving the session to Tue, Apr 4 @ the same time as originally > planned. &

Re: [ovirt-devel] oVirt Engine checkstyle upgrade

2017-03-28 Thread Vojtech Szocs
On Tue, Mar 28, 2017 at 3:56 PM, Shmuel Melamud wrote: > Hi! > > > Well, whenever I see: > > > > class Foo { > > int a; > > void bar() { > > } > > > > } > > > > it hurts my eyes because there's no symmetry - whitespace before class > > declaration end, but no whitespace after clas

Re: [ovirt-devel] Live demo session on how to debug oVirt GWT applications

2017-03-28 Thread Vojtech Szocs
. [1] http://sdbg.github.io/ On Mon, Mar 27, 2017 at 8:09 PM, Vojtech Szocs wrote: > Hello UI devs, > > with oVirt master UI using the latest GWT SDK [1], I'd like to host a live > demo session with two goals in mind: > > a, explain how the (Java IDE based) Classic De

Re: [ovirt-devel] oVirt Engine checkstyle upgrade

2017-03-28 Thread Vojtech Szocs
On Mon, Mar 27, 2017 at 11:46 PM, Allon Mureinik wrote: > > > On Mon, Mar 27, 2017 at 8:48 PM, Vojtech Szocs wrote: > >> >> >> On Mon, Mar 27, 2017 at 2:10 PM, Allon Mureinik >> wrote: >> >>> >>> >>> On Mon, Mar 27, 201

[ovirt-devel] Live demo session on how to debug oVirt GWT applications

2017-03-27 Thread Vojtech Szocs
Hello UI devs, with oVirt master UI using the latest GWT SDK [1], I'd like to host a live demo session with two goals in mind: a, explain how the (Java IDE based) Classic Dev Mode works and mention its limitations b, explain how the (browser based) Super Dev Mode works and encourage people to sta

Re: [ovirt-devel] oVirt Engine checkstyle upgrade

2017-03-27 Thread Vojtech Szocs
>>>> because it does not exist. >>>> [ERROR] Failed to execute goal >>>> org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check >>>> (checkstyle) on project webadmin: Failed during checkstyle configuration: >>>> Exception was t

Re: [ovirt-devel] oVirt Engine checkstyle upgrade

2017-03-24 Thread Vojtech Szocs
On Fri, Mar 24, 2017 at 3:51 PM, Vojtech Szocs wrote: > Found the problem after debugging NlsCheck. > > First of all, it checks all kinds of Java sources, including the generated > ones. That's silly and one of the reasons why Checkstyle execution takes a > rather long

Re: [ovirt-devel] oVirt Engine checkstyle upgrade

2017-03-24 Thread Vojtech Szocs
ot;{}" (without quotes) it will log the problem, but Checkstyle message logging infra things that "{}" is a placeholder to resolve, but it's not, and it fails on NumberFormatException. I'll fix that too. Vojtech On Fri, Mar 24, 2017 at 3:19 PM, Vojtech Szocs wrote: >

Re: [ovirt-devel] oVirt Engine checkstyle upgrade

2017-03-24 Thread Vojtech Szocs
Hi Allon, I think I found some strange Checkstyle related problems on master. Engine build with (GWT compilation enabled) works OK. Next, trying to start GWT debugger: $ make gwt-debug DEBUG_MODULE=webadmin \ DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="-Dgwt.userAgent=gecko1_8,safari" \ DEV_EXTRA_B

[ovirt-devel] oVirt master UI now uses GWT 2.8

2017-03-15 Thread Vojtech Szocs
Hello folks, we're using the latest GWT version in master UI now [1]. We can start using Java 8 syntax in our frontend code. GWT 2.8 also brings partial support for Java 8 standard library APIs, see "JDK emulation" at [2] for details. [1] https://gerrit.ovirt.org/#/q/topic:gwtupgrade [2] http://

Re: [ovirt-devel] oVirt packages for JavaScript development have been updated

2017-02-10 Thread Vojtech Szocs
ading the NodeJS major version (from 6 -> 5, generally) resolves >> this,b ut that's obviously not an option for us. >> >> Any ideas? >> >> On Fri, Feb 10, 2017 at 9:52 AM, Greg Sheremeta >> wrote: >> >>> I didn't realize Ryan was alread

Re: [ovirt-devel] oVirt packages for JavaScript development have been updated

2017-02-10 Thread Vojtech Szocs
gt; Vojtech, can you please help Ryan and Marek with cockpit-ovirt? >>> >>> >>> On Wed, Feb 8, 2017 at 3:29 PM, Vojtech Szocs wrote: >>> >>>> Hello devs, >>>> >>>> following packages, intended as build-time dependencies of oVir

Re: [ovirt-devel] oVirt packages for JavaScript development have been updated

2017-02-10 Thread Vojtech Szocs
modules defined in .packages file wasn't actually installed), you might try installing it manually in your build script, see [2] for reference. [2] https://gerrit.ovirt.org/#/c/71923/ > >> >> On Wed, Feb 8, 2017 at 3:29 PM, Vojtech Szocs wrote: >> >>> Hello dev

[ovirt-devel] oVirt packages for JavaScript development have been updated

2017-02-08 Thread Vojtech Szocs
Hello devs, following packages, intended as build-time dependencies of oVirt JavaScript projects, have been updated: * ovirt-engine-nodejs * ovirt-engine-nodejs-modules * ovirt-engine-yarn If you use those packages, please read on to learn how to adapt your project. oVirt Dashboard (master) is a

Re: [ovirt-devel] [Node.js] moving from npm to Yarn & how it impacts oVirt JS applications

2017-01-13 Thread Vojtech Szocs
- Original Message - > From: "Vojtech Szocs" > To: "devel" > Sent: Thursday, January 12, 2017 6:04:03 PM > Subject: [ovirt-devel] [Node.js] moving from npm to Yarn & how it impacts > oVirt JS applications > > Hello guys, > > as y

[ovirt-devel] [Node.js] moving from npm to Yarn & how it impacts oVirt JS applications

2017-01-12 Thread Vojtech Szocs
Hello guys, as you probably know, we're using Node.js (ovirt-engine-nodejs) to build some of our applications, including ovirt-engine-dashboard, ovirt-web-ui, cockpit-ovirt, and some others. This is just to inform you that in ovirt-engine-nodejs-modules (RPM that bundles all of our JS dependencie

Re: [ovirt-devel] PatternFly upgrade - how to handle JS dependencies

2017-01-11 Thread Vojtech Szocs
- Original Message - > From: "Greg Sheremeta" > To: "Vojtech Szocs" > Cc: "devel" , "Oved Ourfali" , "Juan > Hernández" > Sent: Tuesday, January 10, 2017 10:28:06 PM > Subject: Re: PatternFly upgrade - how to handle

Re: [ovirt-devel] PatternFly upgrade - how to handle JS dependencies

2017-01-10 Thread Vojtech Szocs
- Original Message - > From: "Greg Sheremeta" > To: "Vojtech Szocs" > Cc: "devel" , "Oved Ourfali" , "Juan > Hernández" > Sent: Monday, January 9, 2017 9:46:18 PM > Subject: Re: PatternFly upgrade - how to handle

Re: [ovirt-devel] PatternFly upgrade - how to handle JS dependencies

2017-01-10 Thread Vojtech Szocs
- Original Message - > From: "Sven Kieske" > To: devel@ovirt.org > Sent: Saturday, January 7, 2017 5:01:37 PM > Subject: Re: [ovirt-devel] PatternFly upgrade - how to handle JS dependencies > > On 06/01/17 18:45, Vojtech Szocs wrote: > > Today, we re

Re: [ovirt-devel] PatternFly upgrade - how to handle JS dependencies

2017-01-10 Thread Vojtech Szocs
- Original Message - > From: "Martin Perina" > To: "Vojtech Szocs" > Cc: "devel" , "Juan Hernández" > Sent: Friday, January 6, 2017 10:14:22 PM > Subject: Re: [ovirt-devel] PatternFly upgrade - how to handle JS dependencies &g

[ovirt-devel] PatternFly upgrade - how to handle JS dependencies

2017-01-06 Thread Vojtech Szocs
Hello, we'd like to upgrade the version of PatternFly (plus associated libraries, namely Bootstrap and jQuery) used in oVirt UI. Today, PatternFly stuff (PF + associated libraries) comes from `patternfly1` package hosted at Copr repo: https://copr.fedorainfracloud.org/coprs/patternfly/patternf

Re: [ovirt-devel] Publicly available REST documentation

2017-01-03 Thread Vojtech Szocs
- Original Message - > From: "Rafael Martins" > To: "Vojtech Szocs" > Cc: "Juan Hernández" , "Michal Skrivanek" > , "devel" > Sent: Tuesday, January 3, 2017 2:28:30 PM > Subject: Re: [ovirt-devel] Publicly available

Re: [ovirt-devel] Publicly available REST documentation

2017-01-03 Thread Vojtech Szocs
- Original Message - > From: "Rafael Martins" > To: "Vojtech Szocs" > Cc: "Juan Hernández" , "Michal Skrivanek" > , "devel" > Sent: Tuesday, January 3, 2017 2:17:49 PM > Subject: Re: [ovirt-devel] Publicly ava

Re: [ovirt-devel] Publicly available REST documentation

2017-01-03 Thread Vojtech Szocs
- Original Message - > From: "Juan Hernández" > To: "Jakub Niedermertl" > Cc: "devel" , "Michal Skrivanek" > Sent: Monday, January 2, 2017 10:48:53 PM > Subject: Re: [ovirt-devel] Publicly available REST documentation > > On 01/02/2017 10:13 PM, Jakub Niedermertl wrote: > > Hi Juan, >

Re: [ovirt-devel] Using SLF4J in frontend code

2016-12-19 Thread Vojtech Szocs
- Original Message - > From: "Tomas Jelinek" > To: "Vojtech Szocs" > Cc: "devel" > Sent: Monday, December 19, 2016 7:50:55 PM > Subject: Re: [ovirt-devel] Using SLF4J in frontend code > > On Mon, Dec 19, 2016 at 6:26 PM, Vojtech

Re: [ovirt-devel] [ACTION REQUIRED] ovirt-cokpit broken, please fix

2016-12-19 Thread Vojtech Szocs
- Original Message - > From: "Marek Libra" > To: "Sandro Bonazzola" > Cc: "devel" > Sent: Friday, December 16, 2016 2:36:05 PM > Subject: Re: [ovirt-devel] [ACTION REQUIRED] ovirt-cokpit broken, please fix > > Not sure yet, but most probably with updating nodejs in ovirt-engine-nodejs

Re: [ovirt-devel] Using SLF4J in frontend code

2016-12-19 Thread Vojtech Szocs
- Original Message - > From: "Tomas Jelinek" > To: "Vojtech Szocs" > Cc: "devel" > Sent: Thursday, December 15, 2016 8:27:10 AM > Subject: Re: [ovirt-devel] Using SLF4J in frontend code > > On Wed, Dec 14, 2016 at 5:27 PM, Vojtech

[ovirt-devel] Using SLF4J in frontend code

2016-12-14 Thread Vojtech Szocs
Hi, I was looking into "why" we need to emulate SLF4J classes for usage in GWT frontend (given that one should use java.util.logging instead): frontend/webadmin/modules/gwt-extension/src/main/java/org/ovirt/engine/ui/uioverrides/org/slf4j/Logger.java frontend/webadmin/modules/gwt-extension/

Re: [ovirt-devel] SSO/CORS for remote non-Java apps

2016-12-12 Thread Vojtech Szocs
Hi, I agree with Juan that handling the list of "allowed origins" for CORS filter should be done carefully, since that filter applies to each and every REST API request. > For completeness, there's already another patch providing SSO for non-GWT > applications, but deployed along with the ovirt-

Re: [ovirt-devel] Gerrit parallel patch handling and CI (Or, why did my code fail post-merge)

2016-12-01 Thread Vojtech Szocs
- Original Message - > From: "Barak Korren" > To: "Vojtech Szocs" > Cc: "devel" > Sent: Thursday, December 1, 2016 9:10:19 AM > Subject: Re: [ovirt-devel] Gerrit parallel patch handling and CI (Or, why did > my code fail post-merge)

Re: [ovirt-devel] performance improvements and gwt-rpc switch

2016-11-30 Thread Vojtech Szocs
mary cause of this > sluggishness was memory leaks. > > We embarked on several weeks of hunting down memory leak bugs and squashing > them. Alexander Wels and Vojtech Szocs led this work, and I helped test the > performance of each patch as they created them. As they created patches t

Re: [ovirt-devel] Gerrit parallel patch handling and CI (Or, why did my code fail post-merge)

2016-11-30 Thread Vojtech Szocs
- Original Message - > From: "Barak Korren" > To: "Vojtech Szocs" > Cc: "devel" > Sent: Wednesday, November 30, 2016 9:20:27 AM > Subject: Re: [ovirt-devel] Gerrit parallel patch handling and CI (Or, why did > my code fail post-merge)

Re: [ovirt-devel] [JIRA] (OVIRT-416) [standard-ci] build-artifacts should reuse the artifacts built on check-merged if any

2016-11-29 Thread Vojtech Szocs
- Original Message - > From: "Eyal Edri" > To: "Vojtech Szocs" > Cc: "Oved Ourfali" , "devel" > Sent: Sunday, November 27, 2016 11:28:08 AM > Subject: Re: [JIRA] (OVIRT-416) [standard-ci] build-artifacts should reuse >

Re: [ovirt-devel] Gerrit parallel patch handling and CI (Or, why did my code fail post-merge)

2016-11-29 Thread Vojtech Szocs
- Original Message - > From: "Barak Korren" > To: "devel" > Sent: Sunday, November 20, 2016 3:07:56 PM > Subject: [ovirt-devel] Gerrit parallel patch handling and CI (Or, why did > my code fail post-merge) > > Hi there, > > I would like to address a concernt that had been raised

Re: [ovirt-devel] [JIRA] (OVIRT-416) [standard-ci] build-artifacts should reuse the artifacts built on check-merged if any

2016-11-25 Thread Vojtech Szocs
Hi, > Any patches sent on this? I'd like to help. Looking at the recent Engine (master) build: http://jenkins.ovirt.org/job/ovirt-engine_master_build-artifacts-el7-x86_64/1691/ $ rpm -qlp ovirt-engine-webadmin-portal-4.1.0-0.0.master.20161125171318.gitae69c34.el7.centos.noarch.rpm it sh

Re: [ovirt-devel] [Call for Vote] moVirt as a Full oVirt Project

2016-11-21 Thread Vojtech Szocs
- Original Message - > From: "Eyal Edri" > To: "Vojtech Szocs" > Cc: "Barak Korren" , "devel" , "board" > , "Michal Skrivanek" > > Sent: Monday, November 21, 2016 7:23:44 PM > Subject: Re: [ovirt-devel]

Re: [ovirt-devel] [Call for Vote] moVirt as a Full oVirt Project

2016-11-21 Thread Vojtech Szocs
- Original Message - > From: "Barak Korren" > To: "Brian Proffitt" > Cc: "Michal Skrivanek" , bo...@ovirt.org, "devel" > > Sent: Monday, November 21, 2016 7:01:08 PM > Subject: Re: [ovirt-devel] [Call for Vote] moVirt as a Full oVirt Project > > -1 > Not because of anything with the

Re: [ovirt-devel] [Call for Vote] Proposal for new Incubator Project

2016-11-21 Thread Vojtech Szocs
+1 I agree with Barak's point. Plus it would make people (who use Vagrant) aware of oVirt. Vojtech - Original Message - > From: "Barak Korren" > To: "Sandro Bonazzola" > Cc: bo...@ovirt.org, "devel" > Sent: Monday, November 21, 2016 6:12:45 PM > Subject: Re: [ovirt-devel] [Call for

Re: [ovirt-devel] Moving oVirt JavaScript application stack forward (short and long term)

2016-11-11 Thread Vojtech Szocs
- Original Message - > From: "Vojtech Szocs" > To: "devel" > Sent: Wednesday, November 9, 2016 8:49:39 PM > Subject: [ovirt-devel] Moving oVirt JavaScript application stack forward > (short and long term) > > Hello, > > regarding oVirt

[ovirt-devel] Moving oVirt JavaScript application stack forward (short and long term)

2016-11-09 Thread Vojtech Szocs
Hello, regarding oVirt JavaScript applications (like Dashboard), we'd like to reach a point where we'll be using latest Node.js LTS runtime and lock down all dependency versions, resulting in reproducible builds. Please note that both Node.js and all JS dependencies are needed only when building

Re: [ovirt-devel] Missing 11-setup-sso.conf after Engine build

2016-10-18 Thread Vojtech Szocs
- Original Message - > From: "Martin Perina" > To: "Sandro Bonazzola" > Cc: "Vojtech Szocs" , "devel" > Sent: Tuesday, October 18, 2016 9:12:02 AM > Subject: Re: [ovirt-devel] Missing 11-setup-sso.conf after Engine build > &g

Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module named dwh

2016-10-13 Thread Vojtech Szocs
Hi, thanks for fixing this. (Should we really add DWH as requirement for dev-env? Shouldn't it be opt-in instead?) Thanks, Vojtech - Original Message - > From: "Simone Tiraboschi" > To: "Vojtech Szocs" > Cc: "devel" > Sent: Thurs

Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module named dwh

2016-10-12 Thread Vojtech Szocs
Same problem here. Vojtech - Original Message - > From: "Dominik Holler" > To: devel@ovirt.org > Sent: Wednesday, October 12, 2016 2:39:27 PM > Subject: Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module > named dwh > > Hi, > I got the same error. Is there any experi

Re: [ovirt-devel] Dropping rpm build from ovirt-engine check-merged.sh

2016-09-26 Thread Vojtech Szocs
Hi, to me, it seems that with current CI flow, we can do following: - in build-artifacts.sh, build UI for English (only) & all supported browsers (IE10+, Firefox, Chrome), by using `ovirt_build_locales 0` as the default fallback Note: this will cut down the # of permutations from 3x9 to ju

Re: [ovirt-devel] Dropping rpm build from ovirt-engine check-merged.sh

2016-09-19 Thread Vojtech Szocs
- Original Message - > From: "Sandro Bonazzola" > To: "Eyal Edri" > Cc: "Juan Hernandez" , "infra" , > "devel" > Sent: Monday, September 19, 2016 8:41:12 AM > Subject: Re: [ovirt-devel] Dropping rpm build from ovirt-engine > check-merged.sh > > > > On Sun, Sep 18, 2016 at 4:

Re: [ovirt-devel] [RFE] Add ovirt-engine-filesystem sub-package

2016-08-05 Thread Vojtech Szocs
Hi, for now, ovirt-engine-dashboard spec file [1] contains Requires: ovirt-engine-webadmin-portal >= 4.0.2 [1] https://gerrit.ovirt.org/gitweb?p=ovirt-engine-dashboard.git;a=blob;f=packaging/spec.in;hb=HEAD Dashboard RPM needs to create files (symlinks) in /usr/share/ovirt-engine/ui-plugi

Re: [ovirt-devel] 4.1.0-0.0.master.20160802181918.gitd8decfe Uncaught exception occurred

2016-08-04 Thread Vojtech Szocs
eLineModel#attachDisk method, the '$' in '$attachDisk' might indicate that NPE occurs within `new InstanceImagesAttachDiskModel() { .. }` declaration. Can you please open BZ with steps on how to reproduce? Vojtech - Original Message - > From: "Sandro Bona

Re: [ovirt-devel] Strange issues with com.google.gwt.i18n.client.Messages.AlternateMessage [bz#1358837]

2016-07-29 Thread Vojtech Szocs
- Original Message - > From: "Scott Dickerson" > To: "Vojtech Szocs" > Cc: "Alexander Wels" , "Ramesh Nachimuthu" > , "devel" > Sent: Thursday, July 28, 2016 6:27:44 PM > Subject: Re: Strange issues with > com.go

Re: [ovirt-devel] Strange issues with com.google.gwt.i18n.client.Messages.AlternateMessage [bz#1358837]

2016-07-28 Thread Vojtech Szocs
"Alexander Wels" > To: "Ramesh Nachimuthu" > Cc: "devel" , "Vojtech Szocs" , "Scott > Dickerson" > Sent: Thursday, July 28, 2016 2:21:23 PM > Subject: Re: Strange issues with > com.google.gwt.i18n.client.Messages.AlternateMessage [b

Re: [ovirt-devel] Type Safety on the Frontend (refactoring of all async queries)

2016-07-26 Thread Vojtech Szocs
Great work, Martin! Always happy to see improvements in UI code :) Vojtech - Original Message - > From: "Martin Betak" > To: "devel" > Cc: "Vojtech Szocs" , "Tomas Jelinek" > , "Alexander Wels" > Sent: Monday

Re: [ovirt-devel] Logs showing in the oVirt Engine localization/translation

2016-06-29 Thread Vojtech Szocs
Hi, such logs come from Engine backend. These messages can be found here: backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties It seems that AuditLogMessages are not supposed to be translated (?) Vojtech - Original Message - > From: "Juliette Tux" > T

Re: [ovirt-devel] oVirt 4.0 Nightly repo

2016-06-16 Thread Vojtech Szocs
irt.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...@redhat.com > > wr

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

2016-06-15 Thread Vojtech Szocs
vaScript. The downside is that you can't use Java IDE here. I know that GWT debugging via Java IDE can be very slow, so I suggest trying Chrome + "super" dev mode. Vojtech - Original Message - > From: "Roman Mohr" > To: "Alexander Wels" > Cc

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" bui

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 in properties files > > Is this change being done for 4.

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 experiencing empty drop

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`: https://translate.zanata.org/project/view/ovirt-reports-h

Re: [ovirt-devel] [oVirt 4.0 Localization Question #4] "Disk Containers Icon"

2016-05-20 Thread Vojtech Szocs
Original Message ----- > From: "Yuko Katabami" > To: devel@ovirt.org, "Vojtech Szocs" > Sent: Wednesday, May 18, 2016 1:10:07 PM > Subject: Re: [oVirt 4.0 Localization Question #4] "Disk Containers Icon" > > Hi Vojtech, > > Could you pleas

Re: [ovirt-devel] gerrit.ovirt.org projects

2016-05-17 Thread Vojtech Szocs
- Original Message - > From: "Shlomo Ben David" > To: devel@ovirt.org > Sent: Tuesday, May 17, 2016 1:49:30 PM > Subject: [ovirt-devel] gerrit.ovirt.org projects > > Hi, > > I have a question about projects on gerrit.ovirt.org . > I'm working on cleaning up the gerrit.ovirt.org and upd

[ovirt-devel] [UI plugins] RestApiSessionAcquired is out, api.ssoToken() is in

2016-05-12 Thread Vojtech Szocs
Hi everyone, we've merged a patch that aligns UI code with Engine SSO infra: https://gerrit.ovirt.org/#/c/49278/ In particular, UI code that creates & maintains REST webapp's HTTP session was removed in favor of using SSO token. **UI plugin authors take note!** The "RestApiSessionAcquired" ca

Re: [ovirt-devel] Master ovirt-engine build broken

2016-05-04 Thread Vojtech Szocs
- Original Message - > From: "Eyal Edri" > To: "Vojtech Szocs" > Cc: "Oved Ourfali" , "devel" > Sent: Wednesday, May 4, 2016 2:38:40 PM > Subject: Re: [ovirt-devel] Master ovirt-engine build broken > > Vojtech, > Any i

Re: [ovirt-devel] Master ovirt-engine build broken

2016-05-04 Thread Vojtech Szocs
- Original Message - > From: "Vojtech Szocs" > To: "Oved Ourfali" > Cc: "devel" > Sent: Wednesday, May 4, 2016 2:24:21 PM > Subject: Re: [ovirt-devel] Master ovirt-engine build broken > > > > - Original Message - &

Re: [ovirt-devel] Master ovirt-engine build broken

2016-05-04 Thread Vojtech Szocs
- Original Message - > From: "Vojtech Szocs" > To: "Oved Ourfali" , "David Caro" > Cc: "devel" > Sent: Wednesday, May 4, 2016 2:19:09 PM > Subject: Re: [ovirt-devel] Master ovirt-engine build broken > > > >

Re: [ovirt-devel] Master ovirt-engine build broken

2016-05-04 Thread Vojtech Szocs
- Original Message - > From: "Oved Ourfali" > To: "Vojtech Szocs" > Cc: "Marek Libra" , "devel" > Sent: Wednesday, May 4, 2016 2:07:19 PM > Subject: Re: [ovirt-devel] Master ovirt-engine build broken > > Okay. > Makes s

Re: [ovirt-devel] Master ovirt-engine build broken

2016-05-04 Thread Vojtech Szocs
(top-posting) Hi, root cause is wrong number of message parameters (placeholders) in translated properties files, compared to message definitions in Java code. For example, UIMessages#cpuInfoLabel method has 4 parameters, but the corresponding message in `UIMessages_de_DE.properties` only contai

Re: [ovirt-devel] UI plugins - access to engine styles and libraries

2016-04-21 Thread Vojtech Szocs
- Original Message - > From: "Greg Sheremeta" > To: "Vojtech Szocs" > Cc: "Martin Sivak" , "Alexander Wels" , > "engine-de...@ovirt.org" > > Sent: Wednesday, April 20, 2016 8:20:11 PM > Subject: Re: [ovirt-devel]

Re: [ovirt-devel] UI plugins - access to engine styles and libraries

2016-04-20 Thread Vojtech Szocs
- Original Message - > From: "Greg Sheremeta" > To: "Vojtech Szocs" > Cc: "Martin Sivak" , "Alexander Wels" , > "engine-de...@ovirt.org" > > Sent: Wednesday, April 20, 2016 7:06:13 PM > Subject: Re: [ovirt-devel]

Re: [ovirt-devel] UI plugins - access to engine styles and libraries

2016-04-20 Thread Vojtech Szocs
- Original Message - > From: "Martin Sivak" > To: "Vojtech Szocs" > Cc: "Greg Sheremeta" , "Alexander Wels" > , "engine-de...@ovirt.org" > > Sent: Tuesday, April 19, 2016 5:07:52 PM > Subject: Re: [ovirt-dev

Re: [ovirt-devel] UI plugins - access to engine styles and libraries

2016-04-20 Thread Vojtech Szocs
- Original Message - > From: "Greg Sheremeta" > To: "Vojtech Szocs" > Cc: "Martin Sivak" , "Alexander Wels" , > "engine-de...@ovirt.org" > , "Moran Goldboim" , "Oved Ourfali" > > Sent:

[ovirt-devel] Introducing oVirt Dashboard

2016-04-20 Thread Vojtech Szocs
Hi everyone, Alexander and me are working on oVirt Dashboard UI plugin that gives overview of the virtualized environment and its specific objects. (See the attached screenshot.) Development started on GitHub: https://github.com/vojtechszocs/ovirt-dashboard-ui-plugin but now we're moving the

[ovirt-devel] New UI plugin API additions

2016-04-15 Thread Vojtech Szocs
Hi, in oVirt master / 4.0, following new UI plugin API functions are now available. -- engineBaseUrl [1]: can be used to construct Engine URLs. Signature: engineBaseUrl() Examples: // returns something like: // https://example.com:8443/ovirt-engine/ api.engineBaseUrl() [1] https:/

Re: [ovirt-devel] UI plugins - access to engine styles and libraries

2016-04-15 Thread Vojtech Szocs
- Original Message - > From: "Vojtech Szocs" > To: "Martin Sivak" , "Greg Sheremeta" > , "Alexander Wels" > Cc: "engine-de...@ovirt.org" > Sent: Friday, April 15, 2016 5:23:08 PM > Subject: Re: [ovirt-deve

Re: [ovirt-devel] UI plugins - access to engine styles and libraries

2016-04-15 Thread Vojtech Szocs
t;Martin Sivak" > To: "engine-de...@ovirt.org" > Cc: "Moran Goldboim" , "Vojtech Szocs" > , "Oved Ourfali" > Sent: Wednesday, April 13, 2016 5:30:49 PM > Subject: UI plugins - access to engine styles and libraries > > Hi every

Re: [ovirt-devel] oVirt-specific aspect languages

2016-04-15 Thread Vojtech Szocs
- Original Message - > From: "Arik Hadas" > To: "Martin Sivak" , "Vojtech Szocs" > Cc: "devel" > Sent: Wednesday, April 13, 2016 10:58:46 PM > Subject: Re: [ovirt-devel] oVirt-specific aspect languages > > Hi, > >

  1   2   3   >