All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] toaster: Improve display of errors and Toaster exceptions
@ 2015-10-15 12:45 Ed Bartosh
  2015-10-15 12:45 ` [PATCH 1/4] toaster: Record critical errors Ed Bartosh
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ed Bartosh @ 2015-10-15 12:45 UTC (permalink / raw)
  To: bitbake-devel

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-16 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 12:45 [PATCH 0/4] toaster: Improve display of errors and Toaster exceptions Ed Bartosh
2015-10-15 12:45 ` [PATCH 1/4] toaster: Record critical errors Ed Bartosh
2015-10-15 12:45 ` [PATCH 2/4] toaster: Remove Toaster exceptions section of build dashboard Ed Bartosh
2015-10-15 12:45 ` [PATCH 3/4] toaster: Guard against builds with no targets Ed Bartosh
2015-10-15 12:45 ` [PATCH 4/4] toaster: Add tests for error message display on the build dashboard Ed Bartosh
2015-10-16 13:17   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.