[bitbake-devel] [PATCH 00/14] please pull toaster patchset

Alex DAMIAN alexandru.damian at intel.com
Thu Nov 27 17:07:59 UTC 2014


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

Hi,

This is a toaster patchset consisting of new features (New Project page), and bug fixes
in toasterui data gathering, better layer identification, ability to use http_proxy
to fetch data, and other fixes.

This patch has been reviewed on "toaster/master" poky contrib.

Can you please pull at your convenience ?

Cheers,
Alex

The following changes since commit 27023ce2d264ce05008ef9af33982b054c6a87b5:

  toaster: do not show target if target name is empty (2014-11-20 15:43:57 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (8):
  toaster: use http proxies to fetch data
  toastergui: update layer search criteria
  toastergui: do not show project info in interactive mode
  toaster: display Toaster exceptions and other fixes
  toasterui: fix layer identification for managed builds
  toaster: fix loadconf path calculation
  toastergui: new project page
  toasterui: Compatibility patch for daisy and dizzy

Belen Barros Pena (5):
  toaster: fix errors and warnings display
  toaster: make 'latest builds' section consistent across pages
  toaster: fix padding of build notifications
  toaster: release name consistency
  toaster: remove the word 'project' from layers and machine

Michael Wood (1):
  toaster: base Only show New Build button when there are > 0 projects

 lib/bb/ui/buildinfohelper.py                       |  96 ++++--
 lib/bb/ui/toasterui.py                             |   8 +-
 .../management/commands/checksettings.py           |   8 +
 .../bldcontrol/management/commands/loadconf.py     |  42 +--
 lib/toaster/bldcontrol/tests.py                    |  19 ++
 .../0018_auto__add_field_layer_version_project.py  | 331 +++++++++++++++++++++
 lib/toaster/orm/models.py                          |  58 +++-
 lib/toaster/toastergui/static/css/default.css      |   4 +
 lib/toaster/toastergui/static/js/base.js           |  13 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |   7 +
 lib/toaster/toastergui/templates/base.html         |   5 +-
 .../toastergui/templates/builddashboard.html       |  35 +++
 lib/toaster/toastergui/templates/layers.html       |   9 +-
 lib/toaster/toastergui/templates/mrb_section.html  |  25 +-
 lib/toaster/toastergui/templates/newproject.html   | 116 ++++++--
 lib/toaster/toastergui/templates/project.html      |  28 +-
 lib/toaster/toastergui/templatetags/projecttags.py |   8 +
 lib/toaster/toastergui/views.py                    |  70 +++--
 18 files changed, 736 insertions(+), 146 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0018_auto__add_field_layer_version_project.py

-- 
1.9.1




More information about the bitbake-devel mailing list