From patchwork Fri Mar 2 03:37:11 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: 7047 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 9E7CB23EAF for ; Fri, 2 Mar 2012 03:37:14 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 606F6A181B9 for ; Fri, 2 Mar 2012 03:37:14 +0000 (UTC) Received: by iage36 with SMTP id e36so2339881iag.11 for ; Thu, 01 Mar 2012 19:37:13 -0800 (PST) Received: from mr.google.com ([10.50.89.201]) by 10.50.89.201 with SMTP id bq9mr335187igb.55.1330659433865 (num_hops = 1); Thu, 01 Mar 2012 19:37:13 -0800 (PST) Received: by 10.50.89.201 with SMTP id bq9mr282598igb.55.1330659433824; Thu, 01 Mar 2012 19:37:13 -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.231.53.18 with SMTP id k18csp520ibg; Thu, 1 Mar 2012 19:37:12 -0800 (PST) Received: by 10.180.86.230 with SMTP id s6mr895338wiz.16.1330659432265; Thu, 01 Mar 2012 19:37:12 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id o12si430092wie.0.2012.03.01.19.37.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 19:37:12 -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 1S3JIt-0002Jg-OE for ; Fri, 02 Mar 2012 03:37:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id A5B93E0283 for ; Fri, 2 Mar 2012 03:37:11 +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: 137 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 137: bump version & changes Message-Id: <20120302033711.8762.21800.launchpad@ackee.canonical.com> Date: Fri, 02 Mar 2012 03:37:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14886"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 0fef8eededc0f44353384d3f9ad7da4dcf3724e0 X-Gm-Message-State: ALoCoQknwMXPvNr0ky/MMC4aUVqb2XenegSLeFO3h2x128lzDTrNS/PjG74BST2wZt1+NKdrAwE+ ------------------------------------------------------------ revno: 137 tags: release-0.10 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Fri 2012-03-02 16:35:21 +1300 message: bump version & changes modified: doc/changes.rst lava_scheduler_app/__init__.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 'doc/changes.rst' --- doc/changes.rst 2012-02-16 01:27:55 +0000 +++ doc/changes.rst 2012-03-02 03:35:21 +0000 @@ -1,6 +1,18 @@ Version History *************** +.. _version_0_10: + +Version 0.10 +============ +* Introduce health check jobs + * These are defined on the device type and run when a board is put + online or when no health check job has run for 24 hours + * There are also views to just look at the health status of a board + or the lab as a whole. +* The scheduler monitor is more reliably told where to log. +* Make all tables paginated via server-side ajax magic. + .. _version_0_9: Version 0.9 === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2012-02-16 01:27:55 +0000 +++ lava_scheduler_app/__init__.py 2012-03-02 03:35:21 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 9, 0, "final", 0) +__version__ = (0, 10, 0, "final", 0)