From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3F3ADE00571 for ; Fri, 14 Feb 2014 02:26:19 -0800 (PST) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s1EAQHCm020539 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 14 Feb 2014 02:26:17 -0800 (PST) Received: from ALA-MBB.corp.ad.wrs.com ([169.254.1.230]) by ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) with mapi id 14.02.0347.000; Fri, 14 Feb 2014 02:26:17 -0800 From: "Reyna, David" To: "belen.barros.pena@intel.com" , "Damian, Alexandru (alexandru.damian@intel.com)" Thread-Topic: review request for configure details page Thread-Index: Ac8pVTipvr/OHTyCSgC2T6rxfhlFdAAGaNqw Date: Fri, 14 Feb 2014 10:26:16 +0000 Message-ID: <5E53D14CE4667A45B9A06760DE5D13D055DC6D12@ALA-MBB.corp.ad.wrs.com> References: <5E53D14CE4667A45B9A06760DE5D13D055DC6CC6@ALA-MBB.corp.ad.wrs.com> In-Reply-To: <5E53D14CE4667A45B9A06760DE5D13D055DC6CC6@ALA-MBB.corp.ad.wrs.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [147.11.117.60] MIME-Version: 1.0 Cc: "toaster@yoctoproject.org" Subject: Re: review request for configure details page X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 10:26:20 -0000 Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_5E53D14CE4667A45B9A06760DE5D13D055DC6D12ALAMBBcorpadwrs_" --_000_5E53D14CE4667A45B9A06760DE5D13D055DC6D12ALAMBBcorpadwrs_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi again, > "I have the filter for the descriptions, but is depends on the presence o= f a space character" Ok, I was able to redo and push the filter using a regex, so that will allo= w the possibility of a description that has characters but no spaces. ('Show only variables with description', 'description__regex:.+'), - David From: toaster-bounces@yoctoproject.org [mailto:toaster-bounces@yoctoproject= .org] On Behalf Of Reyna, David Sent: Friday, February 14, 2014 1:20 AM To: belen.barros.pena@intel.com; Damian, Alexandru (alexandru.damian@intel.= com) Cc: toaster@yoctoproject.org Subject: [Toaster] review request for configure details page Hi Belen and Alex, I have the configuration page ready for review at: "dreyna/configure-detai= l-view" Implementation Notes: * In the file list pop-up dialog, I truncate the variable's value to 200 ch= aracters max. The reason is that I discovered for variables (like "BBINCLUDE") with very = long values, the pop-up is in fact unable by design to scroll to the end, t= o show the file list. I think that 200 characters give the right idea, and = the result looks consistent with the more normal pop-ups. * I have the file filters working for each of the indicated categories. I will note that in my examinations that there were a few file types that w= ere not covered by the existing categories, and I wondered if you were ok t= hat. poky/meta/classes/* poky/bitbake/lib/bb/* * I have the filter for the descriptions. I ended on filtering on the presence of a space character, because I could = not find an appropriate alternate field lookup. I suppose I could try a reg= ex test. * I implemented the file list such the last file is the one shown. I was however curious if it is absolutely the case that the foreign key sel= ect on the VariableHistory table is guaranteed to be in time order. I did m= anually examine the first 100 rows and found that indeed that the rows were= in primary key sequential order, but that is not proof. Thanks, David --_000_5E53D14CE4667A45B9A06760DE5D13D055DC6D12ALAMBBcorpadwrs_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi again,

 <= /p>

> “I have the filter for the d= escriptions, but is depends on the presence of a space character”

 <= /p>

Ok, I was able to redo an= d push the filter using a regex, so that will allow the possibility of a de= scription that has characters but no spaces.

 <= /p>

    ('Show= only variables with description', 'description__regex:.+'),=

 <= /p>

- David=

 <= /p>

From: toaster-= bounces@yoctoproject.org [mailto:toaster-bounces@yoctoproject.org] On Behalf Of Reyna, David
Sent: Friday, February 14, 2014 1:20 AM
To: belen.barros.pena@intel.com; Damian, Alexandru (alexandru.damian= @intel.com)
Cc: toaster@yoctoproject.org
Subject: [Toaster] review request for configure details page

 

Hi Belen and Alex,

 

I have the configuration page ready for= review at:  “dreyna/configure-detail-view”

 

Implementation Notes:=

 

* In the file list pop-up dialog, I tru= ncate the variable’s value to 200 characters max.

 

The reason is that I discovered for var= iables (like “BBINCLUDE”) with very long values, the pop-up is = in fact unable by design to scroll to the end, to show the file list. I think that 200 characters give the right idea, and the result looks cons= istent with the more normal pop-ups.

 

* I have the file filters working for e= ach of the indicated categories.

 

I will note that in my examinations tha= t there were a few file types that were not covered by the existing categor= ies, and I wondered if you were ok that.

 

    poky/meta/classes/*<= o:p>

    poky/bitbake/lib/bb/= *

 

* I have the filter for the description= s.

 

I ended on filtering on the presence of= a space character, because I could not find an appropriate alternate field= lookup. I suppose I could try a regex test.

 

* I implemented the file list such the = last file is the one shown.

 

I was however curious if it is absolute= ly the case that the foreign key select on the VariableHistory table is gua= ranteed to be in time order. I did manually examine the first 100 rows and found that indeed that the rows were in primary key seq= uential order, but that is not proof.

 

Thanks,

David

 

 

--_000_5E53D14CE4667A45B9A06760DE5D13D055DC6D12ALAMBBcorpadwrs_--