summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-23fix for bug with reusing map btree indexes when multiple views have the same ↵Damien F. Katz
map function git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659596 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23Add a currently failing test for multiple identical map/reduce view definitions.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659589 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23Fix 'save as' for map/reduce views in Futon.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659537 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23Remove debugging leftover in Futon.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659529 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23Fixes for map/reduce support in Futon.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659522 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23Futon changes to correctly display reduce results.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659505 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23Initial set of changes to Futon to support the recent introduction map/reduce.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659501 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22Updated MochiWeb in trunk to r73.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659244 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20Some javascript code cleanup.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@658409 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20Only use chunked encoding when we actually make use of it to iteratively ↵Christopher Lenz
write the response (for example for views). Otherwise just send a normal response with a Content-Length header. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@658408 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20Fixed design document view definitions to be consistent with temp views. ↵Damien F. Katz
Changed the name of the map(K,V) call in the javascript views to emit(K,V) git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@658405 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19revert.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657964 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19- off by (n)oneJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657963 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19fix to submit temp view src as jsonDamien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657930 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19Changed temp view definition to always be jsonobjects with map/reduce source ↵Damien F. Katz
as members of the object. Everywhere we used 'text/javascript' or 'application/javascript', we now just use 'javascript' git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657926 13f79535-47bb-0310-9956-ffa450edef68
2008-05-18Fix for pattern matching bug during reduceDamien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657606 13f79535-47bb-0310-9956-ffa450edef68
2008-05-18- remove leftover debugging lineJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657553 13f79535-47bb-0310-9956-ffa450edef68
2008-05-18- more graceful handling of unknown private URIs including more user ↵Jan Lehnardt
friendly messages - add a proper comment to the descending=false handling git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657552 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@656861 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15ignore descending=false option instead of throwing an error.Jan Lehnardt
includes a test case git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@656589 13f79535-47bb-0310-9956-ffa450edef68
2008-05-14Add link to Futon based on current configuration parameters on ↵Jan Lehnardt
CouchDB-startup. Patch by Michael Hendricks <michael@ndrix.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@656123 13f79535-47bb-0310-9956-ffa450edef68
2008-05-13Stop spinner if no databases are to be listedJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@655793 13f79535-47bb-0310-9956-ffa450edef68
2008-05-08corrected ICU deb dependancy example, thanks Nick GalbreathNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@654460 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01fix for compaction problem with attachments, and enhancements to JS shell, ↵Damien F. Katz
to make debugging tests easier. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@652489 13f79535-47bb-0310-9956-ffa450edef68
2008-04-30Add Erlang version requirement. R12B for now.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@652351 13f79535-47bb-0310-9956-ffa450edef68
2008-04-30updated README for clarity, thanks frodwithNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@652333 13f79535-47bb-0310-9956-ffa450edef68
2008-04-30Update MochiWeb code in trunk to r66.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@652206 13f79535-47bb-0310-9956-ffa450edef68
2008-04-23Fix for replication being reset when replication a local and a remote database.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@650729 13f79535-47bb-0310-9956-ffa450edef68
2008-04-23Fix for unnecessary update sequence generation when rewriting an already ↵Damien F. Katz
commited revision. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@650721 13f79535-47bb-0310-9956-ffa450edef68
2008-04-23Replicator optmizations and fix for unnecessary document copy during ↵Damien F. Katz
re-replication git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@650705 13f79535-47bb-0310-9956-ffa450edef68
2008-04-21corrected NOTICE fileNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@650275 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20Change uuid generaion to rely on crypto. Started crypto and inets ↵Damien F. Katz
application in startscript, and also couch_server_up. Fix for regression caused by accidental check-in of disabled etags. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@649988 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20Added proper UUID generation and changed the details of how way debug ↵Damien F. Katz
logging is done to now use a more effcient macro instead of a function call. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@649948 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17Display Request HTTP version on debugJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@649048 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15Merged mochiweb branch back into trunk.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648222 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15moved couchprivlibdir to the correct makefileNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648081 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15Merged futon-async branch back into trunk.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648074 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14added proper LICENCE fileNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648069 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14fixed svn:ignore propertiesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648060 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14moved couchjs_command_name to correct Makefile.amNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648054 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14removed non-standard use of .dist configuration filesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648050 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14removed unneeded svn:executableNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648039 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14added dummy makefileNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648037 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14moved couchdb specific configuration to subdirectoryNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648033 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14changed COPYING to LICENCE as per the ASF standardsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648023 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11Fix for double-encoded document IDs in Futon. Closes COUCHDB-39.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@647314 13f79535-47bb-0310-9956-ffa450edef68
2008-04-10Add DB compaction button to Futon. Closes COUCHDB-38. Thanks to Jim Lindley ↵Christopher Lenz
for the patch! git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@646734 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09Fix for btree modification bug.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@646163 13f79535-47bb-0310-9956-ffa450edef68
2008-04-07Fix for Futon database overview page.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@645675 13f79535-47bb-0310-9956-ffa450edef68
2008-04-07Compaction. Works, but still needs queueing and better handling for long ↵Damien F. Katz
reads/writes overlapping the compaction switchover. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@645661 13f79535-47bb-0310-9956-ffa450edef68