* [review-request] michaelw/toaster/import-project-navigation-work
@ 2015-07-29 17:32 Michael Wood
2015-07-30 9:35 ` Barros Pena, Belen
0 siblings, 1 reply; 3+ messages in thread
From: Michael Wood @ 2015-07-29 17:32 UTC (permalink / raw)
To: toaster@yoctoproject.org
This patchset is the work for:
- The new project page [YOCTO #7329]
- The navigation changes needed for the new project page [YOCTO #7329]
- Fixes needed for the new project page
- Fixes needed to test the new project page (import layers, new build
button)
- Removes dependency on angular
* c4e3a34 (HEAD,
contrib/michaelw/toaster/import-project-navigation-work,
michaelw/toaster/import-project-
navigation-work)
* c4e3a34 bitbake: toastergui: project page Add inline project name
change feature
* 2bb3eef bitbake: toastergui: layerBtn use libtoaster for change
notification
* a13ec52 bitbake: toastergui: Remove angularJS and projectapp based on
angular
* abb537f bitbake: toastergui: newbuildbutton Fix removed elements
* 00e30b3 bitbake: toastergui: newbuildbutton Fix typo on project save
function
* 6dd8b09 bitbake: toastergui: Change build button popover to a build-button
* ccab8ef bitbake: toastergui: base Use removeAttr / attr
* 3a1c18d bitbake: toastergui: Fix Duplicate layer importlayer api calls
* a4509f6 bitbake: toastergui: libtoaster: Add guard against missing
name property
* d92d910 bitbake: toastergui: libtoaster Make sure we always pass
format=json
* 4ad1237 bitbake: toastergui: css Remove redundant css rules
* 6608681 bitbake: toastergui: Add new project page and navigation
* a34e4c1 bitbake: toastergui: css Add new rules for new project page
* 02b7e0c bitbake: toastergui: http api Add guard against incomplete
change requests
* a05ec36 bitbake: toastergui: tables Add name field to layers table
* c114999 bitbake: toastergui: libtoaster Add show change notification
function
* f50b7aa bitbake: toastergui: Standardise the layer object property
layerdetailurl
* 57f50e2 bitbake: toastergui: Remove erroneous CSS property
* 1010cc0 bitbake: toastergui: importlayer Add format type to JSON calls
* a6892dc bitbake: toastergui: base Fix html indentation
* 9494317 bitbake: toastergui: Implement new project navigation
* a9af9c5 bitbake: toastergui: Implement new top navigation design
* 19f77cf (origin/master, origin/HEAD) distro/maintainers.inc: remove
Saul Wold from maintainership
36 files changed, 1036 insertions(+), 2032 deletions(-)
Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [review-request] michaelw/toaster/import-project-navigation-work
2015-07-29 17:32 [review-request] michaelw/toaster/import-project-navigation-work Michael Wood
@ 2015-07-30 9:35 ` Barros Pena, Belen
2015-07-31 12:11 ` Ed Bartosh
0 siblings, 1 reply; 3+ messages in thread
From: Barros Pena, Belen @ 2015-07-30 9:35 UTC (permalink / raw)
To: Wood, Michael G, toaster@yoctoproject.org
On 29/07/2015 18:32, "toaster-bounces@yoctoproject.org on behalf of
Michael Wood" <toaster-bounces@yoctoproject.org on behalf of
michael.g.wood@intel.com> wrote:
>This patchset is the work for:
>
>- The new project page [YOCTO #7329]
>- The navigation changes needed for the new project page [YOCTO #7329]
>- Fixes needed for the new project page
>- Fixes needed to test the new project page (import layers, new build
>button)
>- Removes dependency on angular
Thanks for this. The UI is in great shape. Can't wait to see this upstream
:)
Cheers
Belén
>
>
>* c4e3a34 (HEAD,
>contrib/michaelw/toaster/import-project-navigation-work,
>michaelw/toaster/import-project-
>navigation-work)
>
>* c4e3a34 bitbake: toastergui: project page Add inline project name
>change feature
>* 2bb3eef bitbake: toastergui: layerBtn use libtoaster for change
>notification
>* a13ec52 bitbake: toastergui: Remove angularJS and projectapp based on
>angular
>* abb537f bitbake: toastergui: newbuildbutton Fix removed elements
>* 00e30b3 bitbake: toastergui: newbuildbutton Fix typo on project save
>function
>* 6dd8b09 bitbake: toastergui: Change build button popover to a
>build-button
>* ccab8ef bitbake: toastergui: base Use removeAttr / attr
>* 3a1c18d bitbake: toastergui: Fix Duplicate layer importlayer api calls
>* a4509f6 bitbake: toastergui: libtoaster: Add guard against missing
>name property
>* d92d910 bitbake: toastergui: libtoaster Make sure we always pass
>format=json
>* 4ad1237 bitbake: toastergui: css Remove redundant css rules
>* 6608681 bitbake: toastergui: Add new project page and navigation
>* a34e4c1 bitbake: toastergui: css Add new rules for new project page
>* 02b7e0c bitbake: toastergui: http api Add guard against incomplete
>change requests
>* a05ec36 bitbake: toastergui: tables Add name field to layers table
>* c114999 bitbake: toastergui: libtoaster Add show change notification
>function
>* f50b7aa bitbake: toastergui: Standardise the layer object property
>layerdetailurl
>* 57f50e2 bitbake: toastergui: Remove erroneous CSS property
>* 1010cc0 bitbake: toastergui: importlayer Add format type to JSON calls
>* a6892dc bitbake: toastergui: base Fix html indentation
>* 9494317 bitbake: toastergui: Implement new project navigation
>* a9af9c5 bitbake: toastergui: Implement new top navigation design
>
>* 19f77cf (origin/master, origin/HEAD) distro/maintainers.inc: remove
>Saul Wold from maintainership
>
> 36 files changed, 1036 insertions(+), 2032 deletions(-)
>
>Michael
>
>--
>_______________________________________________
>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/toaster/import-project-navigation-work
2015-07-30 9:35 ` Barros Pena, Belen
@ 2015-07-31 12:11 ` Ed Bartosh
0 siblings, 0 replies; 3+ messages in thread
From: Ed Bartosh @ 2015-07-31 12:11 UTC (permalink / raw)
To: Barros Pena, Belen; +Cc: toaster@yoctoproject.org
On Thu, Jul 30, 2015 at 09:35:50AM +0000, Barros Pena, Belen wrote:
> On 29/07/2015 18:32, "toaster-bounces@yoctoproject.org on behalf of
> Michael Wood" <toaster-bounces@yoctoproject.org on behalf of
> michael.g.wood@intel.com> wrote:
>
> >This patchset is the work for:
> >
> >- The new project page [YOCTO #7329]
> >- The navigation changes needed for the new project page [YOCTO #7329]
> >- Fixes needed for the new project page
> >- Fixes needed to test the new project page (import layers, new build
> >button)
> >- Removes dependency on angular
>
> Thanks for this. The UI is in great shape. Can't wait to see this upstream
> :)
>
Submitted to upstream:
http://lists.openembedded.org/pipermail/bitbake-devel/2015-July/006106.html
> >
> >
> >* c4e3a34 (HEAD,
> >contrib/michaelw/toaster/import-project-navigation-work,
> >michaelw/toaster/import-project-
> >navigation-work)
> >
> >* c4e3a34 bitbake: toastergui: project page Add inline project name
> >change feature
> >* 2bb3eef bitbake: toastergui: layerBtn use libtoaster for change
> >notification
> >* a13ec52 bitbake: toastergui: Remove angularJS and projectapp based on
> >angular
> >* abb537f bitbake: toastergui: newbuildbutton Fix removed elements
> >* 00e30b3 bitbake: toastergui: newbuildbutton Fix typo on project save
> >function
> >* 6dd8b09 bitbake: toastergui: Change build button popover to a
> >build-button
> >* ccab8ef bitbake: toastergui: base Use removeAttr / attr
> >* 3a1c18d bitbake: toastergui: Fix Duplicate layer importlayer api calls
> >* a4509f6 bitbake: toastergui: libtoaster: Add guard against missing
> >name property
> >* d92d910 bitbake: toastergui: libtoaster Make sure we always pass
> >format=json
> >* 4ad1237 bitbake: toastergui: css Remove redundant css rules
> >* 6608681 bitbake: toastergui: Add new project page and navigation
> >* a34e4c1 bitbake: toastergui: css Add new rules for new project page
> >* 02b7e0c bitbake: toastergui: http api Add guard against incomplete
> >change requests
> >* a05ec36 bitbake: toastergui: tables Add name field to layers table
> >* c114999 bitbake: toastergui: libtoaster Add show change notification
> >function
> >* f50b7aa bitbake: toastergui: Standardise the layer object property
> >layerdetailurl
> >* 57f50e2 bitbake: toastergui: Remove erroneous CSS property
> >* 1010cc0 bitbake: toastergui: importlayer Add format type to JSON calls
> >* a6892dc bitbake: toastergui: base Fix html indentation
> >* 9494317 bitbake: toastergui: Implement new project navigation
> >* a9af9c5 bitbake: toastergui: Implement new top navigation design
> >
> >* 19f77cf (origin/master, origin/HEAD) distro/maintainers.inc: remove
> >Saul Wold from maintainership
> >
> > 36 files changed, 1036 insertions(+), 2032 deletions(-)
> >
> >Michael
> >
> >--
> >_______________________________________________
> >toaster mailing list
> >toaster@yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/toaster
>
> --
> _______________________________________________
> toaster mailing list
> toaster@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
--
--
Regards,
Ed
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-31 12:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 17:32 [review-request] michaelw/toaster/import-project-navigation-work Michael Wood
2015-07-30 9:35 ` Barros Pena, Belen
2015-07-31 12:11 ` Ed Bartosh
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.