[bitbake-devel] [PATCH 0/4] toaster: Improve display of errors and Toaster exceptions

Ed Bartosh ed.bartosh at linux.intel.com
Thu Oct 15 12:45:12 UTC 2015


Hi,

Fixes recording of error messages so that CRITICAL errors are
properly logged and presented to the user.

Modifies how Toaster exceptions are displayed, so they are treated the
same way as other classes of ERROR.

The following changes since commit a8e82d93bfa8feb722912d03ee26bbad7e6fe9f7:

  toaster: Modify "New build" button behaviour for cli builds project (2015-10-15 14:54:27 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/submit/elliot/toaster/error_display-8320
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/submit/elliot/toaster/error_display-8320

Elliot Smith (4):
  toaster: Record critical errors
  toaster: Remove Toaster exceptions section of build dashboard
  toaster: Guard against builds with no targets
  toaster: Add tests for error message display on the build dashboard

 lib/bb/ui/buildinfohelper.py                       |  5 +-
 lib/bb/ui/toasterui.py                             |  2 +
 lib/toaster/orm/models.py                          | 24 +++---
 .../toastergui/templates/builddashboard.html       | 47 ++---------
 lib/toaster/toastergui/tests.py                    | 91 +++++++++++++++++++++-
 5 files changed, 116 insertions(+), 53 deletions(-)

--
Regards,
Ed




More information about the bitbake-devel mailing list