From jsightle at redhat.com  Thu Jun  2 18:15:41 2016
From: jsightle at redhat.com (Jess Sightler)
Date: Thu, 2 Jun 2016 18:15:41 -0400
Subject: [windup-dev] New class-body-stripper project created
Message-ID: <9f0563ea-2aa7-b278-879b-26a6e46cb14a@redhat.com>

This has an initial (probably very buggy) implementation:

https://github.com/windup/class-body-stripper

Feel free to try it.


From ozizka at redhat.com  Mon Jun 20 18:23:40 2016
From: ozizka at redhat.com (Ondrej Zizka)
Date: Tue, 21 Jun 2016 00:23:40 +0200
Subject: [windup-dev] Generic DOM elements sorting JS function
Message-ID: <57686CEC.8030209@redhat.com>

Devs,

I've added a JS function which can sort any elements like this:

         $("body.viewAppList .apps .real 
.appInfo").sortElements(function(a, b){
             return $(a).find(".traits .fileName").first().text().trim() 
 > $(b).find(".traits .fileName").first().text().trim() ? 1 : -1;
         });

So you can give it any set of non-nested elements (but even at different 
levels in the DOM) and have them sorted by the comparer you provide.

Perhaps it could even help with the Migration Issues report complexity, 
not sure.

<script src="reports/resources/js/windup-utils.js"></script>

Enjoy :)

From ozizka at redhat.com  Sun Jun 26 19:26:35 2016
From: ozizka at redhat.com (Ondrej Zizka)
Date: Mon, 27 Jun 2016 01:26:35 +0200
Subject: [windup-dev] REST <- graph api?
Message-ID: <577064AB.6090809@redhat.com>

Hi devs,

How about creating a layer that would query the graph based on a REST URL?
I.e. instead of creating a REST endpoint for each service, we could do 
something like

localhost//windup/rest/graph/ProjectModel/id-48984/out-projectTofile/with-...

Or some subset of Gremlin perhaps...
Just an idea.

Ondra

From jsightle at redhat.com  Tue Jun 28 17:58:22 2016
From: jsightle at redhat.com (Jess Sightler)
Date: Tue, 28 Jun 2016 17:58:22 -0400
Subject: [windup-dev] REST <- graph api?
In-Reply-To: <577064AB.6090809@redhat.com>
References: <577064AB.6090809@redhat.com>
Message-ID: <2c5a3079-e3ea-7b77-2259-baad4844e267@redhat.com>

I think that this might be a good thing to discuss in the meeting on 
Thursday. It would move a LOT of the business logic over to the client 
side, but I'm not totally sure if that is a bad thing for us?

I'm out of the office tomorrow morning, but I am hoping to send a PR 
with some ideas tomorrow afternoon as well. I feel like it may take an 
iteration or two to get this concept right.

On 06/26/2016 07:26 PM, Ondrej Zizka wrote:
> Hi devs,
>
> How about creating a layer that would query the graph based on a REST URL?
> I.e. instead of creating a REST endpoint for each service, we could do
> something like
>
> localhost//windup/rest/graph/ProjectModel/id-48984/out-projectTofile/with-...
>
> Or some subset of Gremlin perhaps...
> Just an idea.
>
> Ondra
> _______________________________________________
> windup-dev mailing list
> windup-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/windup-dev