From patchwork Tue Oct 30 08:28:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 12574 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 02B4823EFB for ; Tue, 30 Oct 2012 08:28:14 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 92577A18EAE for ; Tue, 30 Oct 2012 08:28:13 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f6so3019iag.11 for ; Tue, 30 Oct 2012 01:28:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=zwRsVDgzCZKo36rNJK9vLSaav6CXtPGRpYXobs99EoE=; b=amX1uO5NDXn6576JOZIDPHoURUCsy2RTUeFqtRtuS1aVsUzvDzEqYKDosdeiMg4e6P DmnalQDCvdmfqD+aOdf099valh0CxwwFJ7yhLsFZEf3FEwTHNqwoU/XhAf5+DrWVL0mz YksmRKj+kYFhPTKD0P8FqhfgkVZ5SfIgHMpD7r15oPu4nGd4uI/1SaQ0phkCiZJ5FdYh a2NFuduazGr8P3ovzVYEeKZIJUhHHYg2mh8IuTUykdhfshetNQGGBlJ76Cw2xVObigJd FS+mzTQLWnJIIqo36cqAKmZVLQjDmjUTOwyB7vrgrKZxSi5O60BT4nex5u9cgO5HdoUp lEZA== Received: by 10.50.10.199 with SMTP id k7mr698532igb.70.1351585692838; Tue, 30 Oct 2012 01:28:12 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp361806igt; Tue, 30 Oct 2012 01:28:12 -0700 (PDT) Received: by 10.180.79.103 with SMTP id i7mr1280343wix.13.1351585691296; Tue, 30 Oct 2012 01:28:11 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fg10si8149460wib.5.2012.10.30.01.28.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 30 Oct 2012 01:28:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1TT7BC-0005ZC-EY for ; Tue, 30 Oct 2012 08:28:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 59D3AE00AC for ; Tue, 30 Oct 2012 08:28:10 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 221 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 221: add status to list_filter for TestJob Message-Id: <20121030082810.11836.70962.launchpad@ackee.canonical.com> Date: Tue, 30 Oct 2012 08:28:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16206"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 88ecbd4f210cd48eef1823cb9b43544771e3009f X-Gm-Message-State: ALoCoQlhBYJVZGzyFXUmU7PBHZvtAdj8j29IoEZY5bJhfCtcVytuHMXc2/wsMo4AfF4yOOFTaRXx ------------------------------------------------------------ revno: 221 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2012-10-30 09:27:20 +0100 message: add status to list_filter for TestJob modified: lava_scheduler_app/admin.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'lava_scheduler_app/admin.py' --- lava_scheduler_app/admin.py 2012-07-15 23:49:56 +0000 +++ lava_scheduler_app/admin.py 2012-10-30 08:27:20 +0000 @@ -42,6 +42,7 @@ class TestJobAdmin(admin.ModelAdmin): + list_filter = ['status'] raw_id_fields = ['_results_bundle']