[bitbake-devel] [PATCH 00/10] Toaster upstream submission

Alex DAMIAN alexandru.damian at intel.com
Mon Mar 17 18:17:55 UTC 2014


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

This is the toaster upstream submission for the patches reviewed up until 17 04 2014.

The following changes since commit cc98b19112ab875ebc7cb604cd96acadac4cbf21:

  hob: sync after image deploy (2014-03-17 15:57:25 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (1):
  toaster: measure task duration with server-side timestamps

Belen Barros Pena (6):
  toaster: Add link to the Toaster manual
  toaster: Remove trailing spaces from 'name'
  toaster: Change "Package version" to "Version"
  toaster: Remove extra space in the breadcrumb
  toaster: Set display of "Cache attempt" column
  toaster: Amend failed tasks behaviour

Dave Lerner (2):
  toaster: add jquery treetable plugin
  toaster: image information views

David Reyna (1):
  toaster: filter out setscene tasks in recipe details

 lib/bb/build.py                                    |   2 +
 lib/bb/ui/buildinfohelper.py                       |  11 +-
 lib/toaster/orm/models.py                          |   5 +-
 lib/toaster/toastergui/static/css/default.css      |   2 +-
 .../toastergui/static/css/jquery.treetable.css     |  28 +
 .../static/css/jquery.treetable.theme.default.css  |  64 +++
 .../static/css/jquery.treetable.theme.toaster.css  |  38 ++
 lib/toaster/toastergui/static/css/screen.css       |  28 +
 .../jquery-treetable-license/GPL-LICENSE.txt       | 278 +++++++++
 .../jquery-treetable-license/MIT-LICENSE.txt       |  20 +
 .../static/jquery-treetable-license/README.md      |  20 +
 .../static/jquery.treetable.theme.toaster.css      |  66 +++
 .../toastergui/static/js/jquery.treetable.js       | 620 +++++++++++++++++++++
 lib/toaster/toastergui/templates/base.html         |   4 +-
 .../toastergui/templates/basebuildpage.html        |   4 +-
 lib/toaster/toastergui/templates/build.html        |   2 +-
 lib/toaster/toastergui/templates/dirinfo.html      | 237 ++++++++
 .../templates/package_included_detail.html         |   2 +-
 .../package_included_reverse_dependencies.html     |   2 +-
 lib/toaster/toastergui/templates/target.html       | 153 ++++-
 lib/toaster/toastergui/templatetags/projecttags.py |  49 ++
 lib/toaster/toastergui/urls.py                     |   4 +-
 lib/toaster/toastergui/views.py                    | 284 +++++++++-
 23 files changed, 1876 insertions(+), 47 deletions(-)
 create mode 100644 lib/toaster/toastergui/static/css/jquery.treetable.css
 create mode 100644 lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css
 create mode 100644 lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css
 create mode 100644 lib/toaster/toastergui/static/css/screen.css
 create mode 100644 lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt
 create mode 100644 lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt
 create mode 100644 lib/toaster/toastergui/static/jquery-treetable-license/README.md
 create mode 100644 lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css
 create mode 100644 lib/toaster/toastergui/static/js/jquery.treetable.js
 create mode 100644 lib/toaster/toastergui/templates/dirinfo.html

-- 
1.8.3.2




More information about the bitbake-devel mailing list