Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D2FF17E91 for ; Wed, 22 Apr 2015 22:52:35 +0000 (UTC) Received: (qmail 37306 invoked by uid 500); 22 Apr 2015 22:52:35 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 37241 invoked by uid 500); 22 Apr 2015 22:52:34 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 37226 invoked by uid 99); 22 Apr 2015 22:52:34 -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, 22 Apr 2015 22:52:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 95034E03CF; Wed, 22 Apr 2015 22:52:34 +0000 (UTC) From: benkeen To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-fauxton pull request: Verify install page converted to Rea... Content-Type: text/plain Date: Wed, 22 Apr 2015 22:52:34 +0000 (UTC) GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/393 Verify install page converted to React This converts the Verify Install page to React. @robertkowalski, the one thing I had trouble with was writing a decent test for `actions.startVerification()`. I couldn't override the model that does all the async tests to the server. So instead, this relies on the other store, React + existing nightwatch tests confirming the functionality. You can merge this pull request into a Git repository by running: $ git pull https://github.com/benkeen/couchdb-fauxton verify-install-react Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/393.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 #393 ---- commit a881b90a9450e6c8c240af18561a9134b4ebac67 Author: Ben Keen Date: 2015-04-20T23:47:38Z Initial pass; converted to React commit e8e4e33660d0cd2818b15755b982d4f22070c1aa Author: Ben Keen Date: 2015-04-22T22:48:54Z tests added ---- --- 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. ---