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 1EE39200C82 for ; Fri, 12 May 2017 16:27:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1D96B160BA3; Fri, 12 May 2017 14:27:09 +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 63C54160BB8 for ; Fri, 12 May 2017 16:27:08 +0200 (CEST) Received: (qmail 43934 invoked by uid 500); 12 May 2017 14:27:07 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 43849 invoked by uid 99); 12 May 2017 14:27:07 -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, 12 May 2017 14:27:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6AAD1E080D; Fri, 12 May 2017 14:27:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: machristie@apache.org To: commits@airavata.apache.org Date: Fri, 12 May 2017 14:27:09 -0000 Message-Id: <3b27f6935d7345338d3057f4ca53ec74@git.apache.org> In-Reply-To: <1a18733a6292437e8ec3ed85a823ccf0@git.apache.org> References: <1a18733a6292437e8ec3ed85a823ccf0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/6] airavata-php-gateway git commit: AIRAVATA-2370 restoring gateway request routes archived-at: Fri, 12 May 2017 14:27:09 -0000 AIRAVATA-2370 restoring gateway request routes Looks like these were unintentionally removed during the develop->master merge. Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/69dba346 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/69dba346 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/69dba346 Branch: refs/heads/develop Commit: 69dba346f01bd356fbad1dc4b603c02ff4d136bc Parents: f06927d Author: Marcus Christie Authored: Wed Apr 19 13:04:23 2017 -0400 Committer: Marcus Christie Committed: Wed Apr 19 13:04:23 2017 -0400 ---------------------------------------------------------------------- app/routes.php | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/69dba346/app/routes.php ---------------------------------------------------------------------- diff --git a/app/routes.php b/app/routes.php index 7c86629..1408b98 100755 --- a/app/routes.php +++ b/app/routes.php @@ -347,6 +347,8 @@ Route::post("admin/create-pwd-token", "AdminController@createPWD"); Route::post("admin/remove-pwd-token", "AdminController@removePWD"); +//GatewayProviders +Route::get("provider/request-gateway", "AdminController@requestGateway"); //notices Route::get("admin/dashboard/notices", "AdminController@noticesView"); @@ -364,6 +366,8 @@ Route::post("notice-seen-ack", "AccountController@noticeSeenAck"); Route::post("admin/add-gateway", "AdminController@addGateway"); Route::get("admin/add-gateway", "AdminController@addGateway"); +Route::get("admin/update-gateway-request", "AdminController@updateGatewayRequest"); + /* * Theme Pages Routes */