From: Michael Wood <michael.g.wood@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/14] Toaster patches
Date: Tue, 18 Aug 2015 17:28:21 +0100 [thread overview]
Message-ID: <cover.1439915029.git.michael.g.wood@intel.com> (raw)
[-- 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
next reply other threads:[~2015-08-18 16:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-18 16:28 Michael Wood [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1439915029.git.michael.g.wood@intel.com \
--to=michael.g.wood@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.