summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
AgeCommit message (Expand)Author
2009-07-14wheeeeeeeeNoah Slater
2009-05-13Closes COUCHDB-334 - Add JSONP support to CouchDBPaul Joseph Davis
2009-05-12You can now specify either "_sum" or "_count" as the source code for 2 built-...John Christopher Anderson
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04Use batch=ok query param for document PUT and POST to defer index updates unt...John Christopher Anderson
2009-04-19COUCHDB-306 - Improving reported errors.Paul Joseph Davis
2009-03-18reflect filename change in the loadTest() functionJan Lehnardt
2009-03-17Closes COUCHDB-135 View offset regression after 0.8.1Paul Joseph Davis
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-06Verify attachment names. They must be utf-8 (closes COUCHDB-280) and must not...Jan Lehnardt
2009-02-25add js test suite for stats, enable access for a previously internal metricJan Lehnardt
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-15Reorganize the tests into one file per test. No other changes.John Christopher Anderson
2009-02-15View etags are now provided. See note in the source about how they could be m...John Christopher Anderson
2009-02-13apply COUCHDB-252.John Christopher Anderson
2009-02-13Apply COUCHDB-251. John Christopher Anderson
2009-02-11Changed _uuid to respond to GET instead of POST. Bug COUCHDB-190Damien F. Katz
2009-02-11Fix for COUCHDB-238, explicit check and error for doc ids starting with under...Damien F. Katz
2009-02-09row_info object for _list pagination. Thanks benoitc.John Christopher Anderson
2009-02-08whitespaceJohn Christopher Anderson
2009-02-03Do not change local.ini during test suite run. Patch by BradfordW. Thanks.Jan Lehnardt
2009-02-02add iteration numbers to list row functions. closes COUCHDB-233. thanks Benoi...John Christopher Anderson
2009-02-01Add strict semicolons to the test suite for Webkit. thanks davisp. closes COU...John Christopher Anderson
2009-02-01Added options member to design docs. Currently the only option is include_des...John Christopher Anderson
2009-01-30all_docs view with descending=true works properly now. fix COUCHDB-109John Christopher Anderson
2009-01-30swap 412 ad 409 error codes. fixes COUCHDB-226John Christopher Anderson
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