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

Alex DAMIAN alexandru.damian at intel.com
Tue Jan 27 14:27:31 UTC 2015


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


Hello,

This is a Toaster bug fixing patchset, clearing up issues in the Project interface.

The patches have been reviewed on the toaster mailing list. Can you please pull
at your own convenience ?

Cheers,
Alex


The following changes since commit 9b5b1bd7d77e3f5886f6c557d3b750de1f6d6025:

  siggen: Ensure taskdata default functions exist in base class (2015-01-23 14:39:40 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (1):
  toastergui: update project build listing

Alexandru Damian (1):
  toasterui: do not filter images by extension

Belen Barros Pena (12):
  toaster: make layouts consistent
  toaster: apply common styles to right hand column of detail pages
  toastergui: Generic message for the layer details empty states
  toastergui: remove redundant style declaration
  toastergui: consistent add / remove layer notifications
  toastergui: give the add dependencies form some breathing space
  toastergui: add 'show all' link to no results page
  toastergui: set column width in layer details page
  toastergui: hide table controls when when less than 10 entries
  toastergui: consistent capitals in button
  toastergui: remove recipe id links to the layer index
  toastergui: alignment fix

 lib/bb/ui/buildinfohelper.py                       |   2 +-
 lib/toaster/bldcontrol/models.py                   |   9 ++
 lib/toaster/toastergui/static/css/default.css      |   5 +-
 lib/toaster/toastergui/static/js/layerdetails.js   |  14 +--
 .../toastergui/templates/baseprojectpage.html      |  12 +--
 .../toastergui/templates/buildrequestdetails.html  |  67 ++++++++++++++
 lib/toaster/toastergui/templates/layerdetails.html |  65 ++++++-------
 .../toastergui/templates/managed_builds.html       |  18 ++--
 .../toastergui/templates/managed_mrb_section.html  |  42 ++++++---
 .../toastergui/templates/package_detail_base.html  |   2 +-
 lib/toaster/toastergui/templates/project.html      |   4 +-
 .../toastergui/templates/projectbuilds.html        |  20 ++--
 lib/toaster/toastergui/templates/recipe.html       |   6 +-
 lib/toaster/toastergui/urls.py                     |   2 +
 lib/toaster/toastergui/views.py                    | 103 +++++++++++++--------
 15 files changed, 248 insertions(+), 123 deletions(-)
 create mode 100644 lib/toaster/toastergui/templates/buildrequestdetails.html

-- 
1.9.1




More information about the bitbake-devel mailing list