[bitbake-devel] [PATCH 00/12] Toaster fixes patchset

Alex DAMIAN alexandru.damian at intel.com
Tue Feb 24 17:20:52 UTC 2015


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

Hello,

This is a patchset with fixes for the Toaster graphical user interface.

The patches have been reviewed and tested on the toaster mailinglist.

Can you please pull at your convenience ?

Cheers,
Alex


The following changes since commit 4b8fcf9a5bc802793bf332334217faace55f14f6:

  bitbake-layers: add ability to fetch layers and their dependencies from layer index (2015-02-20 18:00:34 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (2):
  toasterui: disable autocommit for build logging
  toasterui: fix ETA calculation

Alexandru Damian (2):
  toaster: update requirement for Django 1.6
  toastergui: performance improvements in task details page

Belen Barros Pena (4):
  toastergui: fix spacing and input field sizes
  toasterui: style the Toaster version information
  toasterui: improving the latest builds consistency
  toaster: fix typo in models.py

Michael Wood (4):
  toaster: layerdetails summary/descriptions to be searchable
  toaster: layerdetails Add link to machines file
  toaster: layerdetails Fix pagination controls
  toaster: Add machine selection notification

 bin/toaster                                        |  4 +-
 lib/bb/ui/buildinfohelper.py                       | 11 +++
 lib/toaster/orm/models.py                          | 24 +++++-
 lib/toaster/toastergui/static/css/default.css      | 10 ++-
 lib/toaster/toastergui/static/js/layerdetails.js   |  2 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |  3 +
 lib/toaster/toastergui/static/js/machines.js       |  3 +-
 lib/toaster/toastergui/static/js/projectapp.js     |  9 +++
 lib/toaster/toastergui/templates/base.html         |  2 +-
 lib/toaster/toastergui/templates/importlayer.html  |  4 +-
 lib/toaster/toastergui/templates/layerdetails.html | 13 +++-
 .../toastergui/templates/managed_mrb_section.html  | 27 ++++---
 lib/toaster/toastergui/templates/project.html      | 10 +--
 lib/toaster/toastergui/views.py                    | 85 ++++++++++------------
 lib/toaster/toastermain/settings.py                |  4 +-
 15 files changed, 132 insertions(+), 79 deletions(-)

-- 
1.9.1



More information about the bitbake-devel mailing list