Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E17E10019 for ; Tue, 18 Nov 2014 18:25:44 +0000 (UTC) Received: (qmail 86168 invoked by uid 500); 18 Nov 2014 18:25:44 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 86134 invoked by uid 500); 18 Nov 2014 18:25:44 -0000 Mailing-List: contact dev-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list dev@brooklyn.incubator.apache.org Received: (qmail 86117 invoked by uid 99); 18 Nov 2014 18:25:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2014 18:25:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,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; Tue, 18 Nov 2014 18:25:42 +0000 Received: (qmail 85175 invoked by uid 99); 18 Nov 2014 18:25:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2014 18:25:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 52AC89A861B; Tue, 18 Nov 2014 18:25:22 +0000 (UTC) From: ahgittin To: dev@brooklyn.incubator.apache.org Reply-To: dev@brooklyn.incubator.apache.org Message-ID: Subject: [GitHub] incubator-brooklyn pull request: Fix catalog rest Content-Type: text/plain Date: Tue, 18 Nov 2014 18:25:22 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user ahgittin opened a pull request: https://github.com/apache/incubator-brooklyn/pull/343 Fix catalog rest it's just the last commit, everything else is just github being slow issue where http://localhost:8081/v1/catalog/entities/brooklyn.demo.GlobalWebFabricExample:0.0.0_SNAPSHOT isn't being recognised correctly You can merge this pull request into a Git repository by running: $ git pull https://github.com/ahgittin/incubator-brooklyn fix-catalog-rest Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-brooklyn/pull/343.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #343 ---- commit 2fdc3f9fe8f4984fb58ad1d7f43de18bab655691 Author: Alex Heneveld Date: 2014-11-18T11:21:59Z better handling for the case where an already-managed active item is rebinded active do not clear the old location's record, and better logging commit 5ebede9e7224e6457121cd62bd41003727fa95cc Author: Alex Heneveld Date: 2014-11-18T11:21:47Z Make HA checker not promote again if node is stealing back master commit a0ac6b9200c110755fed9e25b7c0e85a3820fc08 Author: Svetoslav Neykov Date: 2014-11-18T17:48:58Z Don't start feeds when in HOT_STANDBY/HOT_BACKUP commit 22671d0c471ea08567d83b16f2fa2ac50d9308b3 Author: Alex Heneveld Date: 2014-11-18T17:52:47Z Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-brooklyn commit 4ced56e12a816ee97c953acf1ec705f121c406a3 Author: Alex Heneveld Date: 2014-11-18T17:53:01Z This closes #342 commit fbfd78fe54434fe7cad89d44a2564e8e5da23b06 Author: Alex Heneveld Date: 2014-11-18T18:23:34Z fix rest catalog lookup from rest ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---