summaryrefslogtreecommitdiff
path: root/share/www/script/test
AgeCommit message (Expand)Author
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
2010-02-12move from _admins / _readers / _security to just a single _security objectJohn Christopher Anderson
2010-02-05add list()-API cmompatible API to _show. Symmetry FTW.Jan Lehnardt
2010-02-04re-enable 404 handling in show functions while retaining user-friendly error ...Jan Lehnardt
2010-02-04fix COUCHDB-638.Benoit Chesneau
2010-02-03error message on bad security objectJohn Christopher Anderson
2010-02-03enhance reader and admin listsJohn Christopher Anderson
2010-02-02oops. forgot to add this file in latest commitBenoit Chesneau
2010-02-02old diff. fix unitestBenoit Chesneau
2010-02-02would have been strange to be abble ../../_changes and notBenoit Chesneau
2010-02-01Database-level security.John Christopher Anderson
2010-02-01improve object handling from query member of the rule. Allow to handleBenoit Chesneau
2010-01-31add url rewriting support.Benoit Chesneau
2010-01-29fix test view for json2.js toXMLString()John Christopher Anderson