[bitbake-devel] [PATCH 0/9] toaster patchset upstream submission

Alex DAMIAN alexandru.damian at intel.com
Thu Mar 27 16:49:55 UTC 2014


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

Hello,

This is a pull request for Toaster UI patches. The patches have been 
reviewed on the toaster mail list.

Can you please merge ?

Thank you,
Alex

The following changes since commit 0664fa15597785dd90cf205531a9801e6da6ba47:

  knotty: Show a link to the logfile for failed setscene tasks (2014-03-27 10:41:36 +0000)

are available in the git repository at:

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

Belen Barros Pena (1):
  toaster: Fix typo in heading code

Dave Lerner (2):
  toaster: show installed package name
  toaster: fix dirinfo empty dir expansion

David Reyna (6):
  toaster: add Image detail and multiple targets to dashboard
  toaster: blocks for custom/highlighted navigation and breadcrumb links
  toaster: insure _get_query returns distinct records
  toaster: add support for empty states in pages
  toaster: added file types to the Outputs column in the build
  toaster: filter tasks with cache attempts for all attempts

 lib/toaster/orm/models.py                          |   5 +
 lib/toaster/toastergui/static/css/default.css      |   4 +-
 lib/toaster/toastergui/static/img/toaster.png      | Bin 0 -> 51986 bytes
 .../toastergui/templates/basebuildpage.html        |  51 ++++++--
 lib/toaster/toastergui/templates/bpackage.html     |  40 ++++--
 lib/toaster/toastergui/templates/build.html        |  56 ++++++--
 .../toastergui/templates/builddashboard.html       |  89 ++++++++++---
 .../toastergui/templates/configuration.html        |   6 +-
 lib/toaster/toastergui/templates/configvars.html   |  12 +-
 .../templates/package_built_dependencies.html      |  10 +-
 .../toastergui/templates/package_built_detail.html |   8 +-
 .../toastergui/templates/package_detail_base.html  |  36 ++++--
 .../templates/package_included_dependencies.html   |  31 +++--
 .../templates/package_included_detail.html         |  14 +-
 .../package_included_reverse_dependencies.html     |  17 ++-
 lib/toaster/toastergui/templates/recipes.html      |   4 +
 lib/toaster/toastergui/templates/target.html       |  10 ++
 lib/toaster/toastergui/templates/tasks.html        |  64 ++++++++--
 lib/toaster/toastergui/templatetags/projecttags.py |  19 +--
 lib/toaster/toastergui/views.py                    | 142 +++++++++++++++++----
 20 files changed, 474 insertions(+), 144 deletions(-)
 create mode 100755 lib/toaster/toastergui/static/img/toaster.png

-- 
1.8.3.2




More information about the bitbake-devel mailing list