GitHub user garrensmith opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/391
[WIP] Fix view bugs
This fixes some view bugs and converts the Code Editor component to use
only React.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/garrensmith/couchdb-fauxton fix-view-bugs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/391.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 #391
----
commit 6326e38b263c402338cf14597ac44f65b783bd97
Author: Robert Kowalski <[email protected]>
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 ba6761d5b15e343ecc4b40bb1796392da826ac2a
Author: Garren Smith <[email protected]>
Date: 2015-04-14T07:34:38Z
Fix View save conflict
Saving a view multiple times causes a conflict error
FIXES COUCHDB-2662
commit 32da02ff52ba0177a26ce3bc7246ff3b6b2ee28c
Author: Garren Smith <[email protected]>
Date: 2015-04-15T10:25:58Z
Remove page limit, its not needed anymore
commit 43c0132dd31fcce8aaef9fa61bf14f0e9a2baaa3
Author: Garren Smith <[email protected]>
Date: 2015-04-15T13:51:44Z
Convert editor to React
commit 79b52a73d6048b811bed1721f7eef91c08ac5e02
Author: Garren Smith <[email protected]>
Date: 2015-04-21T08:24:52Z
Fix tests
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---