[bitbake-devel] [PATCH 00/14] toaster patchset w/ UI fixes

Alex DAMIAN alexandru.damian at intel.com
Fri Apr 4 14:10:49 UTC 2014


From: Alexandru DAMIAN <alexandru.damian at intel.com>

Hello,

Can you please merge this toaster patchest ?
The patches focus on UI fixes, and they have been reviewed on the toaster mailing list.

Thank you,
Alex

The following changes since commit b05e741cb5fe44b37538f2b727782f80dc9bb8fa:

  toaster: fix mis-detection of targets as images (2014-04-03 11:33:20 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/20140404-bb-submission
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20140404-bb-submission

Alexandru DAMIAN (3):
  toaster: do not load all available timezones
  toasterui: avoid variable name conflict
  toasterui: save warnings from non-build context

Belen Barros Pena (7):
  toaster: Update API
  toaster: Remove html validation errors in tasks.html
  toaster: Changes to help text
  toaster: Fix "Recent builds" links
  toaster: Fix the empty packages alert
  toaster: Make tables happy in Chrome
  toaster: Fixes to the build dashboard

David Reyna (2):
  toaster: link task order to right tasks page
  toaster: catch IndexError error in dictionary lookups

Farrell Wymore (2):
  toaster: correct package count
  toaster: added covered task list

 lib/bb/ui/buildinfohelper.py                       |  34 +--
 lib/bb/ui/toasterui.py                             |   3 +-
 lib/toaster/bldviewer/api.py                       |   3 +-
 lib/toaster/bldviewer/views.py                     |   3 +-
 lib/toaster/orm/models.py                          |   2 +-
 lib/toaster/toastergui/static/css/default.css      |   6 +-
 lib/toaster/toastergui/static/js/main.js           |   2 +-
 .../toastergui/templates/basebuildpage.html        |   2 +-
 lib/toaster/toastergui/templates/bpackage.html     |  12 +-
 lib/toaster/toastergui/templates/build.html        |   6 +-
 .../toastergui/templates/builddashboard.html       |  57 +++--
 .../templates/package_built_dependencies.html      |   4 +-
 .../toastergui/templates/package_built_detail.html |   6 +-
 .../toastergui/templates/package_detail_base.html  |   4 +-
 .../templates/package_included_dependencies.html   |   2 +-
 .../templates/package_included_tabs.html           |   2 +-
 lib/toaster/toastergui/templates/recipe.html       |  16 +-
 lib/toaster/toastergui/templates/task.html         |  47 +++--
 lib/toaster/toastergui/templates/tasks.html        |  15 +-
 lib/toaster/toastergui/templatetags/projecttags.py |   2 +-
 lib/toaster/toastergui/urls.py                     |   1 +
 lib/toaster/toastergui/views.py                    | 229 +++++++++++++--------
 lib/toaster/toastermain/settings.py                |   8 +-
 23 files changed, 295 insertions(+), 171 deletions(-)

-- 
1.9.1




More information about the bitbake-devel mailing list