All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix 8004
@ 2015-09-30 12:02 Ed Bartosh
  2015-09-30 12:02 ` [PATCH 1/7] toaster: implement API to get full list of deps Ed Bartosh
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Ed Bartosh @ 2015-09-30 12:02 UTC (permalink / raw)
  To: toaster

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



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

end of thread, other threads:[~2015-10-01 13:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 12:02 [PATCH 0/7] Fix 8004 Ed Bartosh
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

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.