summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-15also fix attachment redirectsAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825407 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15bugfixes for redirects in replication and iolists in OAuth qs paramsAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825401 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Must remember to update news.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825271 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Fix a bug in the couch.app generation.Paul Joseph Davis
The couch.app module list was using '*.erl' to list the modules. This causes issues if weird backup files are introduced into that directory. It appears that copying to and from HFS file systems can result in files with a prefix of '._' so that we had '._couch_server.erl' amongst other things which would then be in the couch.app module list, which would then prevent the server from booting properly. As in, it would just halt before any CouchDB code was ever run. The fix is to make the module list use "couch*.erl" instead. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825268 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Fix typo.Jason David Davies
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825047 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14dont save so many test reportsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825021 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14save report with node version infoJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825020 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14test reports are saved properJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825019 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14tests not loadingJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825018 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14save a test reportJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825017 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13add create_target:true NEWS itemJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824976 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Updating news for latest patches.Paul Joseph Davis
I'm going to attempt to keep this up to date a bit better than I have in the past. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824975 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Add more information to the view info objects.Paul Joseph Davis
View info is available at the URL: http://127.0.0.1:5984/db_name/_design/ddocid/_info New fields include: updater_running [true|false] : Whether the view is being built waiting_commit [true|false] : Whether this view is a head of db commits waiting_clients [integer] : How many clients are waiting on this view update_seq [integer] : The update sequence that has been indexed purge_seq [integer] : The purge sequence that has been processed Other fields for reference: signature [string] : The md5 signature of the design document's functions language [string] : The language of the design document disk_size [integer] : Number of bytes the view file occupies on disk compact_running [boolean] : Whether the view is currently being compacted git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824970 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Fix partial view updating regression.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824968 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Fix new create_target replication option when OAuth is being used.Jason David Davies
Closes COUCHDB-525. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824954 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Send 400 error when bad OAuth token is received.Jason David Davies
This closes COUCHDB-522. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824290 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Added handy log message for debugging OAuth behind proxies.Jason David Davies
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824268 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12link to submit test failures to a google groupJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824224 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11add create_target:true option to _replicate that creates the target databaseJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@824029 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09allow case-insensitive content-type from external, and other cleanupAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@823378 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Confused frontport. All is well.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@823019 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Port Noah's build fixes back to trunk.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@823017 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05set default value of delayed_commits to true for 0.11/trunkJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@821858 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05friendlier error message on bad log config file permissionsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@821856 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04fix quoting to avoid unwanted shell expansion, closes COUCHDB-518Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@821534 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03Fixes COUCHDB-517 UUID server restarts.Paul Joseph Davis
Patch by Robert Newson to avoid restarting the UUID gen_server on configuration changes which leads to OTP supervisor shutdowns when exceeding the restart frequency. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@821402 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Add OAuth support for "https" URL scheme when using SSL proxy.Jason David Davies
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@821059 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02replication bugfixes, see COUCHDB-516Adam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820851 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Add support for COPY (copyDoc) to jquery.couch.js.Jason David Davies
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820603 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30_uuid ETags were coming out as random binary noise. fixes this so they are ↵John Christopher Anderson
proper strings. Needs backporting to 0.10.x. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820495 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30more OAuth fixes, in particular for requests with query-string parametersAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820469 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30fix replication from DB protected by OAuth and require_valid_user=trueAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820344 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30Port Noah's bugfixes to trunk.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820162 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30added make check to distsign depNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820141 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Fixed a memory usage test.Paul Joseph Davis
Noah reported that forcing garbage collection only worked when allocating more terms. This ups the test number to what worked for him. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819977 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Add ETap to CouchDB's SVN repository.Paul Joseph Davis
This pulls in ETap as an included dependency. As per directions of the ASF the NOTICE and LICENSE have been updated. Tests have been updated to include etap on Erlang's code path. license.skip was updated for make distcheck. This only affects running the Erlang test suite. Noah is awesome. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819799 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29updated docsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819785 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29all hail paul davisNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819780 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29commented out lineNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819778 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28bumped trunk to betaNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819775 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28added rsa moduleNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819773 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28removed false callNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819768 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28we were skipping 1/1000 updates replicating old servers w/o _changesAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819436 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27Added coverage output to license.skipPaul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819345 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27Forgot to update the plan count.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819343 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27Fixed 040-util.t test from deadlocking.Paul Joseph Davis
When we started the linked process to kill with couch_util:terminate_linked/1, we weren't waiting for the child process to start. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819341 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27Remove crap to test buildbot.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819265 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27A single sub-assert deactivated for buildbot.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819263 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27Add a test for couch_erl_driver.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819254 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27Added a section on testing CouchDB with ETap.Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819251 13f79535-47bb-0310-9956-ffa450edef68