All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elliot Smith <elliot.smith@intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH 0/3] Prevent removal of all columns on tasks and recipe tables
Date: Mon, 18 Jul 2016 11:54:30 +0100	[thread overview]
Message-ID: <cover.1468839056.git.elliot.smith@intel.com> (raw)

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



             reply	other threads:[~2016-07-18 10:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-18 10:54 Elliot Smith [this message]
2016-07-18 10:54 ` [PATCH 1/3] toaster: set non-hideable columns for build tasks table Elliot Smith
2016-07-18 10:54 ` [PATCH 2/3] toaster: set non-hideable columns for built recipes table Elliot Smith
2016-07-18 10:54 ` [PATCH 3/3] toaster-tests: add tasks and recipes sub-page tests Elliot Smith
2016-07-19 13:39 ` [PATCH 0/3] Prevent removal of all columns on tasks and recipe tables Barros Pena, Belen
2016-07-19 13:55   ` Smith, Elliot
2016-07-19 14:24     ` Barros Pena, Belen
2016-07-19 17:57       ` Smith, Elliot
  -- strict thread matches above, loose matches on Subject: below --
2016-07-21 15:56 Ed Bartosh
2016-07-21 15:58 ` Ed Bartosh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1468839056.git.elliot.smith@intel.com \
    --to=elliot.smith@intel.com \
    --cc=toaster@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.