From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 56BD6E00C5D; Mon, 18 Jul 2016 03:54:47 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [23.83.214.10 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from barb.maple.relay.mailchannels.net (barb.maple.relay.mailchannels.net [23.83.214.10]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4746CE00C43 for ; Mon, 18 Jul 2016 03:54:42 -0700 (PDT) X-Sender-Id: wwwh|x-authuser|elliot@townx.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 7E5DD64DFA; Mon, 18 Jul 2016 10:54:39 +0000 (UTC) Received: from uscentral428.accountservergroup.com (ip-10-107-69-155.us-west-2.compute.internal [10.107.69.155]) by relay.mailchannels.net (Postfix) with ESMTPA id D95BA648E7; Mon, 18 Jul 2016 10:54:38 +0000 (UTC) X-Sender-Id: wwwh|x-authuser|elliot@townx.org Received: from uscentral428.accountservergroup.com (uscentral428.accountservergroup.com [10.132.194.146]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.6.16); Mon, 18 Jul 2016 10:54:39 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|elliot@townx.org X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1468839279113:2643550771 X-MC-Ingress-Time: 1468839279113 Received: from [176.252.18.214] (port=40148 helo=localhost.localdomain) by uscentral428.accountservergroup.com with esmtpa (Exim 4.87) (envelope-from ) id 1bP6C5-0008R3-Kw; Mon, 18 Jul 2016 06:54:37 -0400 From: Elliot Smith To: toaster@yoctoproject.org Date: Mon, 18 Jul 2016 11:54:30 +0100 Message-Id: X-Mailer: git-send-email 2.7.4 X-AuthUser: elliot@townx.org Subject: [PATCH 0/3] Prevent removal of all columns on tasks and recipe 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: Mon, 18 Jul 2016 10:54:47 -0000 All of the columns for the tasks and recipes tables (sub-pages of the build-dashboard) are optional. This means you can remove all the columns for those tables and make them disappear from the page. Set the non-hideable columns and add some UI tests to check that those columns are disabled in the edit columns drop-down. The following changes since commit 562c6e06be41026f59bee3703ee553b57896872a (toaster-next): toaster-tests: package count/size shouldn't show for non-image builds (2016-07-15 11:16:28 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib elliot/toaster/9833-remove_columns http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/toaster/9833-remove_columns Related bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=9833 Elliot Smith (3): toaster: set non-hideable columns for build tasks table toaster: set non-hideable columns for built recipes table toaster-tests: add tasks and recipes sub-page tests .../browser/test_builddashboard_page_recipes.py | 66 ++++++++++++++++++++++ .../browser/test_builddashboard_page_tasks.py | 65 +++++++++++++++++++++ bitbake/lib/toaster/toastergui/buildtables.py | 7 ++- 3 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py create mode 100644 bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py -- 2.7.4