summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #26 from cloudant-labs/COUCHDB-3287-pluggable-storage-enginesPaul J. Davis2018-02-281-4/+4
| |\
| | * Update to use pluggable storage engine APIsPaul J. Davis2018-02-201-4/+4
| |/
| * Merge pull request #22 from cloudant-labs/86318-rename-search-indexes-when-db...Peng Hui Jiang2017-10-112-2/+17
| |\
| | * Rename search index directory in place when database is deletedjiangphcn2017-09-072-2/+17
| * | Merge pull request #23 from cloudant-labs/COUCHDB-3288-remove-public-db-recordPaul J. Davis2017-09-271-5/+8
| |\ \ | | |/ | |/|
| | * Remove public db recordPaul J. Davis2017-09-191-5/+8
| |/
| * Merge pull request #20 from cloudant-labs/remove-couch_cryptoiilyak2017-08-021-1/+1
| |\
| | * Remove couch_cryptoILYA Khlopotov2017-08-011-1/+1
| |/
| * Merge pull request #17 from cloudant-labs/87336-add-disk_size-end-pointbrkolla2017-06-066-10/+48
| |\
| | * Add new end point to get disk size information for search indexbrkolla2017-06-056-10/+48
| |/
| * Merge pull request #15 from cloudant-labs/84146_fix_shard_replacementMayya Sharipova2017-04-121-3/+4
| |\
| | * Fix shard replacementMayya Sharipova2017-04-111-3/+4
| |/
| * Merge pull request #10 from cloudant-labs/77650-open-int-crashRobert Newson2016-11-221-4/+8
| |\
| | * Tolerate open_int failureRobert Newson2016-11-221-4/+8
| |/
| * Merge pull request #9 from cloudant-labs/75421-improve-search-loggingRobert Newson2016-10-031-1/+5
| |\
| | * Improve search loggingTony Sun2016-10-021-1/+5
| |/
| * Merge pull request #8 from cloudant-labs/69570-fix-invalid-ddoc-crashEric Avdey2016-07-121-9/+18
| |\
| | * Don't crash on invalid ddocEric Avdey2016-07-121-9/+18
| |/
| * Merge pull request #7 from cloudant-labs/67924-fix-handlers-responseEric Avdey2016-06-081-8/+9
| |\
| | * Make handle_search_req return proper responseEric Avdey2016-06-081-2/+3
| | * Remove trailing spacesEric Avdey2016-06-081-6/+6
| |/
| * Merge pull request #6 from cloudant-labs/66031-add-metrics-dreyfus-httpd-searchbrkolla2016-05-102-1/+8
| |\
| | * Add new metric to track the search request time.brkolla2016-05-092-1/+8
| |/
| * Merge pull request #5 from cloudant-labs/simplify_couch_epiiilyak2015-10-012-3/+40
| |\
| | * Update to new couch_epi APIILYA Khlopotov2015-10-012-3/+40
| |/
| * Merge pull request #4 from cloudant-labs/52884-use-couch-cryptoRobert Newson2015-09-291-1/+1
| |\
| | * Use couch_cryptoRobert Newson2015-09-291-1/+1
| |/
| * Merge pull request #3 from cloudant-labs/2-handle-open-errorsRobert Newson2015-09-111-3/+12
| |\
| | * Handle errors when opening an indexPaul J. Davis2015-09-021-3/+12
| |/
| * Allow binaries for _search_analyzeRobert Newson2015-09-011-1/+6
| * remove cloudant_util function callRobert Newson2015-08-261-1/+0
| * Merge pull request #1 from cloudant-labs/50663-add-ejson-bodyTony Sun2015-08-251-1/+1
| |\
| | * Add ejson_bodyTony Sun2015-08-241-1/+1
| |/
| * fix error handling for _search_analyzeRobert Newson2015-08-241-4/+4
| * Plug into couchdb 2.0 with epi handlersRobert Newson2015-08-243-2/+31
| * properly rename this timeRobert Newson2015-08-041-0/+0
| * Match new couchdb naming conventionRobert Newson2015-08-041-0/+0
| * First public release of DreyfusRobert Newson2015-07-2022-0/+2812
* feat: move fauxton docroot config to OS env-vars for consistencyJan Lehnardt2019-05-224-9/+16
* fix: remove restart handlers for obsolete config settingsJan Lehnardt2019-05-221-6/+0
* Ignore new subprojectsRobert Newson2019-05-101-1/+5
* Fix epoch mismatch errors (#2027)Paul J. Davis2019-05-071-4/+20
* Jenkins: Add ARM64, drop trusty, improve Jenkinsfile (#2023)archive/fixup-jenkins-eunit-testfixup-jenkins-eunit-testJoan Touzet2019-05-031-407/+389
* Fix full ring assertion in fabric stream shard replacementsNick Vatamaniuc2019-05-011-2/+7
* Use individual rexi kill messages by defaultNick Vatamaniuc2019-05-011-6/+18
* Handle database re-creation edge case in internal replicatorNick Vatamaniuc2019-05-013-6/+33
* Increase max number of resharding jobsNick Vatamaniuc2019-04-241-1/+1
* Allow restricting resharding parametersNick Vatamaniuc2019-04-232-0/+51
* Expose node name via /_node/_local, closes #2005 (#2006)Joan Touzet2019-04-151-0/+2
* Merge pull request #2003 from apache/dont-reset-indexRobert Newson2019-04-121-2/+2
|\