From patchwork Sun Jan 13 21:45:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 14018 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 6C35123F88 for ; Sun, 13 Jan 2013 21:45:23 +0000 (UTC) Received: from mail-vb0-f46.google.com (mail-vb0-f46.google.com [209.85.212.46]) by fiordland.canonical.com (Postfix) with ESMTP id 1DED3A18CF1 for ; Sun, 13 Jan 2013 21:45:23 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id b13so3002647vby.33 for ; Sun, 13 Jan 2013 13:45:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :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=xKOUBPhIkaRF1IcuWOFn0VUgrMYpj3NJNgx+nmufmqs=; b=FD3qWE1o5X3gmsfwUogZbsW2Pv+TRR2+sc1wdukQeQ4u1IJG2I/sB45/wnmCycBTNh 1M7XYEg5JCaon5W56eWwIEP35DvWKhOdY0EiYt55C5ueoy1upgQVLDkyVTpd2RaETA6d XEFDLWwT/YODyUuY9QP5bc3adA/NjpLuwobRjxDOGBN+kNs2A0NTZgBTgGNwnwvo/1w+ cDgacGazAk8OjxBlwnT+QKdKUoEoQBw3mzNzULbghYL8ZJo3u7piNovGFvbzewwBdPuU wXNldaBUwQWBSqIVqr93pGL3NhZMMx+CMWHo8gAusrZSxHgwl/zc8dRrUBkVlRrdzG5u jz3w== X-Received: by 10.58.32.10 with SMTP id e10mr1674223vei.59.1358113522453; Sun, 13 Jan 2013 13:45:22 -0800 (PST) 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.58.145.101 with SMTP id st5csp33479veb; Sun, 13 Jan 2013 13:45:21 -0800 (PST) X-Received: by 10.194.123.105 with SMTP id lz9mr132412147wjb.43.1358113520990; Sun, 13 Jan 2013 13:45:20 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id w2si19718172wjq.15.2013.01.13.13.45.19 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 13 Jan 2013 13:45:20 -0800 (PST) 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 1TuVMl-0003Zx-K8 for ; Sun, 13 Jan 2013 21:45:19 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 8458CE0415 for ; Sun, 13 Jan 2013 21:45:19 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dashboard X-Launchpad-Branch: ~linaro-validation/lava-dashboard/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 387 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 387: fix sending of bundle notifications on filter matches Message-Id: <20130113214519.7319.82904.launchpad@ackee.canonical.com> Date: Sun, 13 Jan 2013 21:45:19 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16420"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 301ef6e2efffec6c2adfe59c03af5a2c4b53f8bd X-Gm-Message-State: ALoCoQnLC1Dqsa4KiZIBoavY1T2tV52Vvv+5Cqw4ejaJ4wDzNzbZSPAALzsN3cSbX0UfFD+z3wBQ Merge authors: Michael Hudson-Doyle (mwhudson) ------------------------------------------------------------ revno: 387 [merge] committer: Michael Hudson-Doyle branch nick: trunk timestamp: Mon 2013-01-14 10:44:59 +1300 message: fix sending of bundle notifications on filter matches modified: dashboard_app/models.py --- lp:lava-dashboard https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk You are subscribed to branch lp:lava-dashboard. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription === modified file 'dashboard_app/models.py' --- dashboard_app/models.py 2013-01-09 02:52:50 +0000 +++ dashboard_app/models.py 2013-01-13 21:34:23 +0000 @@ -1663,7 +1663,7 @@ for filter in filters: match = FilterMatch() match.filter = filter - match.filter_data = filter.summary_data + match.filter_data = filter.as_data() match.test_runs = list(bundle.test_runs.all()) match.specific_results = list( TestResult.objects.filter(