All of lore.kernel.org
 help / color / mirror / Atom feed
* review request for configure details page
@ 2014-02-14  9:19 Reyna, David
  2014-02-14 10:26 ` Reyna, David
  2014-02-14 15:11 ` Barros Pena, Belen
  0 siblings, 2 replies; 5+ messages in thread
From: Reyna, David @ 2014-02-14  9:19 UTC (permalink / raw)
  To: belen.barros.pena, Damian, Alexandru (alexandru.damian@intel.com); +Cc: toaster

[-- Attachment #1: Type: text/plain, Size: 1380 bytes --]

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 truncate the variable's value to 200 characters 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, to 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 were not covered by the existing categories, and I wondered if you were ok that.

    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 regex 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 select on the VariableHistory table is guaranteed to be in time order. I did manually 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



[-- Attachment #2: Type: text/html, Size: 2253 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-14 16:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14  9:19 review request for configure details page Reyna, David
2014-02-14 10:26 ` Reyna, David
2014-02-14 16:27   ` Barros Pena, Belen
2014-02-14 16:59     ` Reyna, David
2014-02-14 15:11 ` Barros Pena, Belen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.