summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
AgeCommit message (Expand)Author
2009-01-30POST to create docs returns a Location header. fixes COUCHDB-8John Christopher Anderson
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
2009-01-27Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...John Christopher Anderson
2009-01-24Guess port based on protocol if we run on standard ports and in the browser.Jan Lehnardt
2009-01-24Improve show/list API and send external responses without chunked as it's not...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-19tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han...Damien F. Katz
2009-01-19also test attachment paths against db names with slashesJohn Christopher Anderson
2009-01-19fix attachment_views test on SafariJohn Christopher Anderson
2009-01-19fix for COUCHDB-214 (design docs on dbs with slashes)John Christopher Anderson
2009-01-17Fix coding-style.Jan Lehnardt
2009-01-17Back out unintentionally committed changes from r735284.Jan Lehnardt
2009-01-17Add some tests for using _attachments in views.Jan Lehnardt
2009-01-12rename _form to _show and move the funcs in the design doc to design.show.docsJohn Christopher Anderson
2009-01-09Added support so clients can detect if a server has potentially lost commits ...Damien F. Katz
2009-01-09fixed _all_docs view to use the correct PassedEndFun for binary docid sortingJohn Christopher Anderson
2009-01-05Delayed commit patch. Allows documents to be saved immediately but fully comm...Damien F. Katz
2009-01-04remove unnessary headers declaration from testsJohn Christopher Anderson
2009-01-04better E4X escaping in tests, dropped JS heredocJohn Christopher Anderson
2009-01-04change count to limit in view query paramsJohn Christopher Anderson
2009-01-02test runner is back up (thanks davisp), and tests pass in safari again (e4x s...John Christopher Anderson
2008-12-29merge form branch to trunkJohn Christopher Anderson
2008-12-29add etags to standalone attachment requests. Closes COUCHDB-184Jan Lehnardt
2008-12-27design docs use slashes. attachements with slashes in the name can be accesse...John Christopher Anderson
2008-12-24I agree with Damien that action.js is more than we want to support right now....John Christopher Anderson
2008-12-19shorter path to _action servers, external supports better routing controlJohn Christopher Anderson
2008-12-16fix COUCHDB-177. thanks Paul Carey and Paul DavisJohn Christopher Anderson
2008-12-16action.js and testsJohn Christopher Anderson
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson
2008-12-02test that non-authors can't delete docsJohn Christopher Anderson
2008-11-25_all_docs_by_seq works with descending=trueJohn Christopher Anderson
2008-11-21Removed logging from security test and added deletion.Damien F. Katz
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17factored couch_test_runner.js out from couch_tests.js, made it usuable for un...John Christopher Anderson
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-14fix for _all_docs_by_seq with include_docsJohn Christopher Anderson
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-11-09apply replication fixing patches from COUCHDB-157John Christopher Anderson
2008-10-31fixed JSON regression about revs_info statusJohn Christopher Anderson
2008-10-21fix for COUCHDB-139 keys available when reduce=falseJohn Christopher Anderson
2008-10-21fix for COUCHDB-138 include_docs=true&reduce=falseJohn Christopher Anderson
2008-10-21test to close COUCHDB-117John Christopher Anderson
2008-10-21Fix for COUCHDB-99. Certain Skipped KeyValue pairs weren't being assembled in...Damien F. Katz
2008-10-11simplified CouchDB.port handling in testsJohn Christopher Anderson
2008-10-10config web service fix from davispJohn Christopher Anderson
2008-10-09make check now runs the JavaScript test suiteJohn Christopher Anderson
2008-10-08add db_name back to database info, and testJohn Christopher Anderson
2008-10-08added _restart to default.ini, and test that restart worksJohn Christopher Anderson
2008-10-05include_docs option adds a doc member to view rows with the latest _rev of th...John Christopher Anderson
2008-10-05added multi-key requests to _view, _temp_view, and _all_docs (with help from ...John Christopher Anderson