[Toaster] [PATCH 0/3] Prevent removal of all columns on tasks and recipe tables
Elliot Smith
elliot.smith at intel.com
Mon Jul 18 03:54:30 PDT 2016
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
More information about the toaster
mailing list