From patchwork Thu Feb 16 01:30:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6811 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 C275123DC3 for ; Thu, 16 Feb 2012 01:30:19 +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 81272A1894A for ; Thu, 16 Feb 2012 01:30:19 +0000 (UTC) Received: by iabz7 with SMTP id z7so3081521iab.11 for ; Wed, 15 Feb 2012 17:30:19 -0800 (PST) Received: by 10.43.48.65 with SMTP id uv1mr347523icb.57.1329355817803; Wed, 15 Feb 2012 17:30:17 -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.80.19 with SMTP id r19cs1701ibk; Wed, 15 Feb 2012 17:30:17 -0800 (PST) Received: by 10.180.24.7 with SMTP id q7mr814483wif.14.1329355816584; Wed, 15 Feb 2012 17:30:16 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id a21si3987743wed.99.2012.02.15.17.30.16 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Feb 2012 17:30:16 -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 1RxqAp-0000XD-TA for ; Thu, 16 Feb 2012 01:30:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id CDAB0E0409 for ; Thu, 16 Feb 2012 01:30:15 +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: 131 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 131: version bump release-0.9 Message-Id: <20120216013015.23050.55548.launchpad@ackee.canonical.com> Date: Thu, 16 Feb 2012 01:30:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14781"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 6171df871b15c9caa2856198ce42f91beb444d9e X-Gm-Message-State: ALoCoQneOPJ16L9MMjan02iCHUgWJNb9LPNBnHMUx7Xppp5Rh/D509Nhb7rdAhc+xqs8/zNQ5XII ------------------------------------------------------------ revno: 131 tags: 2012.02, release-0.9 committer: Paul Larson branch nick: lava-scheduler timestamp: Wed 2012-02-15 17:27:55 -0800 message: version bump release-0.9 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-01-23 22:00:58 +0000 +++ doc/changes.rst 2012-02-16 01:27:55 +0000 @@ -1,7 +1,26 @@ Version History *************** -.. _version_0.7.3: +.. _version_0_9: + +Version 0.9 +=========== +* Make alljobs paginated so that it will load very quickly +* handle invalid values for start in job_output +* record device status transitions +* ask for a reason when offlining/onlining a board +* display transitions on the device page + +.. _version_0_8: + +Version 0.8 +=========== +* improvements to the docs from Adam Konarski +* make submit_job give slightly more useful permission errors +* restore code to allow submission of results to a private bundle +* reject unknown jobs at submit time + +.. _version_0_7_3: Version 0.7.3 ============= @@ -9,14 +28,14 @@ * Include static assets in the sdist (multiply reported as: #919079, #919047, #917393) -.. _version_0.7.2: +.. _version_0_7_2: Version 0.7.2 ============= * Revert 'allow results to be submitted to non-anonymous bundle streams' as it caused the entire job to be deleted when it completed. -.. _version_0.7.1: +.. _version_0_7_1: Version 0.7.1 ============= @@ -24,7 +43,7 @@ * Improved job view when log files are missing * Fixed some issues with device tags and postgres -.. _version_0.7.0: +.. _version_0_7_0: Version 0.7.0 ============= @@ -33,7 +52,7 @@ * Overhaul of the job view * Fix unit tests -.. _version_0.5.5: +.. _version_0_5_5: Version 0.5.5 ============= === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2012-02-07 19:48:20 +0000 +++ lava_scheduler_app/__init__.py 2012-02-16 01:27:55 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 9, 0, "dev", 0) +__version__ = (0, 9, 0, "final", 0)