summaryrefslogtreecommitdiff
path: root/share/www/script/test
AgeCommit message (Expand)Author
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
2009-12-10Add a "Reduce" checkbox to the database view page in Futon, which controls th...Christopher Lenz
2009-12-06fix COUCHDB-593, thanks Roger Binns for reportingJohn Christopher Anderson
2009-12-01change some timings to make the changes test more robustJohn Christopher Anderson
2009-11-30passing test for filtered continuous changesJohn Christopher Anderson
2009-11-30ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586Adam Kocoloski
2009-11-30work on COUCHDB-582, fixes issues with filtered longpoll requests closing earlyJohn Christopher Anderson
2009-11-29add assertion that _all_dbs API existsJohn Christopher Anderson
2009-11-26Setup JavaScript command line runner.Paul Joseph Davis
2009-11-26Use TEquals() in content_negotiation test.Jason David Davies
2009-11-26Refactored the fix for active_dbs timeouts.Paul Joseph Davis
2009-11-26Update the open db's test to check failure.Paul Joseph Davis
2009-11-25Fixed a bug preventing active_dbs from working.Paul Joseph Davis
2009-11-23Fix and tests for COUCHDB-292Damien F. Katz
2009-11-15Testing of incremental attachments and more testing of multipart/handling.Damien F. Katz
2009-11-14Removed redudant multipart/related test from attachments.jsDamien F. Katz
2009-11-14Better testing of multipart/relatedDamien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-11-12Whoops. No alerts in tests plzkthx.Paul Joseph Davis
2009-11-12ErlView test case with a larger data set.Paul Joseph Davis
2009-11-10Add doc id validation when creating a new document with theJan Lehnardt
2009-11-05typo, thanks David CoallierJan Lehnardt
2009-11-05add safety net for code accidents where the document id in a doc delete reque...Jan Lehnardt