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 88146200CD3 for ; Fri, 28 Jul 2017 11:26:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8654216C8AA; Fri, 28 Jul 2017 09:26:15 +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 F1D2B16C8A8 for ; Fri, 28 Jul 2017 11:26:14 +0200 (CEST) Received: (qmail 560 invoked by uid 500); 28 Jul 2017 09:26:14 -0000 Mailing-List: contact dev-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 dev@brooklyn.apache.org Received: (qmail 546 invoked by uid 99); 28 Jul 2017 09:26:13 -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; Fri, 28 Jul 2017 09:26:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A512F218F; Fri, 28 Jul 2017 09:26:12 +0000 (UTC) From: aledsage To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org Message-ID: Subject: [GitHub] brooklyn-server pull request #782: Adds `PUT /applications/{appid}` Content-Type: text/plain Date: Fri, 28 Jul 2017 09:26:12 +0000 (UTC) archived-at: Fri, 28 Jul 2017 09:26:15 -0000 GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/782 Adds `PUT /applications/{appid}` For deploying an app with a pre-defined app-id. This feature is marked as beta. This has been discussed extensively on the mailing list: https://lists.apache.org/thread.html/8eb58818d3ba50cfa5d5111363258cfe8529a76d17d45dc01823e0ba@%3Cdev.brooklyn.apache.org%3E You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server adds-deploy-with-appId Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-server/pull/782.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 #782 ---- commit 3cd14917cfbb83c90084b50086fe5b8e61ad5cc8 Author: Aled Sage Date: 2017-07-25T16:25:31Z Adds `PUT /applications/{appid}` For deploying an app with a pre-defined app-id. This feature is marked as beta. ---- --- 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. ---