All of lore.kernel.org
 help / color / mirror / Atom feed
* [review-request][PATCH 0/3][v3] Fix errors thrown when viewing command line builds while build is running
@ 2015-09-30 14:54 Elliot Smith
  2015-09-30 14:54 ` [review-request][PATCH 1/3] toaster: Always run bldcontrol migrations Elliot Smith
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Elliot Smith @ 2015-09-30 14:54 UTC (permalink / raw)
  To: toaster

Fix the OperationalError thrown if you attempt to view builds
for the "Command line builds" project while a build is in progress.

* v2: Rebased on poky/master; includes a fix for a test broken during rebase.
* v3: Rebased on poky-contrib/toaster-next; remove fix for broken test,
as it will conflict with a patch submitted by Ed.

Changes since 4220ebce223fa7cd0865c793b7dd3ffe07b8e130 are in
git://git.yoctoproject.org/poky-contrib, elliot/toaster/cli_builds_error-8277
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/toaster/cli_builds_error-8277

Related bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=8277

Elliot Smith (3):
  toaster: Always run bldcontrol migrations
  toaster: Check whether buildrequest exists before using it
  toaster: Test that exception isn't thrown by project page

 bitbake/bin/toaster                     | 58 ++++++++++++++++++++++-----------
 bitbake/lib/toaster/orm/models.py       | 20 ++++++++++--
 bitbake/lib/toaster/toastergui/tests.py | 31 ++++++++++++++++++
 3 files changed, 88 insertions(+), 21 deletions(-)

--
Elliot Smith
Software Engineer
Intel OTC

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [review-request][PATCH 0/3] Fix error thrown by "command line builds" project page
@ 2015-09-22 16:41 Elliot Smith
  2015-09-22 16:41 ` [review-request][PATCH 1/3] toaster: Always run bldcontrol migrations Elliot Smith
  0 siblings, 1 reply; 8+ messages in thread
From: Elliot Smith @ 2015-09-22 16:41 UTC (permalink / raw)
  To: toaster

This patch series fixes an exception being thrown when viewing
the default "command line builds" project while a bitbake command line
build is running.

It also modifies and cleans up the toaster startup script so that
the bldcontrol migrations are applied in analysis mode, as well as
in managed mode. This should help prevent other errors which may
occur in analysis mode due to missing database tables.

Changes since 7b86c771c80d0759c2ca0e57c46c4c966f89c49e are in
git://git.yoctoproject.org/poky-contrib, elliot/toaster/cli_builds_error-8277
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/toaster/cli_builds_error-8277

Related bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=8277

Elliot Smith (3):
  toaster: Always run bldcontrol migrations
  toaster: Check whether buildrequest exists before using it
  toaster: Test that exception isn't thrown by project page

 bitbake/bin/toaster                     | 58 ++++++++++++++++++++++-----------
 bitbake/lib/toaster/orm/models.py       | 20 ++++++++++--
 bitbake/lib/toaster/toastergui/tests.py | 33 ++++++++++++++++++-
 3 files changed, 89 insertions(+), 22 deletions(-)

--
Elliot Smith
Software Engineer
Intel OTC

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 14:54 [review-request][PATCH 0/3][v3] Fix errors thrown when viewing command line builds while build is running Elliot Smith
2015-09-30 14:54 ` [review-request][PATCH 1/3] toaster: Always run bldcontrol migrations Elliot Smith
2015-10-09 13:35   ` Michael Wood
2015-10-13 12:02     ` Smith, Elliot
2015-09-30 14:54 ` [review-request][PATCH 2/3] toaster: Check whether buildrequest exists before using it Elliot Smith
2015-09-30 14:54 ` [review-request][PATCH 3/3] toaster: Test that exception isn't thrown by project page Elliot Smith
2015-10-09 11:36 ` [review-request][PATCH 0/3][v3] Fix errors thrown when viewing command line builds while build is running Smith, Elliot
  -- strict thread matches above, loose matches on Subject: below --
2015-09-22 16:41 [review-request][PATCH 0/3] Fix error thrown by "command line builds" project page Elliot Smith
2015-09-22 16:41 ` [review-request][PATCH 1/3] toaster: Always run bldcontrol migrations Elliot Smith

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.