All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Toaster patches
@ 2015-08-18 16:28 Michael Wood
  2015-08-18 16:28 ` [PATCH 01/14] bitbake: toaster: pylint fixes Michael Wood
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Michael Wood @ 2015-08-18 16:28 UTC (permalink / raw)
  To: bitbake-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 2077 bytes --]

Various bug fixes and pylint fixes. Reviewed by Belén and Michael.

The following changes since commit c348fa50186fb0796bc7b793c4b8d710419f2a0d:

  bitbake: toaster: move code from setup_lv_tests to setUp (2015-08-17 14:41:45 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib michaelw/toaster/submit/adamian/20150817_bug_fixes_poky
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=michaelw/toaster/submit/adamian/20150817_bug_fixes_poky

Alexandru DAMIAN (13):
  bitbake: toaster: pylint fixes
  bitbake: toaster: checksettings: fix guesspath initialization
  bitbake: toaster: checksettings: fix TEMPLATECONF detection
  bitbake: toaster: improve exception handling
  bitbake: toaster: models field initialization
  bitbake: toaster: use loggers instead of prints
  bitbake: toastergui: rename variables in views.py
  bitbake: toaster: do not stop data import on bad data
  bitbake: toaster: replace raising Exceptions in loadconf
  bitbake: toaster: fix updates on failed build requests
  bitbake: toaster logger: fix pylint issues
  toastergui: do not show in-progress builds in the table
  toastergui: fix projectbuilds page

Alexandru Damian (1):
  bitbake: toaster: fix pylint errors

 lib/bb/ui/buildinfohelper.py                       | 130 ++++++++-------
 lib/bb/ui/toasterui.py                             |  62 ++++---
 lib/toaster/bldcontrol/bbcontroller.py             |   2 +-
 .../management/commands/checksettings.py           |  15 +-
 .../bldcontrol/management/commands/loadconf.py     |  37 +++--
 .../bldcontrol/management/commands/runbuilds.py    |   2 +-
 lib/toaster/orm/models.py                          |  80 ++++-----
 .../toastergui/templates/projectbuilds.html        |  42 +----
 lib/toaster/toastergui/views.py                    | 183 +++++++++++----------
 lib/toaster/toastergui/widgets.py                  |   3 +
 .../toastermain/management/commands/perf.py        |   7 +-
 11 files changed, 293 insertions(+), 270 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2015-08-20 21:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 16:28 [PATCH 00/14] Toaster patches Michael Wood
2015-08-18 16:28 ` [PATCH 01/14] bitbake: toaster: pylint fixes Michael Wood
2015-08-18 16:28 ` [PATCH 02/14] bitbake: toaster: checksettings: fix guesspath initialization Michael Wood
2015-08-18 16:28 ` [PATCH 03/14] bitbake: toaster: checksettings: fix TEMPLATECONF detection Michael Wood
2015-08-18 16:28 ` [PATCH 04/14] bitbake: toaster: improve exception handling Michael Wood
2015-08-18 16:28 ` [PATCH 05/14] bitbake: toaster: models field initialization Michael Wood
2015-08-18 16:28 ` [PATCH 06/14] bitbake: toaster: use loggers instead of prints Michael Wood
2015-08-18 16:28 ` [PATCH 07/14] bitbake: toastergui: rename variables in views.py Michael Wood
2015-08-18 16:28 ` [PATCH 08/14] bitbake: toaster: do not stop data import on bad data Michael Wood
2015-08-18 16:28 ` [PATCH 09/14] bitbake: toaster: replace raising Exceptions in loadconf Michael Wood
2015-08-18 16:28 ` [PATCH 10/14] bitbake: toaster: fix updates on failed build requests Michael Wood
2015-08-18 16:28 ` [PATCH 11/14] bitbake: toaster: fix pylint errors Michael Wood
2015-08-18 16:28 ` [PATCH 12/14] bitbake: toaster logger: fix pylint issues Michael Wood
2015-08-20 12:55   ` Olof Johansson
2015-08-20 21:06     ` Richard Purdie
2015-08-18 16:28 ` [PATCH 13/14] toastergui: do not show in-progress builds in the table Michael Wood
2015-08-18 16:29 ` [PATCH 14/14] toastergui: fix projectbuilds page Michael Wood

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.