]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toastergui: all builds page lists failed build requests
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 14 Jan 2015 12:46:54 +0000 (12:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Jan 2015 12:13:10 +0000 (12:13 +0000)
commitc5f5fb80308228585aa7ff9721352feb5ed9c961
tree833584b91d0a27f6db39ed4093325275d07da6f4
parentc46492f5599da8af16af05ecc2d7aa7a8660416b
toastergui: all builds page lists failed build requests

This patch modifies the all builds page by splitting the page
into two variants - the "interactive" (default) and "managed" mode
versions.

In the "managed" mode version, we display build requests instead of
builds, including the failed build requests that have no build
associated with them.

[YOCTO #6671]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/toastergui/templates/managed_builds.html [new file with mode: 0644]
lib/toaster/toastergui/templates/managed_mrb_section.html [new file with mode: 0644]
lib/toaster/toastergui/templatetags/projecttags.py
lib/toaster/toastergui/views.py