summaryrefslogtreecommitdiff
path: root/share/www/script/test
AgeCommit message (Expand)Author
2010-07-13test and fix for deleting users documentsJohn Christopher Anderson
2010-07-09Merge revision 962460 from trunk:Filipe David Borba Manana
2010-07-08Merge revision 961893 from trunk:Filipe David Borba Manana
2010-07-02fix a query parameter in the list_views.js testJohn Christopher Anderson
2010-07-01more robust uuids testJohn Christopher Anderson
2010-07-01Fix for windows fsync, race conditions in attachments.js and the default shel...Damien F. Katz
2010-06-25Added checking to ensure when a revpos is sent with a stub, it's correct.Damien F. Katz
2010-06-25use proper Accept headers in the test suiteJohn Christopher Anderson
2010-06-24don't require a revpos attribute for stubs. closes COUCHDB-809 thanks Caleb LandJohn Christopher Anderson
2010-06-24close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian JenkinsJohn Christopher Anderson
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-23Added files missing from last checkin for COUCHDB-807Damien F. Katz
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-16provide a uuid to update functions (and all other functions) that they can us...John Christopher Anderson
2010-06-08preserve _revs_limit after compaction. COUCHDB-789Adam Kocoloski
2010-06-05fix #COUCHDB-787 . thanks!Benoit Chesneau
2010-06-05update_seq is only in view response when update_seq=true is in query paramsJohn Christopher Anderson
2010-06-03Add test case for by-doc-id replication with slashes.Jan Lehnardt
2010-06-03Fix test suite in Chromium. Patch by Glen Rempe. Closes COUCHDB-546Jan Lehnardt
2010-05-20Refactoring of various internal APIs, particularly those dealing with replica...Damien F. Katz
2010-05-19Renaming `jsonp = false` ini option to `allow_jsonp = false` to beJan Lehnardt
2010-05-19jsonp callbacks are ignored unless jsonp is configured to trueJohn Christopher Anderson
2010-05-05rewriter security to allow isolation of databases via subdomainsJohn Christopher Anderson
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-24add commentJan Lehnardt
2010-04-24typosJan Lehnardt
2010-04-22compaction preserves instance_start_time. Closes COUCHDB-744Adam Kocoloski
2010-04-22fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ...John Christopher Anderson
2010-04-16upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739John Christopher Anderson
2010-04-08fix last straggler view update_seq bugs, thanks tisba and bitdiddle for the r...John Christopher Anderson
2010-04-07temp_views should be only available to server and database adminsJohn Christopher Anderson
2010-04-07include update_seq in view responses, patch via Joscha Feth, (mostly) closes ...John Christopher Anderson
2010-04-07changes is less likely to miss updates, and changes test is more robustJohn Christopher Anderson
2010-04-06use waitForSuccess to timeout changes requests that never succeedJohn Christopher Anderson
2010-04-02Removed _sleep from all tests. replaced with loops that spin until a conditio...Damien F. Katz
2010-03-28allows more complex keys in the rewriter, so it could ease theBenoit Chesneau
2010-03-28allows client to retrieve the revision of document updated via _update,Benoit Chesneau
2010-03-25restart using init:restart() for better test reliabilityJohn Christopher Anderson
2010-03-21Test for a regression with doc-id replication.Jan Lehnardt
2010-03-21Make changes test pass in CLI runner & WebKitJan Lehnardt
2010-03-10_stats builtin reduction for min/max/mean/varianceAdam Kocoloski
2010-03-04ensure full commit when the security object is updatedJohn Christopher Anderson
2010-02-28treat deleted docs as nonexistant docsJan Lehnardt
2010-02-28revert accidental commitJan Lehnardt
2010-02-28Merge branch 'show-deleted-docs' into trunkJan Lehnardt
2010-02-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2010-02-25commonjs require for show list etc via Mikeal Rogers. closes COUCHDB-658John Christopher Anderson
2010-02-24replicator and view generator can skip check_is_reader when opening database ...John Christopher Anderson
2010-02-24Allow replication to be cancelled. Closes COUCHDB-664. Patch by Robert Newson.Jan Lehnardt
2010-02-22_purge was incorrectly returning update_seq.Paul Joseph Davis