[bitbake-devel] [PATCH 0/9] toaster patchset pull request

Alex DAMIAN alexandru.damian at intel.com
Wed Apr 9 13:17:35 UTC 2014


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

Hello,

This is a pull request for toaster.

All the patches have been reviewed on the toaster mailing list.
Patches have been tested invidividually and in this patchset.

Can you please pull at your convenience ?

Thank you,
Alex

The following changes since commit 4fafea4fa69542b491e84463f6eae0d5bf645673:

  bitbake: knotty: Clear footer before outputting to stderr (2014-04-08 18:05:19 +0100)

are available in the git repository at:

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

Alexandru DAMIAN (3):
  toaster: do not load all available timezones
  toaster: keep number of rows across searches
  toaster: fix filtering query for multiple filters

Dave Lerner (2):
  toaster: disable 'size over total' sort
  toaster: sort on size in detail pages

David Reyna (4):
  toaster: show unique set-in files in configvar
  toaster: regex alternation filter caused django error
  toaster: hide tasks without order or outcome
  toaster: add URI search path list

 lib/toaster/toastergui/static/css/default.css      |   4 +-
 .../toastergui/templates/basetable_top.html        |   1 +
 lib/toaster/toastergui/templates/bpackage.html     |   2 +-
 lib/toaster/toastergui/templates/dirinfo.html      |   2 +-
 .../templates/package_built_dependencies.html      |   8 +-
 .../toastergui/templates/package_built_detail.html |  14 +-
 .../templates/package_included_dependencies.html   |   8 +-
 .../templates/package_included_detail.html         |  14 +-
 .../package_included_reverse_dependencies.html     |  19 +--
 lib/toaster/toastergui/templates/recipe.html       |   4 +-
 lib/toaster/toastergui/templates/tablesort.html    |  38 +++++
 lib/toaster/toastergui/templates/target.html       |   4 +-
 lib/toaster/toastergui/templates/task.html         |   2 +-
 lib/toaster/toastergui/templatetags/projecttags.py |  20 +--
 lib/toaster/toastergui/views.py                    | 158 ++++++++++++++++-----
 lib/toaster/toastermain/settings.py                |  10 +-
 16 files changed, 211 insertions(+), 97 deletions(-)
 create mode 100644 lib/toaster/toastergui/templates/tablesort.html

-- 
1.9.1




More information about the bitbake-devel mailing list