Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-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 EAA541727E for ; Fri, 30 Jan 2015 12:24:24 +0000 (UTC) Received: (qmail 32185 invoked by uid 500); 30 Jan 2015 12:24:25 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 32129 invoked by uid 500); 30 Jan 2015 12:24:25 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Received: (qmail 32119 invoked by uid 99); 30 Jan 2015 12:24:25 -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, 30 Jan 2015 12:24:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CE684E0411; Fri, 30 Jan 2015 12:24:24 +0000 (UTC) From: Vishanth To: dev@stratos.apache.org Reply-To: dev@stratos.apache.org Message-ID: Subject: [GitHub] stratos pull request: Added update network partition REST API Content-Type: text/plain Date: Fri, 30 Jan 2015 12:24:24 +0000 (UTC) GitHub user Vishanth opened a pull request: https://github.com/apache/stratos/pull/199 Added update network partition REST API Added the updateNetworkPartition REST API and updated the AutoscalerService.wsdl You can merge this pull request into a Git repository by running: $ git pull https://github.com/Vishanth/stratos master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/stratos/pull/199.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 #199 ---- commit 9421e3abfeb214946cdd90d86f2ca882df745b83 Author: Vishanth Date: 2015-01-29T11:30:37Z Validation to restrict multi-tenant applications to be deployed only by super tenant in deployApplication method commit 5a50c9fd4f3add351bfe2f3c905d5991f47f7d29 Author: Vishanth Date: 2015-01-29T11:32:26Z Removed unused import commit 66b5bdde19ad9b8aa3cf82643875fbe5f531aa49 Author: Vishanth Date: 2015-01-29T12:40:38Z Merge branch 'master' of github.com:apache/stratos commit 4906e39f06093508b62dc690953a9e4f5df40b3e Author: Vishanth Date: 2015-01-29T13:30:52Z Merge branch 'master' of github.com:apache/stratos commit 209b28d5263c0515cf12449ce799342066096bb4 Author: Vishanth Date: 2015-01-30T04:59:14Z Added update network partition commit aeaae44f66cb90f3e4f78ae30cf10c3ee7093e6e Author: Vishanth Date: 2015-01-30T05:25:40Z wsdl update commit 890a0eb685f7108bc7a718a5e5c2a4e5c1cbcc7a Author: Vishanth Date: 2015-01-30T05:29:35Z Merge branch 'master' of github.com:apache/stratos commit f096640b03da9a1a5a4eedba9bc07059d6540b29 Author: Vishanth Date: 2015-01-30T06:06:09Z updating wsdl for updateNetworkPartition ---- --- 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. ---