From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D8CE1E010E4; Thu, 1 Oct 2015 10:09:00 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.93 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 985A7E00927 for ; Thu, 1 Oct 2015 10:08:56 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 01 Oct 2015 10:08:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,618,1437462000"; d="scan'208";a="801552018" Received: from linux.intel.com ([10.23.219.25]) by fmsmga001.fm.intel.com with ESMTP; 01 Oct 2015 10:08:24 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id CF3016A4083 for ; Thu, 1 Oct 2015 10:07:27 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Thu, 1 Oct 2015 20:08:16 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/2] fix for 7969 - Toaster shows recipes without names to users X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 17:09:00 -0000 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