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 48AC81730B for ; Tue, 4 Nov 2014 22:33:43 +0000 (UTC) Received: (qmail 33958 invoked by uid 500); 4 Nov 2014 22:33:43 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 33929 invoked by uid 500); 4 Nov 2014 22:33:43 -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 33917 invoked by uid 99); 4 Nov 2014 22:33:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 22:33:42 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,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, 04 Nov 2014 22:33:41 +0000 Received: (qmail 21961 invoked by uid 99); 4 Nov 2014 22:32:07 -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, 04 Nov 2014 22:32:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4F329932418; Tue, 4 Nov 2014 22:32:07 +0000 (UTC) From: ahgittin To: dev@brooklyn.incubator.apache.org Reply-To: dev@brooklyn.incubator.apache.org References: In-Reply-To: Subject: [GitHub] incubator-brooklyn pull request: show catalogItemId on entities in... Content-Type: text/plain Message-Id: <20141104223207.4F329932418@tyr.zones.apache.org> Date: Tue, 4 Nov 2014 22:32:07 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user ahgittin reopened a pull request: https://github.com/apache/incubator-brooklyn/pull/298 show catalogItemId on entities in jsgui clickable to go to the catalog item. currently sometimes this is the alphanumeric ID, but that will change with revision to #92 (the code here is doing the right thing in retrieving the `catalogItemId` from `Entity`) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ahgittin/incubator-brooklyn catalog-in-jsgui Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-brooklyn/pull/298.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 #298 ---- commit e9c8c5efbfb3d862e776931a96b8b7e0a1847196 Author: Alex Heneveld Date: 2014-11-04T17:59:20Z catalog item id in GUI (clickable) and on REST in REST API for EntitySummary and PolicySummary, and in summary tab on GUI when available; also better spacing and suppressing of absent/redundant information in entity-summary page ---- --- 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. ---