summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
AgeCommit message (Expand)Author
2010-08-11move futon into release overlayAdam Kocoloski
2010-07-08Merge revision 961893 from trunk:Filipe David Borba Manana
2010-06-24close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian JenkinsJohn Christopher Anderson
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-04-19Fix to close users db immediately after authentication.Damien F. Katz
2010-04-07include update_seq in view responses, patch via Joscha Feth, (mostly) closes ...John Christopher Anderson
2010-04-06use waitForSuccess to timeout changes requests that never succeedJohn Christopher Anderson
2010-03-25restart using init:restart() for better test reliabilityJohn Christopher Anderson
2010-02-02proxy authentification handler. This handler allows creation of aBenoit Chesneau
2010-02-01Database-level security.John Christopher Anderson
2010-01-31add url rewriting support.Benoit Chesneau
2010-01-30Allow Futon to run behind a HTTP proxy.Jan Lehnardt
2010-01-07merge account branch to trunkJohn Christopher Anderson
2009-12-10Add a "Reduce" checkbox to the database view page in Futon, which controls th...Christopher Lenz
2009-11-14Better testing of multipart/relatedDamien F. Katz
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-08-29sort tests alphabeticallyJan Lehnardt
2009-08-18allow configurable X-Forwarded-Host header handling for work behind reverse p...Jan Lehnardt
2009-08-18unset new config values on run_on_modified_server rollbackJan Lehnardt
2009-08-12rollback _conflicts view patchAdam Kocoloski
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson
2009-08-12add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462Jan Lehnardt
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
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