summaryrefslogtreecommitdiff
path: root/share/www/script/test
AgeCommit message (Expand)Author
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
2010-01-29Thanks Filipe Manana. Closes COUCHDB-631.John Christopher Anderson
2010-01-26Replace the old JavaScript query server JSON library with json2.jsJohn Christopher Anderson
2010-01-23show conflicts in changes filters. Patch by Lena Herrmann. Closes COUCHDB-630Jan Lehnardt
2010-01-23styleJan Lehnardt
2010-01-18normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson
2010-01-09better validations on users dbJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2009-12-23Follow RFC 2616 closer and use "verb" instead of "method"Jan Lehnardt
2009-12-22remove show from db doc GET handler, completing flip-flop on COUCHDB-404John Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson