All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/3] Prevent removal of all columns on tasks and recipe tables
Date: Thu, 21 Jul 2016 18:58:37 +0300	[thread overview]
Message-ID: <cover.1469116389.git.ed.bartosh@linux.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 0bf1a5a6c8d731a0f4f75091621dc999ee6d5ce1:

  toaster: fix download URL for task logs (2016-07-20 17:05:57 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/submit/elliot/toaster/9833-remove_columns
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/submit/elliot/toaster/9833-remove_columns

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

--
Regards,
Ed



WARNING: multiple messages have this Message-ID (diff)
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH 0/3] Prevent removal of all columns on tasks and recipe tables
Date: Thu, 21 Jul 2016 18:56:09 +0300	[thread overview]
Message-ID: <cover.1469116389.git.ed.bartosh@linux.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 0bf1a5a6c8d731a0f4f75091621dc999ee6d5ce1:

  toaster: fix download URL for task logs (2016-07-20 17:05:57 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/submit/elliot/toaster/9833-remove_columns
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/submit/elliot/toaster/9833-remove_columns

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

--
Regards,
Ed



             reply	other threads:[~2016-07-21 15:58 UTC|newest]

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

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.1469116389.git.ed.bartosh@linux.intel.com \
    --to=ed.bartosh@linux.intel.com \
    --cc=bitbake-devel@lists.openembedded.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.