All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: "Barros Pena, Belen" <belen.barros.pena@intel.com>
Cc: "toaster@yoctoproject.org" <toaster@yoctoproject.org>
Subject: Re: [PATCH 0/8] Support of PRIVIDES
Date: Tue, 5 Jan 2016 18:55:56 +0200	[thread overview]
Message-ID: <20160105165556.GA8006@linux.intel.com> (raw)
In-Reply-To: <D2B162AF.6E28D%belen.barros.pena@intel.com>

Hi Belen,

Thank you for review!

I've fixed the issues you've found and updated my branch
ed/toaster/provides-6169

Regards,
Ed

On Tue, Jan 05, 2016 at 12:19:08PM +0000, Barros Pena, Belen wrote:
> 
> 
> On 29/12/2015 11:56, "toaster-bounces@yoctoproject.org on behalf of Ed
> Bartosh" <toaster-bounces@yoctoproject.org on behalf of
> ed.bartosh@linux.intel.com> wrote:
> 
> >Hi,
> >
> >This patchset adds support of PROVIDES to Toaster backend and frontend.
> >Please looks at https://bugzilla.yoctoproject.org/show_bug.cgi?id=6169 to
> >see more details.
> >
> >The following changes since commit
> >f74e9383daaba1bc8eb761579f01fadc48771f4a:
> >
> >  toaster-manual: describe the way to start Toaster (2015-12-29 12:53:04
> >+0200)
> >
> >are available in the git repository at:
> >
> >  git://git.yoctoproject.org/poky-contrib ed/toaster/provides-6169
> >  
> >http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/provid
> >es-6169
> 
> This looks good to me. Just a couple of small presentation issues:
> 
> * In the 'recipe details' tab, the help text for the 'PROVIDES' entry
> should say
> 
> A list of aliases by which a particular recipe can be known. The
> additional aliases are synonyms for the recipe and can be useful
> satisfying dependencies of other recipes during the build
> 
> Right now it says
> 
> List of  names that this recipe privides
> 
> 
> * In the dependencies tabs, only the recipe name should be inside the
> anchor tag. Right now, the 'satisfied via ...' it's also inside the anchor
> tag, and that creates an uncomfortable effect when you hover in order to
> click the recipe name.
> 
> * Also in the dependencies tabs, the question mark icon should only show
> in the table when you hover over the cell (we do this across all tables
> and keeps the tables a bit cleaner). You just need to apply the hover-help
> class to the <i> tag
> 
> That's all. Thanks!
> 
> Belén
> 
> >
> >Ed Bartosh (8):
> >  taskdata: refactor get_providermap
> >  cooker: add providermap to dep_tree
> >  buildinfohelper: use providermap
> >  toaster: add Provider model
> >  buildinfohelper: add porvides info to the db
> >  toaster: show list of provides for the recipe
> >  toaster: show 'satisfied via' text for build deps
> >  toaster: show 'satisfied via' text for reverse deps
> >
> > bitbake/lib/bb/cooker.py                           |  7 +++++
> > bitbake/lib/bb/runqueue.py                         |  2 +-
> > bitbake/lib/bb/taskdata.py                         | 17 +++++-------
> > bitbake/lib/bb/ui/buildinfohelper.py               | 31
> >+++++++++++++++-------
> > .../orm/migrations/0002_auto_20151223_1528.py      | 27
> >+++++++++++++++++++
> > bitbake/lib/toaster/orm/models.py                  |  5 ++++
> > .../lib/toaster/toastergui/templates/recipe.html   | 25 +++++++++++++++--
> > 7 files changed, 92 insertions(+), 22 deletions(-)
> > create mode 100644
> >bitbake/lib/toaster/orm/migrations/0002_auto_20151223_1528.py
> >
> >--
> >Regards,
> >Ed
> >
> >-- 
> >_______________________________________________
> >toaster mailing list
> >toaster@yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/toaster
> 

-- 
--
Regards,
Ed


  reply	other threads:[~2016-01-05 18:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-29 11:56 [PATCH 0/8] Support of PRIVIDES Ed Bartosh
2015-12-29 11:56 ` [PATCH 1/8] taskdata: refactor get_providermap Ed Bartosh
2015-12-29 11:56 ` [PATCH 2/8] cooker: add providermap to dep_tree Ed Bartosh
2015-12-29 11:56 ` [PATCH 3/8] buildinfohelper: use providermap Ed Bartosh
2015-12-29 11:56 ` [PATCH 4/8] toaster: add Provider model Ed Bartosh
2015-12-29 11:56 ` [PATCH 5/8] buildinfohelper: add porvides info to the db Ed Bartosh
2015-12-29 11:56 ` [PATCH 6/8] toaster: show list of provides for the recipe Ed Bartosh
2015-12-29 11:56 ` [PATCH 7/8] toaster: show 'satisfied via' text for build deps Ed Bartosh
2015-12-29 11:56 ` [PATCH 8/8] toaster: show 'satisfied via' text for reverse deps Ed Bartosh
2016-01-05 12:19 ` [PATCH 0/8] Support of PRIVIDES Barros Pena, Belen
2016-01-05 16:55   ` Ed Bartosh [this message]
2016-01-06 10:40     ` Barros Pena, Belen
2016-01-08 11:24 ` Smith, Elliot

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=20160105165556.GA8006@linux.intel.com \
    --to=ed.bartosh@linux.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.