From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B041FE00A65; Thu, 18 Jun 2015 09:32:38 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.182 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 214AEE00A31 for ; Thu, 18 Jun 2015 09:32:35 -0700 (PDT) Received: by wiwd19 with SMTP id d19so28338165wiw.0 for ; Thu, 18 Jun 2015 09:32:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=F/hVWts1HSmH/XLxc1VRBTM91P7i1m1oFsaioVc+3J4=; b=eEEA5kaRLcW//q/fIeqHbqTPqLTxfMC07HA63Ag5WPpHk371fzbFWCfyKZhtxXKYzQ gsu2YqlalppBCiFYDczhKaaQ7Wu7O2iTTchFw2zSlnQf1NQNHnIJw/RRR4kRHYxuBUlk 3SlU3QMh+J4o4wCsb7432Hl85uZanIpMamCReG+wgrrB5VsnZz3X42xx70bVbyiTfyqH 3byhKdeM1U3c5/ibnDqyZCMr62ZxcfE4AsFZkIHKuGukg/I+XxaSMO5sOT3cgOc/XV37 R4e2UNdW4KBRudm/8NwKpcB+QMcDT6M0gB01Nei7R3/2235821u2Vb6cjXHCGXJT7Mc3 JqTg== X-Gm-Message-State: ALoCoQlfdKCT1PGOLmpNalkNm7cXkHW/JuNgnQnrk8DCn3vOH27qMdsh8BQ4UJiaBuZkj2csoUhH X-Received: by 10.180.36.170 with SMTP id r10mr30369197wij.10.1434645154791; Thu, 18 Jun 2015 09:32:34 -0700 (PDT) Received: from [192.168.2.90] ([83.217.123.106]) by mx.google.com with ESMTPSA id ka7sm13010702wjc.36.2015.06.18.09.32.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Jun 2015 09:32:34 -0700 (PDT) Message-ID: <5582F2A1.5040702@intel.com> Date: Thu, 18 Jun 2015 17:32:33 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [review-request] michaelw/toaster/filters-tables 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, 18 Jun 2015 16:32:38 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit commit aa3dce0173e82a3dfa8bfb17b72d197236de26ea Author: Michael Wood Date: Thu Jun 18 14:16:07 2015 +0100 bitbake: toaster: Restore 'in project' filters to main tables Restores the previously removed filters from recipes, machines and layers table. These filters allow filtering down the results to just displaying the current added layers, machines or recipes in the project. [YOCTO #7851] Signed-off-by: Michael Wood commit 988c1cb84b244527fa04b142a16084e82b7182f6 Author: Michael Wood Date: Thu Jun 18 14:18:12 2015 +0100 bitbake: toaster: table.js fix filter visual indicator and interaction - Fix the id of the filter modal dialog. - Fix the visual indicator toggle button - Add check to see if the number of items to filter on is !=0 if it is then don't allow applying this filter. Signed-off-by: Michael Wood commit 1b897988f5b6d1c77054fc82d1dc0def7dbface4 Author: Michael Wood Date: Thu Jun 18 14:14:01 2015 +0100 bitbake: toaster: toastertable Pass up the kwargs for setup_filter This allows us to setup_filter in tables using args such as the current project. Signed-off-by: Michael Wood commit 876810d832e617553ad7943aba60b85a694ac76f Author: Michael Wood Date: Thu Jun 18 14:11:28 2015 +0100 bitbake: toaster: Enable toastertable cache Enable the cache and fix warning on the toastertable cache which happens on the memcache backend "CacheKeyWarning: Cache key contains characters that will cause errors if used with memcached" Signed-off-by: Michael Wood