From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C76B0E007CB for ; Fri, 20 Dec 2013 07:34:10 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 20 Dec 2013 07:34:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,521,1384329600"; d="scan'208";a="447642293" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga001.fm.intel.com with ESMTP; 20 Dec 2013 07:34:08 -0800 Received: from irsmsx153.ger.corp.intel.com (163.33.192.75) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 20 Dec 2013 15:34:05 +0000 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.15]) by IRSMSX153.ger.corp.intel.com ([169.254.9.156]) with mapi id 14.03.0123.003; Fri, 20 Dec 2013 15:34:05 +0000 From: "Barros Pena, Belen" To: "toaster@yoctoproject.org" Thread-Topic: Filters Thread-Index: AQHO/ZjqOq1vFxRWf0SeQQ2ZZBOkXw== Date: Fri, 20 Dec 2013 15:34:05 +0000 Message-ID: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [10.237.224.31] MIME-Version: 1.0 Cc: Paul Eggleton Subject: Filters 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: Fri, 20 Dec 2013 15:34:10 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-ID: <12315F548FCBF54084AEA27D9BDE8D7F@intel.com> Content-Transfer-Encoding: quoted-printable I've reviewed all the filters we are going to need for Toaster. It turns out that only 6 pages will need filters: all builds table, configuration (for the variables table), tasks table, time, CPU and Disk I/O. However, the time, CPU and Disk I/O tables are exactly the same as the tasks table, just with a different set of columns shown by default. Therefore, I hope we'll be able to reuse the work done for the tasks table filters. The other tables are made of fields I expect we can make searchable (types CharField, FilePathField and TextField). Alex: if this is not the case, please let me know. The full list of filters: * For the all builds table (http://www.yoctoproject.org/toaster/): Outcome, Started on, Completed on, Failed tasks, Errors and Warnings * For the variables table (http://www.yoctoproject.org/toaster/build-configuration.html): Set in file and Description * For the tasks, time, CPU and Disk I/O tables (http://www.yoctoproject.org/toaster/all-tasks.html): Order, Executed, Outcome and Cache attempt I have reduced all the filters to 3 types: 1. most of them are made of a set of mutually exclusive options. In those, I've replaced the