Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7282A200B30 for ; Mon, 4 Jul 2016 22:27:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 71348160A72; Mon, 4 Jul 2016 20:27:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AFD62160A6D for ; Mon, 4 Jul 2016 22:27:57 +0200 (CEST) Received: (qmail 26070 invoked by uid 500); 4 Jul 2016 20:27:56 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 26020 invoked by uid 99); 4 Jul 2016 20:27:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 20:27:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B6D2EE094D; Mon, 4 Jul 2016 20:27:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aledsage@apache.org To: commits@brooklyn.apache.org Date: Mon, 04 Jul 2016 20:27:58 -0000 Message-Id: <511a278261834b2398f76f60873dcf13@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] brooklyn-server git commit: This closes #220 archived-at: Mon, 04 Jul 2016 20:27:58 -0000 This closes #220 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a58ba05c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/a58ba05c Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/a58ba05c Branch: refs/heads/master Commit: a58ba05c7b7e621b22a6fa83410b4cea8f1a7f7e Parents: c7731a4 bcad2f0 Author: Aled Sage Authored: Mon Jul 4 21:27:03 2016 +0100 Committer: Aled Sage Committed: Mon Jul 4 21:27:03 2016 +0100 ---------------------------------------------------------------------- .../enricher/stock/PercentageEnricher.java | 117 +++++++ .../enricher/stock/PercentageEnricherTest.java | 327 +++++++++++++++++++ .../entity/machine/AddMachineMetrics.java | 9 + .../entity/machine/MachineAttributes.java | 6 + 4 files changed, 459 insertions(+) ----------------------------------------------------------------------