All of lore.kernel.org
 help / color / mirror / Atom feed
* Breadcrumb changes (YB6587)
@ 2014-09-22 16:10 Barros Pena, Belen
  2014-09-24  8:29 ` Reyna, David
  0 siblings, 1 reply; 4+ messages in thread
From: Barros Pena, Belen @ 2014-09-22 16:10 UTC (permalink / raw)
  To: toaster

Adding projects to Toaster means some changes to the Toaster structure and
the way we identify builds. Those changes impact the breadcrumb we show in
most Toaster pages.

A description of the changes needed is here

https://bugzilla.yoctoproject.org/attachment.cgi?id=2135

Belén




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

* Re: Breadcrumb changes (YB6587)
  2014-09-22 16:10 Breadcrumb changes (YB6587) Barros Pena, Belen
@ 2014-09-24  8:29 ` Reyna, David
  2014-09-24  9:25   ` Barros Pena, Belen
  0 siblings, 1 reply; 4+ messages in thread
From: Reyna, David @ 2014-09-24  8:29 UTC (permalink / raw)
  To: BARROS PENA, BELEN, toaster

Hi Belén,

Just one question. 

This makes sense for builds that are under a project, but what about regular builds that a built outside of a project? 

Will there be a catch-all project name for the "wild" builds, or are there two cases for breadcrumbs, this new way for builds with projects and the original way for regular builds?

I ask because while in non-managed mode you cannot see projects, but in managed mode you can see both project and non-project builds.

Thanks,
David

> -----Original Message-----
> From: toaster-bounces@yoctoproject.org [mailto:toaster-
> bounces@yoctoproject.org] On Behalf Of Barros Pena, Belen
> Sent: Monday, September 22, 2014 9:11 AM
> To: toaster@yoctoproject.org
> Subject: [Toaster] Breadcrumb changes (YB6587)
> 
> Adding projects to Toaster means some changes to the Toaster structure and
> the way we identify builds. Those changes impact the breadcrumb we show in
> most Toaster pages.
> 
> A description of the changes needed is here
> 
> https://bugzilla.yoctoproject.org/attachment.cgi?id=2135
> 
> Belén
> 
> 
> --
> _______________________________________________
> toaster mailing list
> toaster@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster


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

* Re: Breadcrumb changes (YB6587)
  2014-09-24  8:29 ` Reyna, David
@ 2014-09-24  9:25   ` Barros Pena, Belen
  2014-09-30 10:14     ` Damian, Alexandru
  0 siblings, 1 reply; 4+ messages in thread
From: Barros Pena, Belen @ 2014-09-24  9:25 UTC (permalink / raw)
  To: Reyna, David L (Wind River), toaster

On 24/09/2014 09:29, "Reyna, David" <david.reyna@windriver.com> wrote:

>Hi Belén,
>
>Just one question.
>
>This makes sense for builds that are under a project, but what about
>regular builds that a built outside of a project?
>
>Will there be a catch-all project name for the "wild" builds, or are
>there two cases for breadcrumbs, this new way for builds with projects
>and the original way for regular builds?

The latter. Whenever we release, Toaster will have 2 modes: an 'analysis
only' mode (Toaster 1.6) and a 'projects' mode (Toaster 1.7). If you start
Toaster in 'analysis only' mode, you will see the 1.6 breadcrumb (no
project name, and build identifiers including machine name). If you start
Toaster in 'projects' mode, you will see the new breadcrumb.

If you start Toaster in 'projects' mode, there should be no builds outside
of a project. If there are (because for some reason you are using Toaster
in both modes storing to the same database) we probably shouldn't show the
'analysis only' mode builds when you are in 'projects' mode and vice versa.

I guess we have designed the functionality to be independent (you can
choose which mode you want to use in your Toaster instance), but once you
have picked one mode and set it up, we assume you won't change your mind.
You either want to configure and launch builds with Toaster, or you don't:
Toaster is not optimised for switching between the 2 modes in a single
instance.

I hope this makes sense.

Cheers

Belén

>
>I ask because while in non-managed mode you cannot see projects, but in
>managed mode you can see both project and non-project builds.
>
>Thanks,
>David
>
>> -----Original Message-----
>> From: toaster-bounces@yoctoproject.org [mailto:toaster-
>> bounces@yoctoproject.org] On Behalf Of Barros Pena, Belen
>> Sent: Monday, September 22, 2014 9:11 AM
>> To: toaster@yoctoproject.org
>> Subject: [Toaster] Breadcrumb changes (YB6587)
>>
>> Adding projects to Toaster means some changes to the Toaster structure
>>and
>> the way we identify builds. Those changes impact the breadcrumb we show
>>in
>> most Toaster pages.
>>
>> A description of the changes needed is here
>>
>> https://bugzilla.yoctoproject.org/attachment.cgi?id=2135
>>
>> Belén
>>
>>
>> --
>> _______________________________________________
>> toaster mailing list
>> toaster@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/toaster



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

* Re: Breadcrumb changes (YB6587)
  2014-09-24  9:25   ` Barros Pena, Belen
@ 2014-09-30 10:14     ` Damian, Alexandru
  0 siblings, 0 replies; 4+ messages in thread
From: Damian, Alexandru @ 2014-09-30 10:14 UTC (permalink / raw)
  To: Barros Pena, Belen; +Cc: toaster

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

I feel that we need a separate bug to track the breadcrumb change,
especially when it affects other pages than the Project page.

Hence, https://bugzilla.yoctoproject.org/show_bug.cgi?id=6776

I'm taking the bug.

Alex

On Wed, Sep 24, 2014 at 10:25 AM, Barros Pena, Belen <
belen.barros.pena@intel.com> wrote:

> On 24/09/2014 09:29, "Reyna, David" <david.reyna@windriver.com> wrote:
>
> >Hi Belén,
> >
> >Just one question.
> >
> >This makes sense for builds that are under a project, but what about
> >regular builds that a built outside of a project?
> >
> >Will there be a catch-all project name for the "wild" builds, or are
> >there two cases for breadcrumbs, this new way for builds with projects
> >and the original way for regular builds?
>
> The latter. Whenever we release, Toaster will have 2 modes: an 'analysis
> only' mode (Toaster 1.6) and a 'projects' mode (Toaster 1.7). If you start
> Toaster in 'analysis only' mode, you will see the 1.6 breadcrumb (no
> project name, and build identifiers including machine name). If you start
> Toaster in 'projects' mode, you will see the new breadcrumb.
>
> If you start Toaster in 'projects' mode, there should be no builds outside
> of a project. If there are (because for some reason you are using Toaster
> in both modes storing to the same database) we probably shouldn't show the
> 'analysis only' mode builds when you are in 'projects' mode and vice versa.
>
> I guess we have designed the functionality to be independent (you can
> choose which mode you want to use in your Toaster instance), but once you
> have picked one mode and set it up, we assume you won't change your mind.
> You either want to configure and launch builds with Toaster, or you don't:
> Toaster is not optimised for switching between the 2 modes in a single
> instance.
>
> I hope this makes sense.
>
> Cheers
>
> Belén
>
> >
> >I ask because while in non-managed mode you cannot see projects, but in
> >managed mode you can see both project and non-project builds.
> >
> >Thanks,
> >David
> >
> >> -----Original Message-----
> >> From: toaster-bounces@yoctoproject.org [mailto:toaster-
> >> bounces@yoctoproject.org] On Behalf Of Barros Pena, Belen
> >> Sent: Monday, September 22, 2014 9:11 AM
> >> To: toaster@yoctoproject.org
> >> Subject: [Toaster] Breadcrumb changes (YB6587)
> >>
> >> Adding projects to Toaster means some changes to the Toaster structure
> >>and
> >> the way we identify builds. Those changes impact the breadcrumb we show
> >>in
> >> most Toaster pages.
> >>
> >> A description of the changes needed is here
> >>
> >> https://bugzilla.yoctoproject.org/attachment.cgi?id=2135
> >>
> >> Belén
> >>
> >>
> >> --
> >> _______________________________________________
> >> 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: 4875 bytes --]

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

end of thread, other threads:[~2014-09-30 10:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-22 16:10 Breadcrumb changes (YB6587) Barros Pena, Belen
2014-09-24  8:29 ` Reyna, David
2014-09-24  9:25   ` Barros Pena, Belen
2014-09-30 10:14     ` 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.