summaryrefslogtreecommitdiff
path: root/src/chttpd/src/chttpd_db.erl
Commit message (Expand)AuthorAgeFilesLines
* Add structured logging reports via new Erlang 21 logger (#3526)Adam Kocoloski2021-04-301-0/+17
* Update all the applications to use the new couch_views utility functionsNick Vatamaniuc2021-04-161-7/+5
* Close backend port and clean up url handlersNick Vatamaniuc2021-04-161-145/+1
* Fix and re-enable ChangesAsyncTestBessenyei Balázs Donát2021-03-111-2/+6
* Fix PUT of multipart/related attachments support for Transfer-Encoding: chunk...Bessenyei Balázs Donát2021-02-031-0/+9
* Fix apache/couchdb#1988 - Validate attachment namesJuanjo Rodriguez2020-10-201-0/+1
* Merge branch master into prototype/fdb-layerPaul J. Davis2020-09-161-1/+0
|\
| * Make COPY doc return only one "ok"Bessenyei Balázs Donát2020-09-041-1/+1
| * Validate shard specific query params on db create requestEric Avdey2020-08-131-9/+153
* | Read attachment data outside the transactionNick Vatamaniuc2020-09-151-8/+18
* | Make COPY doc return only one "ok"Bessenyei Balázs Donát2020-09-071-1/+1
* | Fix ordering of page_size based pagination for viewsILYA Khlopotov2020-08-311-2/+6
* | Allow interactive requests to reopen a re-created db instanceNick Vatamaniuc2020-07-311-1/+2
* | Add max_bulk_get_count configuration optionILYA Khlopotov2020-06-221-0/+5
* | Introduce _bulk_docs max_doc_count limitNick Vatamaniuc2020-05-271-0/+5
* | Implement pagination APIILYA Khlopotov2020-05-151-23/+76
* | Fix variable shadowingILYA Khlopotov2020-05-151-4/+4
* | Remove etag from changes and _list_dbsGarren Smith2020-04-281-14/+8
* | Add fold_docs for DocId listGarren Smith2020-04-231-6/+8
* | report changes stats intermittently (#2777)Tony Sun2020-04-151-8/+17
* | Implement _view_cleanup for FoundationDBPaul J. Davis2020-04-101-1/+1
* | Do not allow editing _security in _user databaseNick Vatamaniuc2020-04-071-1/+1
* | Fix POST _all_docs/queries endpointNick Vatamaniuc2020-04-071-1/+3
* | Return better responses for endpoints which are not implementedNick Vatamaniuc2020-04-071-14/+7
* | move all_doc view options to fabric2_utilGarren Smith2020-04-061-29/+1
* | fix all_docs call to return rowGarren Smith2020-04-061-1/+2
* | add info endpoint for fdb stored views (#2706)Tony Sun2020-03-231-1/+1
* | Handle transaction timeouts in _all_docsNick Vatamaniuc2020-03-171-1/+2
* | Re-use changes feed main transaction when including docsNick Vatamaniuc2020-03-021-3/+7
* | Encode startkey/endkey for all_docs (#2538)garren smith2020-03-021-5/+5
* | Pass contexts to fabric2_db functionsILYA Khlopotov2020-03-021-61/+42
* | Remove compiler warningILYA Khlopotov2020-03-021-2/+0
* | Implement setting and getting _revs_limitNick Vatamaniuc2020-03-021-2/+2
* | Fix _changes heartbeat optionNick Vatamaniuc2020-03-021-1/+1
* | Handle _changes since=now paramNick Vatamaniuc2020-03-021-0/+3
* | Implement _design_docs and _local_docsNick Vatamaniuc2020-03-021-17/+21
* | Implement _all_docs/queriesNick Vatamaniuc2020-03-021-87/+106
* | Fix starkey_docid, endkey_docid and inclusive_end=false for _all_docsNick Vatamaniuc2020-03-021-9/+24
* | Implement fabric2_db EPI pluginNick Vatamaniuc2020-03-021-4/+4
* | CouchDB map indexes on FDBGarren Smith2020-03-021-1/+2
* | Fix more elixir testsPaul J. Davis2020-03-021-4/+4
* | Fix `COPY` methodPaul J. Davis2020-03-021-1/+1
* | Fix bulk docs error reportingPaul J. Davis2020-03-021-0/+2
* | Implement _all_dbs/_all_docs API parametersPaul J. Davis2020-03-021-78/+142
* | Update get security to use fabric2Eric Avdey2020-03-021-1/+1
* | Implement `_users` db authenticationPaul J. Davis2020-03-021-5/+3
* | Start switching chttpd HTTP endpoints to fabric2Paul J. Davis2020-03-021-189/+139
|/
* Feature/user db security obj readonly (#2395)Jan Lehnardt2020-01-041-0/+11
* Allow all params to be passed via body for POST _all_docsBessenyei Balázs Donát2019-12-091-1/+1
* Return 400 error for missing partition keyGarren Smith2019-11-261-0/+3