summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler warningopentracingILYA Khlopotov2019-10-011-1/+1
* Pass request_ctx in chttpd_auth_cacheILYA Khlopotov2019-10-011-10/+12
* Pass contexts to fabric2_db functionsILYA Khlopotov2019-10-014-75/+53
* Add helper functions to work with contextsILYA Khlopotov2019-10-011-1/+11
* Set request_ctx on database operationsILYA Khlopotov2019-10-012-8/+62
* Add request_ctx field to #httpd{} record to pass to fabricILYA Khlopotov2019-10-012-3/+5
* Identify tracing span life cycleILYA Khlopotov2019-10-011-10/+36
* Remove old clause which is no longer usedILYA Khlopotov2019-10-012-6/+0
* Add more deleted docs replication cases to integration testNick Vatamaniuc2019-09-241-5/+57
* Fix doc counts for replicated deletionsNick Vatamaniuc2019-09-242-2/+36
* Add revision stemming for interactive docsNick Vatamaniuc2019-09-202-9/+224
* Check members after db is openedNick Vatamaniuc2019-09-192-13/+42
* Make get_security and get_revs_limit calls consistentNick Vatamaniuc2019-09-173-23/+45
* Implement setting and getting _revs_limitNick Vatamaniuc2019-09-162-2/+19
* Merge pull request #2184 from cloudant/add-extra-arguments-to-beamiilyak2019-09-111-1/+15
|\
| * Support `--extra_args` parameter in `dev/run`ILYA Khlopotov2019-09-101-1/+15
|/
* Fix _changes heartbeat optionNick Vatamaniuc2019-09-092-5/+5
* Fetch docs in parallel for view indexingGarren Smith2019-09-091-13/+45
* Handle _changes since=now paramNick Vatamaniuc2019-09-092-5/+6
* Handle update_seq for _local_docsNick Vatamaniuc2019-09-062-11/+24
* Add a max db name length config optionNick Vatamaniuc2019-09-053-0/+34
* Implement _design_docs and _local_docsNick Vatamaniuc2019-09-044-21/+231
* Implement _all_docs/queriesNick Vatamaniuc2019-08-303-88/+290
* Fix starkey_docid, endkey_docid and inclusive_end=false for _all_docsNick Vatamaniuc2019-08-291-9/+24
* Remove debug logging in fabric2_db_pluginNick Vatamaniuc2019-08-291-3/+1
* Skip before_doc_update processing for local docsNick Vatamaniuc2019-08-292-1/+30
* Fix couch_views encoding testNick Vatamaniuc2019-08-231-51/+74
* Move fabric2_dir_prefix_tests to test directoryNick Vatamaniuc2019-08-221-0/+0
* Implement update_seq for couch_viewsNick Vatamaniuc2019-08-221-3/+11
* Open dbs with admin privileges in couch_views_indexerNick Vatamaniuc2019-08-221-1/+1
* Fix DB reopen behaviorNick Vatamaniuc2019-08-221-10/+26
* Implement fabric2_db EPI pluginNick Vatamaniuc2019-08-227-46/+269
* add trace test for couch_viewsGarren Smith2019-08-221-0/+140
* Merge pull request #2123 from cloudant/add-timeout-to-fold_docs_with_differen...iilyak2019-08-191-11/+21
|\
| * Add timeout for 'fold_docs-with_different_keys' testILYA Khlopotov2019-08-161-11/+21
|/
* only fetch 1 query server for indexingGarren Smith2019-08-151-2/+5
* Configurable FDB directory prefixes for CouchDB instancesNick Vatamaniuc2019-08-126-6/+111
* Remember to remove old doc bodiesPaul J. Davis2019-08-061-5/+25
* Write large documents in chunksPaul J. Davis2019-08-062-17/+30
* Update to use new fold_range_future/wait functionsPaul J. Davis2019-08-061-6/+7
* Fix job handling to halt on errorsPaul J. Davis2019-08-011-8/+20
* CouchDB map indexes on FDBGarren Smith2019-07-3128-28/+3189
* Fix default key ranges for fold_rangePaul J. Davis2019-07-311-15/+16
* Expose the is_replicator_db and is_user_db logicPaul J. Davis2019-07-312-12/+31
* Make fabric2.hrl publicPaul J. Davis2019-07-311-0/+0
* Fix more elixir testsPaul J. Davis2019-07-313-10/+43
* Expose ICU ucol_getSortKeyRussell Branca2019-07-313-8/+219
* Disable broken couch_att testsPaul J. Davis2019-07-311-187/+187
* Reinitialize chttpd_auth_cache on config changePaul J. Davis2019-07-313-12/+56
* Fix formatting of all_docs_test.exsPaul J. Davis2019-07-311-1/+1