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 3162818599 for ; Mon, 11 May 2015 10:10:22 +0000 (UTC) Received: (qmail 51849 invoked by uid 500); 11 May 2015 10:10:21 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 51788 invoked by uid 500); 11 May 2015 10:10:21 -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 51775 invoked by uid 99); 11 May 2015 10:10:21 -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; Mon, 11 May 2015 10:10:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 738EDE01FB; Mon, 11 May 2015 10:10:21 +0000 (UTC) From: robertkowalski To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-fauxton pull request: Fixing view bugs Content-Type: text/plain Date: Mon, 11 May 2015 10:10:21 +0000 (UTC) GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/402 Fixing view bugs You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb-fauxton fixing-view-bugs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/402.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 #402 ---- commit 0a6301d941d6f18259072880744606325834e456 Author: Garren Smith Date: 2015-04-14T07:34:38Z Fix View save conflict Saving a view multiple times causes a conflict error FIXES COUCHDB-2662 commit 0227bfa38e7db2be82e2d34923506838fdedf649 Author: Robert Kowalski Date: 2015-04-14T15:42:04Z fix invariant what happens: - react renders with the superfluous whitespace. - the browser removes it in good will - react wants to rerender, but the diffing is broken commit 5a3901c21ce1c65e8acfcec2dfcf00923d0a77a6 Author: Garren Smith Date: 2015-04-15T10:25:58Z Remove page limit, its not needed anymore commit bf96f1dcbd63e25137339d5990785c23fc9048b1 Author: Garren Smith Date: 2015-04-15T13:51:44Z Convert editor to React commit 629669bce165e68962a084ffee0f11278b9cef86 Author: Garren Smith Date: 2015-04-21T08:24:52Z Fix tests commit 980573abf55498c2eaa1bf6eb599c60bbf933b2e Author: Garren Smith Date: 2015-04-22T09:53:54Z add some tests commit faac46c46811fe3514f36af998efd5b0a9b5535d Author: Garren Smith Date: 2015-04-22T13:34:12Z Fixes from review commit b013a3eab3d78bd82dc0cd6bad28cfdd0a6a1ae8 Author: Garren Smith Date: 2015-04-22T15:11:02Z Fix nightwatch tests commit dbf84716a8fd6b406832cab9012fc9972d2adb3a Author: Garren Smith Date: 2015-05-05T10:32:50Z remove failing test commit a08d4da13417d3fe860c93cb653e300fbb2e11bc Author: Garren Smith Date: 2015-05-06T11:45:30Z code editor improvements commit be3a9f7f5448d36aa779d6fec9caabb74d1b2f6b Author: Garren Smith Date: 2015-05-06T15:25:30Z Re-add in commented out tests commit 175e808210b288ba2fd6b17b762df3bdc6a63b52 Author: Ben Keen Date: 2015-05-06T21:43:27Z back btn fix for new views commit f7c12e8b282e4149491790072e30a72707097183 Author: Ben Keen Date: 2015-05-06T22:16:18Z new view now resets default map commit a187f6dd6d783d2a828fff48d544f1885f5711fd Author: Robert Kowalski Date: 2015-05-07T12:42:41Z remove init of router which causes the testsuite to fail commit 908bb98e33e38813f2498a9ea1acdaa976704a0c Author: Robert Kowalski Date: 2015-05-07T13:04:41Z remove unused action commit 3f01c917b0c016da76451037e7d97924f03e997c Author: Robert Kowalski Date: 2015-05-07T13:22:24Z fix last test ---- --- 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. ---