Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92C4A17BF7 for ; Mon, 6 Oct 2014 13:17:01 +0000 (UTC) Received: (qmail 22721 invoked by uid 500); 6 Oct 2014 13:17:01 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 22680 invoked by uid 500); 6 Oct 2014 13:17:01 -0000 Mailing-List: contact reviews-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.incubator.apache.org Delivered-To: mailing list reviews@aurora.incubator.apache.org Received: (qmail 22669 invoked by uid 99); 6 Oct 2014 13:17:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 13:17:00 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Oct 2014 13:16:59 +0000 Received: (qmail 19681 invoked by uid 99); 6 Oct 2014 13:16:39 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 13:16:39 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 45DCF1DDCB9; Mon, 6 Oct 2014 13:16:36 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0815094276784827379==" MIME-Version: 1.0 Subject: Re: Review Request 26004: Add "aurora update list" and "aurora update status" commands. From: "Mark Chu-Carroll" To: "Zameer Manji" , "David McLaughlin" Cc: "Mark Chu-Carroll" , "Aurora" Date: Mon, 06 Oct 2014 13:16:36 -0000 Message-ID: <20141006131636.20120.59370@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Mark Chu-Carroll" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/26004/ X-Sender: "Mark Chu-Carroll" References: <20141002204125.18846.2031@reviews.apache.org> In-Reply-To: <20141002204125.18846.2031@reviews.apache.org> Reply-To: "Mark Chu-Carroll" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============0815094276784827379== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26004/ ----------------------------------------------------------- (Updated Oct. 6, 2014, 9:16 a.m.) Review request for Aurora, David McLaughlin and Zameer Manji. Bugs: aurora-742 https://issues.apache.org/jira/browse/aurora-742 Repository: aurora Description ------- Add support for commands to query and display active updates being managed by the scheduler. Two commands are added: * "aurora update list", which shows all active updates that are being processed by the server. * "aurora update status", which shows detailed status information about an update in-progress on the server. Diffs (updated) ----- src/main/python/apache/aurora/client/cli/context.py f639af7de93a069b278dc494b6f92a2f6b10de9c src/main/python/apache/aurora/client/cli/options.py 9a81a1d7d04c6648e94ff117429278317a9dbed8 src/main/python/apache/aurora/client/cli/update.py b4dd792dc12f19424c620f4d91748113e272f0c9 src/test/python/apache/aurora/client/cli/test_supdate.py 2782fee2867c6ef79349240299de082f07f7967a src/test/python/apache/aurora/client/cli/util.py e1ee884c06f3bc22bcd9e908ff61af9459a0b535 Diff: https://reviews.apache.org/r/26004/diff/ Testing ------- Added new unit tests; all tests pass. Thanks, Mark Chu-Carroll --===============0815094276784827379==--