GitHub user chewbranca opened a pull request:
https://github.com/apache/couchdb-chttpd/pull/1
1993 bigcouch couch mrview
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/couchdb-chttpd
1993-bigcouch-couch-mrview
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-chttpd/pull/1.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 #1
----
commit e2d1e926d3a224d0adb48b9ea1bbd764b4128152
Author: Russell Branca <[email protected]>
Date: 2014-03-27T19:10:11Z
Use couch_mrview for view logic and callbacks
This updates the various view functions to use couch_mrview utility
functions, and removes a large amount of the view utility functions
that are better served by couch_mrview. It also uses the view
callbacks from couch_mrview, removing even more logic from this
module.
commit 4a154f7d3ec7d61a7a59a257f9cc2c55a0433bb2
Author: Russell Branca <[email protected]>
Date: 2014-03-27T19:10:41Z
Update _all_dbs to use couch_mrview
commit b858f5abfe07eb4c87c1a5b54b6bb93aeadf7889
Author: Russell Branca <[email protected]>
Date: 2014-03-27T19:11:07Z
Update chttpd show and list functions to use couch_mrview
commit 93c771d6ffd331389f7352b5122ee3a360c16972
Author: Russell Branca <[email protected]>
Date: 2014-03-27T19:12:58Z
Switch to using couch_mrview for the chttpd design info endpoint
This also standardizes the output of design info to use the format
from CouchDB. In particular, this outputs {"name","foo"} as CouchDB
currently does, rather than the {"name","_design/foo"} that it did
previously.
----
---
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.
---