All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH 0/7] Fix 8004
Date: Wed, 30 Sep 2015 15:02:50 +0300	[thread overview]
Message-ID: <cover.1443614240.git.ed.bartosh@linux.intel.com> (raw)

Hi,

This patchset fixes bug 8004: importing a layer from the recipes page
auto adds the 1st level dependencies but not the 2nd level.
Now dependent layers are discovered recursively and Toaster shows all of them
in Compatible layers view.

The patchset includes fixes for orm test suite and new test case for
Layer_Version.get_alldeps API used in this bug fix.

Please review.


The following changes since commit f8bd18184a84e6de1976ecb4d0d929c55bc19a66:

  toaster: orm remove the complicated querying on the ORM (2015-09-28 20:07:38 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/8004
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/8004

Ed Bartosh (7):
  toaster: implement API to get full list of deps
  toaster: use get_alldeps in layerdetails renderer
  toaster: add template filter get_alldeps
  toaster: use get_alldeps in LayerTable
  toaster: fix NameError
  toaster: fix orm tests
  toaster: test get_alldeps API

 bitbake/lib/toaster/orm/models.py                  | 21 ++++++++-
 bitbake/lib/toaster/orm/tests.py                   | 53 ++++++++++------------
 bitbake/lib/toaster/toastergui/tables.py           | 11 +++--
 .../toaster/toastergui/templatetags/projecttags.py |  4 ++
 bitbake/lib/toaster/toastergui/views.py            |  4 +-
 5 files changed, 55 insertions(+), 38 deletions(-)

-- 
Ed



             reply	other threads:[~2015-09-30 12:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-30 12:02 Ed Bartosh [this message]
2015-09-30 12:02 ` [PATCH 1/7] toaster: implement API to get full list of deps Ed Bartosh
2015-09-30 12:02 ` [PATCH 2/7] toaster: use get_alldeps in layerdetails renderer Ed Bartosh
2015-09-30 12:02 ` [PATCH 3/7] toaster: add template filter get_alldeps Ed Bartosh
2015-09-30 12:02 ` [PATCH 4/7] toaster: use get_alldeps in LayerTable Ed Bartosh
2015-09-30 12:02 ` [PATCH 5/7] toaster: fix NameError Ed Bartosh
2015-09-30 12:02 ` [PATCH 6/7] toaster: fix orm tests Ed Bartosh
2015-09-30 12:02 ` [PATCH 7/7] toaster: test get_alldeps API Ed Bartosh
2015-10-01  9:39 ` [PATCH 0/7] Fix 8004 Barros Pena, Belen
2015-10-01 13:03   ` Ed Bartosh

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=cover.1443614240.git.ed.bartosh@linux.intel.com \
    --to=ed.bartosh@linux.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.