All of lore.kernel.org
 help / color / mirror / Atom feed
* [review-request] michaelw/table-porting
@ 2015-05-11 19:50 Michael Wood
       [not found] ` <D177922A.5B78D%belen.barros.pena@intel.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Wood @ 2015-05-11 19:50 UTC (permalink / raw)
  To: toaster@yoctoproject.org


commit 2951e0228000ad9bbd40b96e33a46ff0ad53dd45
Author: Michael Wood <michael.g.wood@intel.com>
Date:   Mon May 11 18:51:28 2015 +0100

     bitbake: toaster: Port All recipes, layers and machines to 
ToasterTables

     Port of the main tables to the new ToasterTable widget.

     Signed-off-by: Michael Wood <michael.g.wood@intel.com>

commit 5f2ba9929b6d724bbf211c1461c009c4cb5345c3
Author: Michael Wood <michael.g.wood@intel.com>
Date:   Fri May 8 17:24:11 2015 +0100

     bitbake: toaster: Add toaster table widget

     This widget provides a common client and backend widget to support
     presenting data tables in Toaster.

     It provides; data loading, paging, page size, ordering, filtering,
     column toggling, caching, column defaults, counts and search.

     Signed-off-by: Michael Wood <michael.g.wood@intel.com>



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

* Re: [review-request] michaelw/table-porting
       [not found]     ` <555214CB.1000802@intel.com>
@ 2015-05-12 15:49       ` Barros Pena, Belen
  2015-05-13 14:46         ` Damian, Alexandru
  0 siblings, 1 reply; 3+ messages in thread
From: Barros Pena, Belen @ 2015-05-12 15:49 UTC (permalink / raw)
  To: Wood, Michael G; +Cc: toaster@yoctoproject.org

Those tables are working beautifully. The autocomplete suggestions still
don't though. 

Thanks!

Belén

On 12/05/2015 15:57, "Michael Wood" <michael.g.wood@intel.com> wrote:

>On 12/05/15 14:36, Michael Wood wrote:
>> On 12/05/15 11:21, Barros Pena, Belen wrote:
>>> Hi Michael,
>>>
>>> It pretty much works :) apart from a few glitches. There they go:
>>>
>>> * Autocomplete is not working in this branch (it does work on master)
>>
>> Not me this one, I think it's probably the URL refactor which may be
>> fixed somewhere. It's broken in master too.
>> I've added a patch on this branch to fix it.

>>I'll find out what's
>> going on.
>>
>>>
>>> * The tables don't seem to recognise the layers added to the project.
>>>If
>>> you create a project, then go to the all layers table, then search for
>>> meta-yocto, it shows the 'add layer' button (but the layer is already
>>> added to the project). If you add a layer, then refresh the page, the
>>> layer you just added shows the 'add layer' button, instead of the
>>> 'delete'
>>> button.
>>
>> This is the issue you commented on a bug this morning
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7708
>>
>
>Sorry about that, I jumped the gun, the list of current layers wasn't
>being returned (for some reason the project layers are called
>"layercommit" in the database and I didn't test it after changing the
>get layers function, I assumed it would be "layer id" crazy assumption!)
>
>I've pushed this fix to the branch
>
>
>>
>>>
>>> All recipes table:
>>>
>>> * This table is missing the 'layer' column
>> Done
>>>
>>> * Would it be possible to set a span class in the 'Description' column
>>> heading. Otherwise it just takes over the whole table.
>> Done
>>>
>>> * Sorting doesn't seem to be working in this table. The 'recipe'
>>>heading
>>> appears sorted when you load the table, but the recipes are not sorted.
>>> When you click on the heading, it sorts by z to a.
>>
>> Done
>>
>>>
>>> Thanks!
>>>
>>> Belén
>>>
>>>
>>>
>>> On 11/05/2015 20:50, "Michael Wood" <michael.g.wood@intel.com> wrote:
>>>
>>>> commit 2951e0228000ad9bbd40b96e33a46ff0ad53dd45
>>>> Author: Michael Wood <michael.g.wood@intel.com>
>>>> Date:   Mon May 11 18:51:28 2015 +0100
>>>>
>>>>      bitbake: toaster: Port All recipes, layers and machines to
>>>> ToasterTables
>>>>
>>>>      Port of the main tables to the new ToasterTable widget.
>>>>
>>>>      Signed-off-by: Michael Wood <michael.g.wood@intel.com>
>>>>
>>>> commit 5f2ba9929b6d724bbf211c1461c009c4cb5345c3
>>>> Author: Michael Wood <michael.g.wood@intel.com>
>>>> Date:   Fri May 8 17:24:11 2015 +0100
>>>>
>>>>      bitbake: toaster: Add toaster table widget
>>>>
>>>>      This widget provides a common client and backend widget to
>>>>support
>>>>      presenting data tables in Toaster.
>>>>
>>>>      It provides; data loading, paging, page size, ordering,
>>>>filtering,
>>>>      column toggling, caching, column defaults, counts and search.
>>>>
>>>>      Signed-off-by: Michael Wood <michael.g.wood@intel.com>
>>>>
>>>> -- 
>>>> _______________________________________________
>>>> toaster mailing list
>>>> toaster@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/toaster
>>
>



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

* Re: [review-request] michaelw/table-porting
  2015-05-12 15:49       ` Barros Pena, Belen
@ 2015-05-13 14:46         ` Damian, Alexandru
  0 siblings, 0 replies; 3+ messages in thread
From: Damian, Alexandru @ 2015-05-13 14:46 UTC (permalink / raw)
  To: Barros Pena, Belen; +Cc: toaster@yoctoproject.org

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

Taken for submission, as it is.

Any fixes will have to come on top of this patch set.

Cheers,
Alex

On Tue, May 12, 2015 at 4:49 PM, Barros Pena, Belen <
belen.barros.pena@intel.com> wrote:

> Those tables are working beautifully. The autocomplete suggestions still
> don't though.
>
> Thanks!
>
> Belén
>
> On 12/05/2015 15:57, "Michael Wood" <michael.g.wood@intel.com> wrote:
>
> >On 12/05/15 14:36, Michael Wood wrote:
> >> On 12/05/15 11:21, Barros Pena, Belen wrote:
> >>> Hi Michael,
> >>>
> >>> It pretty much works :) apart from a few glitches. There they go:
> >>>
> >>> * Autocomplete is not working in this branch (it does work on master)
> >>
> >> Not me this one, I think it's probably the URL refactor which may be
> >> fixed somewhere. It's broken in master too.
> >> I've added a patch on this branch to fix it.
>
> >>I'll find out what's
> >> going on.
> >>
> >>>
> >>> * The tables don't seem to recognise the layers added to the project.
> >>>If
> >>> you create a project, then go to the all layers table, then search for
> >>> meta-yocto, it shows the 'add layer' button (but the layer is already
> >>> added to the project). If you add a layer, then refresh the page, the
> >>> layer you just added shows the 'add layer' button, instead of the
> >>> 'delete'
> >>> button.
> >>
> >> This is the issue you commented on a bug this morning
> >> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7708
> >>
> >
> >Sorry about that, I jumped the gun, the list of current layers wasn't
> >being returned (for some reason the project layers are called
> >"layercommit" in the database and I didn't test it after changing the
> >get layers function, I assumed it would be "layer id" crazy assumption!)
> >
> >I've pushed this fix to the branch
> >
> >
> >>
> >>>
> >>> All recipes table:
> >>>
> >>> * This table is missing the 'layer' column
> >> Done
> >>>
> >>> * Would it be possible to set a span class in the 'Description' column
> >>> heading. Otherwise it just takes over the whole table.
> >> Done
> >>>
> >>> * Sorting doesn't seem to be working in this table. The 'recipe'
> >>>heading
> >>> appears sorted when you load the table, but the recipes are not sorted.
> >>> When you click on the heading, it sorts by z to a.
> >>
> >> Done
> >>
> >>>
> >>> Thanks!
> >>>
> >>> Belén
> >>>
> >>>
> >>>
> >>> On 11/05/2015 20:50, "Michael Wood" <michael.g.wood@intel.com> wrote:
> >>>
> >>>> commit 2951e0228000ad9bbd40b96e33a46ff0ad53dd45
> >>>> Author: Michael Wood <michael.g.wood@intel.com>
> >>>> Date:   Mon May 11 18:51:28 2015 +0100
> >>>>
> >>>>      bitbake: toaster: Port All recipes, layers and machines to
> >>>> ToasterTables
> >>>>
> >>>>      Port of the main tables to the new ToasterTable widget.
> >>>>
> >>>>      Signed-off-by: Michael Wood <michael.g.wood@intel.com>
> >>>>
> >>>> commit 5f2ba9929b6d724bbf211c1461c009c4cb5345c3
> >>>> Author: Michael Wood <michael.g.wood@intel.com>
> >>>> Date:   Fri May 8 17:24:11 2015 +0100
> >>>>
> >>>>      bitbake: toaster: Add toaster table widget
> >>>>
> >>>>      This widget provides a common client and backend widget to
> >>>>support
> >>>>      presenting data tables in Toaster.
> >>>>
> >>>>      It provides; data loading, paging, page size, ordering,
> >>>>filtering,
> >>>>      column toggling, caching, column defaults, counts and search.
> >>>>
> >>>>      Signed-off-by: Michael Wood <michael.g.wood@intel.com>
> >>>>
> >>>> --
> >>>> _______________________________________________
> >>>> toaster mailing list
> >>>> toaster@yoctoproject.org
> >>>> https://lists.yoctoproject.org/listinfo/toaster
> >>
> >
>
> --
> _______________________________________________
> toaster mailing list
> toaster@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Alex Damian
Yocto Project
SSG / OTC

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

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

end of thread, other threads:[~2015-05-13 14:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 19:50 [review-request] michaelw/table-porting Michael Wood
     [not found] ` <D177922A.5B78D%belen.barros.pena@intel.com>
     [not found]   ` <555201CD.7000809@intel.com>
     [not found]     ` <555214CB.1000802@intel.com>
2015-05-12 15:49       ` Barros Pena, Belen
2015-05-13 14:46         ` Damian, Alexandru

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.