[bitbake-devel] [PATCH 00/21] Toaster bug fixing patchset

Alex DAMIAN alexandru.damian at intel.com
Mon Mar 9 13:18:24 UTC 2015


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

Hello,

This is a toaster bugfix patchset. It has been reviewed and tested 
on the toaster mailing list.

Can you please pull at your convenience ?

Cheers,
Alex



The following changes since commit baec2940c2b4ec792cacad5cc8d8056d9162919b:

  toaster: config var layout fixes (2015-02-27 07:35:10 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (8):
  cooker: read file watches on server idle
  toaster: delete test data
  xmlrpcserver: do not connect client on error
  cooker: make sure state is properly used to accept clients
  xmlrpc server: delete function on errors
  toaster: models.py do not use transactions
  toastergui: bring back base URLs for pages that need them
  toaster: projectapp.js - clear up jslint warnings

Belen Barros Pena (5):
  toasterui: don't open layer details in a new tab
  toasterui: fix the h1 in the project builds page
  toasterui: apply correct class to latest builds targets
  toasterui: give some space to the download log button
  toaterui: shorten the unavailable artifact message

Dave Lerner (4):
  toaster: add sort, search, paging to recipe package page
  toaster: layer rev tooltip only if necessary
  toaster: commit id format on layers page
  toaster: cached outcome download button

David Reyna (2):
  toaster: hide special code for core vars not present, disable add
    button
  toaster: reconcile non-manage-mode landing classes

Michael Wood (2):
  toaster: Enforce unique layer names
  toaster: libtoaster Fix a few warnings picked up by jshint

 lib/bb/cooker.py                                   |     36 +-
 lib/bb/server/xmlrpc.py                            |      6 +
 lib/toaster/bldviewer/tests.py                     |      5 +-
 lib/toaster/orm/fixtures/orm_views_testdata.json   | 140835 ------------------
 lib/toaster/orm/models.py                          |     34 +-
 lib/toaster/toastergui/static/css/default.css      |      1 +
 lib/toaster/toastergui/static/js/.jshintrc         |     11 +
 lib/toaster/toastergui/static/js/importlayer.js    |     94 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |     79 +-
 lib/toaster/toastergui/static/js/projectapp.js     |    181 +-
 lib/toaster/toastergui/templates/base.html         |      2 +-
 .../toastergui/templates/builddashboard.html       |      4 +-
 .../templates/detail_pagination_bottom.html        |     60 +
 .../toastergui/templates/detail_search_header.html |     68 +
 .../toastergui/templates/detail_sorted_header.html |     25 +
 lib/toaster/toastergui/templates/importlayer.html  |     41 +-
 lib/toaster/toastergui/templates/layerdetails.html |      8 +-
 lib/toaster/toastergui/templates/layers.html       |     15 +-
 lib/toaster/toastergui/templates/project.html      |     10 +-
 .../toastergui/templates/projectbuilds.html        |     26 +-
 lib/toaster/toastergui/templates/projectconf.html  |     81 +-
 lib/toaster/toastergui/templates/recipe.html       |     52 +-
 .../toastergui/templates/recipe_packages.html      |    123 +
 lib/toaster/toastergui/templates/task.html         |      8 +
 .../toastergui/templates/unavailable_artifact.html |     10 +-
 lib/toaster/toastergui/templatetags/projecttags.py |     12 +
 lib/toaster/toastergui/urls.py                     |      8 +-
 lib/toaster/toastergui/views.py                    |    110 +-
 28 files changed, 798 insertions(+), 141147 deletions(-)
 delete mode 100644 lib/toaster/orm/fixtures/orm_views_testdata.json
 create mode 100644 lib/toaster/toastergui/static/js/.jshintrc
 create mode 100644 lib/toaster/toastergui/templates/detail_pagination_bottom.html
 create mode 100644 lib/toaster/toastergui/templates/detail_search_header.html
 create mode 100644 lib/toaster/toastergui/templates/detail_sorted_header.html
 create mode 100644 lib/toaster/toastergui/templates/recipe_packages.html

-- 
1.9.1




More information about the bitbake-devel mailing list