summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start running chttpd eunit testsfix-api-corner-cases-and-make-chttpd-passNick Vatamaniuc2020-04-0712-215/+92
* Do not allow editing _security in _user databaseNick Vatamaniuc2020-04-071-1/+1
* Fix POST _all_docs/queries endpointNick Vatamaniuc2020-04-072-4/+5
* Return better responses for endpoints which are not implementedNick Vatamaniuc2020-04-073-23/+35
* remove defer and load_ddocs from mango_utilsGarren Smith2020-04-062-63/+0
* update mango tests to work with Mango on FDBGarren Smith2020-04-0614-136/+129
* Update mango test creds to same as elixir testsGarren Smith2020-04-063-5/+5
* Update Mango query to work with couch_viewsGarren Smith2020-04-069-147/+139
* Add mango indexingGarren Smith2020-04-067-19/+187
* Remove quorum statsGarren Smith2020-04-063-13/+1
* Remove view_cb predicate push downGarren Smith2020-04-061-94/+1
* remove unneeded r/w parameterGarren Smith2020-04-066-67/+6
* remove partition opts from mangoGarren Smith2020-04-0610-200/+10
* remove mango native procGarren Smith2020-04-063-375/+0
* Add couch_views_encoding max valueGarren Smith2020-04-061-0/+12
* Add couch_views_updater interactive indexerGarren Smith2020-04-069-5/+470
* All couch_view queries to run across transactionsGarren Smith2020-04-061-1/+2
* Add couch_views_indexer build to creation versionstampGarren Smith2020-04-067-33/+206
* add fabric2 after_doc_write pluginGarren Smith2020-04-062-0/+8
* add include_docs option to fold_docsGarren Smith2020-04-061-2/+25
* move all_doc view options to fabric2_utilGarren Smith2020-04-062-29/+39
* fix all_docs call to return rowGarren Smith2020-04-061-1/+2
* Merge pull request #2662 from cloudant/couch_view-rate_limitiilyak2020-04-0226-28/+1839
|\
| * Use `couch_rate` application for `couch_view`ILYA Khlopotov2020-04-0226-28/+1839
|/
* Merge pull request #2743 from apache/switch-erlfdb-couchRobert Newson2020-04-011-6/+2
|\
| * Switch erlfdb to the couchdb repo at tag v1.0.0Robert Newson2020-04-011-6/+2
|/
* change _all_docs to raw collationGarren Smith2020-03-302-7/+4
* Don't advertise unimplemented featuresJay Doane2020-03-283-12/+2
* Return a 400 error code for an invalid update sequenceNick Vatamaniuc2020-03-271-0/+2
* Merge pull request #2722 from apache/couch-keywrapRobert Newson2020-03-261-0/+103
|\
| * Implement AES KW algorithm*couch-keywrapRobert Newson2020-03-261-0/+103
|/
* Make sure to clear db metadata flag before each transactionNick Vatamaniuc2020-03-251-0/+1
* Fix db prefix checks in fabric2_fdbNick Vatamaniuc2020-03-251-9/+11
* Handle db re-creation in view indexingNick Vatamaniuc2020-03-253-26/+152
* Improve fabric2_eventsNick Vatamaniuc2020-03-252-16/+95
* Implement fabric2_db:get_design_docs/1Paul J. Davis2020-03-242-3/+167
* set DbPrefix with value allocated with erlfdb_hcajiangph2020-03-242-3/+4
* add info endpoint for fdb stored views (#2706)Tony Sun2020-03-233-3/+205
* Fix couch_jobs after recent db re-creation commitNick Vatamaniuc2020-03-221-2/+3
* Add a fabric doc fold test when db is re-createdNick Vatamaniuc2020-03-211-1/+32
* Fix database re-creationNick Vatamaniuc2020-03-215-11/+70
* Merge pull request #2681 from apache/prototype/fdb-layer-get-doc-spansRussell Branca2020-03-181-17/+26
|\
| * Add additional get_doc spansarchive/prototype/fdb-layer-get-doc-spansprototype/fdb-layer-get-doc-spansRussell Branca2020-03-181-17/+26
|/
* Reformat and simplify couch_views_indexer_test moduleNick Vatamaniuc2020-03-171-240/+64
* Handle transaction timeouts in _all_docsNick Vatamaniuc2020-03-172-30/+90
* Handle transaction cancelled errors in list_dbs_info/3Nick Vatamaniuc2020-03-173-28/+157
* add _conflicts field to docs for viewsGarren Smith2020-03-173-2/+47
* A few minor cleanups in fabric2_db_crud_testsNick Vatamaniuc2020-03-161-3/+3
* Refactor some of the "tx_too_old" testsNick Vatamaniuc2020-03-164-135/+205
* Handle transaction timeouts in list_dbs and list_dbs_infoNick Vatamaniuc2020-03-122-14/+162