All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix for 7969 - Toaster shows recipes without names to users
@ 2015-10-01 17:08 Ed Bartosh
  2015-10-01 17:08 ` [PATCH 1/2] toaster: delete recipe if it can't be saved Ed Bartosh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ed Bartosh @ 2015-10-01 17:08 UTC (permalink / raw)
  To: toaster

Hi,

Fixed 7969. The issue was caused by incomplete records in the database.
Now the root cause is fixed in backend(lsupdate).
Just to make sure incomplete records are not shown in UI even if they exist
another piece of backend(get_all_compatible_recipes) was modified to filter
out recipes with empty names.

The following changes since commit 7b10ae122d46891c734e786358ea5f36760e8d5e:

  toaster: Fix broken test case (2015-10-01 10:42:16 +0100)

are available in the git repository at:

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

Ed Bartosh (2):
  toaster: delete recipe if it can't be saved
  toaster: exclude recipes with empty names

 bitbake/lib/toaster/orm/models.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
Regards,
Ed



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 17:08 [PATCH 0/2] fix for 7969 - Toaster shows recipes without names to users Ed Bartosh
2015-10-01 17:08 ` [PATCH 1/2] toaster: delete recipe if it can't be saved Ed Bartosh
2015-10-01 17:08 ` [PATCH 2/2] toaster: exclude recipes with empty names Ed Bartosh
2015-10-01 21:19 ` [PATCH 0/2] fix for 7969 - Toaster shows recipes without names to users Brian Avery

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.