summaryrefslogtreecommitdiff
path: root/share/www/script/test
AgeCommit message (Expand)Author
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
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz
2009-10-22Improve OAuth error message for missing tokens.Paul Joseph Davis
2009-10-19Fix bug when lists use two design docs.Paul Joseph Davis
2009-10-15bugfixes for redirects in replication and iolists in OAuth qs paramsAdam Kocoloski
2009-10-11add create_target:true option to _replicate that creates the target databaseJan Lehnardt
2009-09-30more OAuth fixes, in particular for requests with query-string parametersAdam Kocoloski
2009-09-26Fix the UUID's test failures when clocks are out of sync.Paul Joseph Davis
2009-09-23reject attempts to upload invalid UTF-8 JSON. Closes COUCHDB-345Adam Kocoloski
2009-09-17Fixes COUCHDB-396Paul Joseph Davis
2009-09-16include_docs now take an _id (as well as a _rev) in the emitted value, to loa...John Christopher Anderson
2009-09-16Make generateSecret() generate valid UTF-8 in oauth and cookie_authJason David Davies
2009-09-16add limit to _changesJohn Christopher Anderson
2009-09-15fix attachments with an undefined Content-Length header and no TE, patch by B...Jan Lehnardt
2009-09-14Add test for COUCHDB-500.Jason David Davies
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-09-14finish committing my changes adventure. pardon the dust.John Christopher Anderson
2009-09-14rollback mixed up commit, builds nowJohn Christopher Anderson
2009-09-14support for deletions in changes feedJohn Christopher Anderson
2009-09-14removed _all_docs_by_seq in favor of _changesJohn Christopher Anderson
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-09-02use the same password hash calculation for user creation via ini file and use...Jan Lehnardt
2009-09-01WebKit's XHR object is lacking, patch by Sebastian Cohnen, closes COUCHDB-483Jan Lehnardt
2009-09-01don't check for response code text, patch by Robert Newson, closes COUCHDB-482Jan Lehnardt
2009-08-29merge cascading auth patch by Jason Davies, closes COUCHDB-478, fix testsJan Lehnardt
2009-08-28guard against non-existing filters in _changesAdam Kocoloski
2009-08-27send deleted docs to _changes filtersAdam Kocoloski