From: Michael Wood <michael.g.wood@intel.com>
To: "Barros Pena, Belen" <belen.barros.pena@intel.com>,
"toaster@yoctoproject.org" <toaster@yoctoproject.org>
Subject: Re: [review-request] michaelw/toaster-frontend-cleanups
Date: Tue, 21 Apr 2015 13:34:41 +0100 [thread overview]
Message-ID: <553643E1.5050500@intel.com> (raw)
In-Reply-To: <D1558098.59955%belen.barros.pena@intel.com>
Version 2 pushed with more refactoring.
I found out there were a few more places which had custom code for
handling add/remove layer which was causing the differing behaviour.
Also fixed the heading, a typo in the help text a number of jshint
issues and the inline notifications for added layers.
Summary: 18 files changed, 439 insertions(+), 731 deletions(-)
.../lib/toaster/toastergui/static/css/default.css | 2 +-
.../toastergui/static/html/layer_deps_modal.html | 17 ++
bitbake/lib/toaster/toastergui/static/js/base.js | 39 ++--
.../toaster/toastergui/static/js/importlayer.js | 20 +-
.../lib/toaster/toastergui/static/js/layerBtn.js | 71 +++++++
.../toaster/toastergui/static/js/layerDepsModal.js | 90 +++++++++
.../toaster/toastergui/static/js/layerdetails.js | 99 ++-------
.../lib/toaster/toastergui/static/js/libtoaster.js | 95 ++++++++-
.../lib/toaster/toastergui/static/js/machines.js | 97 ---------
.../lib/toaster/toastergui/static/js/projectapp.js | 31 ++-
bitbake/lib/toaster/toastergui/templates/base.html | 19 +-
.../toaster/toastergui/templates/importlayer.html | 6 +-
.../toaster/toastergui/templates/layerdetails.html | 9 +-
.../lib/toaster/toastergui/templates/layers.html | 224
+++------------------
.../toastergui/templates/layers_dep_modal.html | 99 ---------
.../lib/toaster/toastergui/templates/machines.html | 35 ++--
.../lib/toaster/toastergui/templates/targets.html | 215
++++----------------
bitbake/lib/toaster/toastergui/views.py | 2 +-
commit a4ed04911d428944824f5b20f9ee642fdf5feea2
Author: Michael Wood <michael.g.wood@intel.com>
Date: Tue Apr 21 11:59:37 2015 +0100
toaster: bitbake: Refactor and expand layer add remove mechanism
We have multiple pages which have buttons to add and remove layers this
patch adds functionality to libtoaster to abstract this and implements
it in the pages affected. We handle loading and showing the
dependencies
dialog here too and generating the notification messages.
Also implemented is using the selectmachine api from the projectapp to
avoid having to handle this in each page that allows selecting
machines.
A small number of jshint issues, help text and the machine page name
have also been fixed.
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
commit 507fd79963318e7788aef057fe5f1c699032dd14
Author: Michael Wood <michael.g.wood@intel.com>
Date: Tue Apr 21 11:38:03 2015 +0100
bitbake: toaster: projectapp Implement machine select command
Use the project page to select the machine rather than setting it and
then redirecting to the project page. This will also avoid having
to have a
special handler in the machines page it's self.
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
commit 927c40e686736f70a0557f93bd42009dfbdefae8
Author: Michael Wood <michael.g.wood@intel.com>
Date: Fri Apr 10 18:15:03 2015 +0100
bitbake: toaster: Move project context variables to common scope
We have a bunch of context data which are used in multiple pages so it
makes more sense to have this in a single place libtoaster.ctx that's
accessible from each page rather than request it from every page.
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Michael
On 16/04/15 15:11, Barros Pena, Belen wrote:
> Hi Michael,
>
> On 14/04/2015 15:22, "Michael Wood" <michael.g.wood@intel.com> wrote:
>
>> poky-contrib michaelw/toaster-frontend-cleanups
> I've checked what might be a v2 of this branch
> (fd14503957379243e6ec34aea5f92b79dd2aefa8), and I have some comments:
>
> * Can we change the plural case in the notification show in the 'all
> compatible' pages to match the one we use in the project page? The 'all
> compatible' pages are using 'layer(s)' and the 'project' page says
> 'layers'. In the first, the '(s)' bit is not really needed because the
> word appears in singular when you only add one layer. Screenshots attached
>
> * The add layer and delete layer buttons are not working in the 'all
> compatible layers' page, in the 'all compatible machines' page and in the
> layer details page
>
> * The 'edit columns' menu seems to be broken in the 'all compatible
> machines' page. All columns are shown by default, but when you check the
> 'edit columns' menu content some of the checkboxes are not selected
>
> * The h1 in the 'all compatible machines' page says 'all machines' instead
> of 'all compatible machines'
>
> Thanks!
>
> Belén
>
>
>
>
>>
>> commit 310409d14c1af131ac39121936a3bb66741c39dc
>> Author: Michael Wood <michael.g.wood@intel.com>
>> Date: Tue Apr 14 15:12:35 2015 +0100
>>
>> bitbake: toaster: Create and use a single common layer add/remove
>> mechanism
>>
>> This adds a common add/remove layer mechanism that will also handle
>> showing
>> the modal dialog if there are dependencies for the layer which also
>> need
>> adding. To help bring consistency this also adds a layer
>> added/removed
>> alert utility function to generate the alert message. This touches
>> all
>> places where layers can be added or removed to port them to this new
>> common mechanism.
>>
>> Signed-off-by: Michael Wood <michael.g.wood@intel.com>
>>
>> commit c1c7a3435dcb70d82c2f9c710140c038cc9d205b
>> Author: Michael Wood <michael.g.wood@intel.com>
>> Date: Fri Apr 10 18:15:03 2015 +0100
>>
>> bitbake: toaster: Move project context variables to common scope
>>
>> We have a bunch of context data which are used in multiple pages so
>> it
>> makes more sense to have this in a single place libtoaster.ctx that's
>> accessible from each page rather than request it from every page.
>>
>> Signed-off-by: Michael Wood <michael.g.wood@intel.com>
>>
>> --
>> _______________________________________________
>> toaster mailing list
>> toaster@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/toaster
next prev parent reply other threads:[~2015-04-21 12:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-14 14:22 [review-request] michaelw/toaster-frontend-cleanups Michael Wood
2015-04-16 14:11 ` Barros Pena, Belen
2015-04-21 12:34 ` Michael Wood [this message]
2015-04-21 17:36 ` Barros Pena, Belen
2015-04-21 19:50 ` Michael Wood
2015-04-23 15:08 ` Michael Wood
2015-04-24 16:06 ` Barros Pena, Belen
2015-05-01 16:30 ` Damian, Alexandru
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=553643E1.5050500@intel.com \
--to=michael.g.wood@intel.com \
--cc=belen.barros.pena@intel.com \
--cc=toaster@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.