Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47D2C17759 for ; Wed, 9 Sep 2015 23:59:01 +0000 (UTC) Received: (qmail 13289 invoked by uid 500); 9 Sep 2015 23:59:01 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 13251 invoked by uid 500); 9 Sep 2015 23:59:01 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 13242 invoked by uid 99); 9 Sep 2015 23:59:01 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2015 23:59:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C12861A0A76 for ; Wed, 9 Sep 2015 23:59:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.775 X-Spam-Level: * X-Spam-Status: No, score=1.775 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id mSgd8iJTHbsP for ; Wed, 9 Sep 2015 23:58:56 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id E9A5144582 for ; Wed, 9 Sep 2015 23:58:44 +0000 (UTC) Received: (qmail 11790 invoked by uid 99); 9 Sep 2015 23:58:44 -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; Wed, 09 Sep 2015 23:58:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 664DAE0995; Wed, 9 Sep 2015 23:58:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: upthewaterspout@apache.org To: commits@geode.incubator.apache.org Date: Wed, 09 Sep 2015 23:59:04 -0000 Message-Id: In-Reply-To: <81f40c2b3e2b4d8894ba5ac4ccfd8887@git.apache.org> References: <81f40c2b3e2b4d8894ba5ac4ccfd8887@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/50] [abbrv] incubator-geode git commit: Merge branch 'feature/GEODE-213' into develop Merge branch 'feature/GEODE-213' into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bbc2a5fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bbc2a5fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/bbc2a5fa Branch: refs/heads/feature/GEODE-12 Commit: bbc2a5fa5f0bbcd00a8ab64451a2528a22d88bc0 Parents: 9efe74e 581702a Author: Kirk Lund Authored: Wed Aug 19 16:09:21 2015 -0700 Committer: Kirk Lund Committed: Wed Aug 19 16:09:21 2015 -0700 ---------------------------------------------------------------------- build.gradle | 2 + .../web/controllers/WanCommandsController.java | 2 +- .../WanCommandsControllerJUnitTest.java | 162 +++++++++++++++++++ 3 files changed, 165 insertions(+), 1 deletion(-) ----------------------------------------------------------------------