[bitbake-devel] [PATCH 00/10] Toaster patchset

Alex DAMIAN alexandru.damian at intel.com
Wed Feb 18 19:11:00 UTC 2015


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

Hello,

This is a toaster patchset with bug fixes and new features. The patches
have been reviewed on the toaster mailing list. 

Can you please pull ?

Cheers,
Alex

The following changes since commit 7cfe279bf77b59d5cbd20d8a93e1d33279bebc20:

  toasterui: empty state for pages (2015-02-16 17:48:30 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (4):
  toaster: bitbake cooker log saving and downloading
  toaster: properly detect starting in rolling log file
  toasterui: UI query performance improvements
  toaster: get proper version string

Alexandru Damian (1):
  toasterui: fix time estimation in project page

Belen Barros Pena (2):
  toasterui: style the Toaster version information
  toasterui: remove layer directory in managed mode

David Reyna (1):
  toaster: landing page when no build module

Michael Wood (2):
  toaster: layerdetails Don't show None type in description/summary
  toaster: importlayer Remove description input field

 lib/bb/ui/buildinfohelper.py                       |   3 +-
 lib/bb/ui/toasterui.py                             |  29 +++-
 lib/toaster/bldcontrol/localhostbecontroller.py    |  12 +-
 .../management/commands/checksettings.py           |  17 +++
 .../bldcontrol/management/commands/runbuilds.py    |  29 +++-
 .../bldcontrol/migrations/0008_brarchive.py        | 138 +++++++++++++++++
 lib/toaster/bldcontrol/models.py                   |   2 +
 lib/toaster/orm/models.py                          |  13 +-
 lib/toaster/toastergui/static/css/default.css      |  22 +--
 lib/toaster/toastergui/static/js/importlayer.js    |   1 -
 lib/toaster/toastergui/static/js/projectapp.js     |  24 ++-
 lib/toaster/toastergui/templates/base.html         |  13 +-
 lib/toaster/toastergui/templates/bpackage.html     |   4 +-
 lib/toaster/toastergui/templates/build.html        |   9 +-
 .../toastergui/templates/builddashboard.html       |  11 +-
 lib/toaster/toastergui/templates/importlayer.html  |   6 -
 .../toastergui/templates/landing_not_managed.html  |  32 ++++
 lib/toaster/toastergui/templates/layerdetails.html |   4 +-
 .../toastergui/templates/managed_builds.html       |   9 +-
 .../toastergui/templates/managed_mrb_section.html  |   3 +-
 lib/toaster/toastergui/templates/project.html      |   2 +-
 .../toastergui/templates/projectbuilds.html        |  14 +-
 .../toastergui/templates/unavailable_artifact.html |  17 +++
 lib/toaster/toastergui/views.py                    | 168 ++++++++++++++-------
 lib/toaster/toastermain/settings.py                |   3 +-
 lib/toaster/toastermain/urls.py                    |   6 +-
 26 files changed, 465 insertions(+), 126 deletions(-)
 create mode 100644 lib/toaster/bldcontrol/migrations/0008_brarchive.py
 create mode 100644 lib/toaster/toastergui/templates/landing_not_managed.html
 create mode 100644 lib/toaster/toastergui/templates/unavailable_artifact.html

-- 
1.9.1




More information about the bitbake-devel mailing list