All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Prevent removal of all columns on tasks and recipe tables
@ 2016-07-21 15:58 ` Ed Bartosh
  0 siblings, 0 replies; 13+ messages in thread
From: Ed Bartosh @ 2016-07-21 15:56 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/3] Prevent removal of all columns on tasks and recipe tables
@ 2016-07-18 10:54 Elliot Smith
  2016-07-19 13:39 ` Barros Pena, Belen
  0 siblings, 1 reply; 13+ messages in thread
From: Elliot Smith @ 2016-07-18 10:54 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-07-21 16:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 15:56 [PATCH 0/3] Prevent removal of all columns on tasks and recipe tables Ed Bartosh
2016-07-21 15:58 ` 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

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.