All of lore.kernel.org
 help / color / mirror / Atom feed
* FW: [Bug 8131] All builds page "Errors"/"Warnings" filters doesn't work
       [not found] ` <bug-8131-212-wu5DEJ0HAX@https.bugzilla.yoctoproject.org/>
@ 2015-09-28 10:28   ` Barros Pena, Belen
  2015-09-28 17:13     ` Michael Wood
  0 siblings, 1 reply; 3+ messages in thread
From: Barros Pena, Belen @ 2015-09-28 10:28 UTC (permalink / raw)
  To: toaster@yoctoproject.org

I've just realised that this issue

https://bugzilla.yoctoproject.org/show_bug.cgi?id=8131

has been moved to 2.1. I understand that we might not have time to fix it
right now, but it is pretty bad to have stuff in the UI that breaks like
this does. 

Are we 100% sure that we will not be able to fix this before the 2.0
release? If that's the case, I will submit a patch to hide those filter
buttons, to avoid exposing broken functionality to users.

Thanks!

Belén



On 23/09/2015 16:43, "bugzilla-daemon@yoctoproject.org"
<bugzilla-daemon@yoctoproject.org> wrote:

>Stephen K Jolley <mailto:stephen.k.jolley@intel.com>changed
>bug 8131 <https://bugzilla.yoctoproject.org/show_bug.cgi?id=8131>
>WhatRemovedAddedPriorityMedium+ Medium Target Milestone1.9 M3 2.1 QA
>Contactcristina-danielax.agurida@intel.com stanciux.mihail@intel.com
>________________________________________
>You are receiving this mail because:
>* You are on the CC list for the bug.
>



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

* Re: FW: [Bug 8131] All builds page "Errors"/"Warnings" filters doesn't work
  2015-09-28 10:28   ` FW: [Bug 8131] All builds page "Errors"/"Warnings" filters doesn't work Barros Pena, Belen
@ 2015-09-28 17:13     ` Michael Wood
  2015-09-29  9:09       ` Barros Pena, Belen
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Wood @ 2015-09-28 17:13 UTC (permalink / raw)
  To: Barros Pena, Belen, toaster@yoctoproject.org

Updated the bug:

There are no simple fixes for this that I can see. The field which it used to filter on was removed in this commit:

commit 70c4eb8d3acaad267ee943ebfba793f9cc1c5ee6
Author: Alexandru DAMIAN <alexandru.damian@intel.com  <mailto:alexandru.damian@intel.com>>
Date:   Wed Jun 17 17:30:34 2015 +0100

     bitbake: toaster: refactor build model
    
     We remove the "timespent", "errors_no" and "warnings_no" fields
     in favor of computing the needed values at runtime. This prevents
     inconsistencies in the UI.
    
     Also removeing all references to BuildRequests from the interface -
     all build details now display in the build dashboard.
    
     Minor fixes related to data logging.
    
     (Bitbake rev: 44f37394ed3e4ca02f940be172fe4395b0ee0f7d)
    
     Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com  <mailto:alexandru.damian@intel.com>>
     Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org  <mailto:richard.purdie@linuxfoundation.org>>

We will need a new mechanism to do the filtering, we will also be porting this table to ToasterTables so this can be fixed at that point.



Michael


On 28/09/15 11:28, Barros Pena, Belen wrote:
> I've just realised that this issue
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=8131
>
> has been moved to 2.1. I understand that we might not have time to fix it
> right now, but it is pretty bad to have stuff in the UI that breaks like
> this does.
>
> Are we 100% sure that we will not be able to fix this before the 2.0
> release? If that's the case, I will submit a patch to hide those filter
> buttons, to avoid exposing broken functionality to users.
>
> Thanks!
>
> Belén
>
>
>
> On 23/09/2015 16:43, "bugzilla-daemon@yoctoproject.org"
> <bugzilla-daemon@yoctoproject.org> wrote:
>
>> Stephen K Jolley <mailto:stephen.k.jolley@intel.com>changed
>> bug 8131 <https://bugzilla.yoctoproject.org/show_bug.cgi?id=8131>
>> WhatRemovedAddedPriorityMedium+ Medium Target Milestone1.9 M3 2.1 QA
>> Contactcristina-danielax.agurida@intel.com stanciux.mihail@intel.com
>> ________________________________________
>> You are receiving this mail because:
>> * You are on the CC list for the bug.
>>



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

* Re: FW: [Bug 8131] All builds page "Errors"/"Warnings" filters doesn't work
  2015-09-28 17:13     ` Michael Wood
@ 2015-09-29  9:09       ` Barros Pena, Belen
  0 siblings, 0 replies; 3+ messages in thread
From: Barros Pena, Belen @ 2015-09-29  9:09 UTC (permalink / raw)
  To: Wood, Michael G, toaster@yoctoproject.org

On 28/09/2015 18:13, "Michael Wood" <michael.g.wood@intel.com> wrote:

>Updated the bug:
>
>There are no simple fixes for this that I can see. The field which it
>used to filter on was removed in this commit:

Fair enough: we can hide the broken filters, and bring them back once they
are fixed.

Cheers

Belén

>
>commit 70c4eb8d3acaad267ee943ebfba793f9cc1c5ee6
>Author: Alexandru DAMIAN <alexandru.damian@intel.com
><mailto:alexandru.damian@intel.com>>
>Date:   Wed Jun 17 17:30:34 2015 +0100
>
>     bitbake: toaster: refactor build model
>    
>     We remove the "timespent", "errors_no" and "warnings_no" fields
>     in favor of computing the needed values at runtime. This prevents
>     inconsistencies in the UI.
>    
>     Also removeing all references to BuildRequests from the interface -
>     all build details now display in the build dashboard.
>    
>     Minor fixes related to data logging.
>    
>     (Bitbake rev: 44f37394ed3e4ca02f940be172fe4395b0ee0f7d)
>    
>     Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com
><mailto:alexandru.damian@intel.com>>
>     Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org
><mailto:richard.purdie@linuxfoundation.org>>
>
>We will need a new mechanism to do the filtering, we will also be porting
>this table to ToasterTables so this can be fixed at that point.
>
>
>
>Michael
>
>
>On 28/09/15 11:28, Barros Pena, Belen wrote:
>> I've just realised that this issue
>>
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=8131
>>
>> has been moved to 2.1. I understand that we might not have time to fix
>>it
>> right now, but it is pretty bad to have stuff in the UI that breaks like
>> this does.
>>
>> Are we 100% sure that we will not be able to fix this before the 2.0
>> release? If that's the case, I will submit a patch to hide those filter
>> buttons, to avoid exposing broken functionality to users.
>>
>> Thanks!
>>
>> Belén
>>
>>
>>
>> On 23/09/2015 16:43, "bugzilla-daemon@yoctoproject.org"
>> <bugzilla-daemon@yoctoproject.org> wrote:
>>
>>> Stephen K Jolley <mailto:stephen.k.jolley@intel.com>changed
>>> bug 8131 <https://bugzilla.yoctoproject.org/show_bug.cgi?id=8131>
>>> WhatRemovedAddedPriorityMedium+ Medium Target Milestone1.9 M3 2.1 QA
>>> Contactcristina-danielax.agurida@intel.com stanciux.mihail@intel.com
>>> ________________________________________
>>> You are receiving this mail because:
>>> * You are on the CC list for the bug.
>>>
>



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

end of thread, other threads:[~2015-09-29  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-8131-212@https.bugzilla.yoctoproject.org/>
     [not found] ` <bug-8131-212-wu5DEJ0HAX@https.bugzilla.yoctoproject.org/>
2015-09-28 10:28   ` FW: [Bug 8131] All builds page "Errors"/"Warnings" filters doesn't work Barros Pena, Belen
2015-09-28 17:13     ` Michael Wood
2015-09-29  9:09       ` 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.