From e993aa67054aa43854570861b4f005e780bdd3df Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Fri, 24 Jul 2015 16:05:20 +0100 Subject: bitbake: toaster: hide irrelevant builds in the project builds view This patch fixes the project builds view so it doesn't show "in progress" builds or builds for other projects. Note that this also modifies the "all builds" view to use the same queryset filtering as the project builds. This is to avoid excluding "in progress" builds more than once, which is what was happening before. The patch also has a minor change to ensure that when displaying the project builds page, only builds for that project are in the results. The queryset filtering is now split over several lines so you can see what's going on. [YOCTO #8236] [YOCTO #8187] (Bitbake rev: 771c08b9be1f7875e0216e381ab0a81ef0d26256) Signed-off-by: Alexandru DAMIAN Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- bitbake/toaster-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/toaster-requirements.txt') diff --git a/bitbake/toaster-requirements.txt b/bitbake/toaster-requirements.txt index 1d92d5e3a7..c4a2221553 100644 --- a/bitbake/toaster-requirements.txt +++ b/bitbake/toaster-requirements.txt @@ -3,3 +3,4 @@ South==0.8.4 argparse==1.2.1 wsgiref==0.1.2 filemagic==1.6 +beautifulsoup4>=4.4.0 -- cgit v1.2.3-54-g00ecf