summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add password validationChristopher Astfalk2021-05-053-14/+168
* | Add tests for password reqexpChristopher Astfalk2021-05-051-0/+66
* | Merge pull request #3540 from cloudant/handle-unknown_eval_api_language-error...iilyak2021-05-041-0/+3
|\ \ | |/
| * Add clause for unknown_eval_api_languageILYA Khlopotov2021-05-041-0/+3
|/
* Merge pull request #3538 from cloudant/remove-stats-definitionsiilyak2021-04-301-28/+0
|\
| * We don't have any couch_stats metrics in fabricILYA Khlopotov2021-04-301-28/+0
* | Add structured logging reports via new Erlang 21 logger (#3526)Adam Kocoloski2021-04-3057-134/+1015
|/
* Merge pull request #3536 from apache/fix-additional-port-flagTony Sun2021-04-282-1/+2
|\
| * fix default values for prometheus templatesfix-additional-port-flagTony Sun2021-04-282-1/+2
* | Install only one couch log error handlerNick Vatamaniuc2021-04-282-3/+12
|/
* Improve transaction retry behavior for _all_dbs, _dbs_info and _deleted_dbsNick Vatamaniuc2021-04-272-44/+41
* Improve tx retry resilience when transaction restartNick Vatamaniuc2021-04-273-5/+14
* Fix flaky couch_jobs metadata testNick Vatamaniuc2021-04-271-2/+4
* Merge pull request #3529 from cloudant/create_couch_libiilyak2021-04-279-32/+148
|\
| * Add couch_lib_parse:parse_{boolean|integer|non_neg_integer}ILYA Khlopotov2021-04-275-32/+81
| * Create couch_lib applicationILYA Khlopotov2021-04-265-0/+67
* | Add AIMD-based batching to couch_jobs activity monitor and notifierNick Vatamaniuc2021-04-227-88/+317
* | Add `COUCH_JOBS_RETRYABLE` macro to couch_jobs.hrlNick Vatamaniuc2021-04-225-30/+20
* | Fix fabric_fdb:next_vs/1 functionNick Vatamaniuc2021-04-222-3/+38
|/
* Switch show-test-results.py to use python 3Nick Vatamaniuc2021-04-191-35/+35
* [CI] Move to new containers for full build (#3505)Joan Touzet2021-04-191-15/+14
* [CI] Move to new containers, expand Erlang matrix (#3504)Joan Touzet2021-04-191-11/+8
* feat: work around get_stacktrace deprecation/removalJan Lehnardt2021-04-1816-82/+77
* Clean up Makefiles and start running all the unit testsNick Vatamaniuc2021-04-162-4/+4
* Update ./dev/run to not auto-create _global_changesNick Vatamaniuc2021-04-161-1/+1
* Clean up tests after removing 3.x applications and couch_views updatesNick Vatamaniuc2021-04-1622-216/+59
* Update all the applications to use the new couch_views utility functionsNick Vatamaniuc2021-04-1622-58/+68
* Clean up couch_auth_cacheNick Vatamaniuc2021-04-161-91/+2
* Clean up database name validation in fabric2_dbNick Vatamaniuc2021-04-161-17/+7
* Remove mem3_sync:get_backlog/0 call from stats in chttpd_nodeNick Vatamaniuc2021-04-161-1/+0
* Move utilities and records from couch_mrview and couch_index to couch_viewsNick Vatamaniuc2021-04-165-5/+1018
* Remove clouseau and dreyfus references from mangoNick Vatamaniuc2021-04-162-22/+3
* Clean up couch_db.hrlNick Vatamaniuc2021-04-162-47/+1
* Remove couch_db_plugin from couch_db_epi servicesNick Vatamaniuc2021-04-161-1/+0
* Update couch_util to remove couch_db and mem3 callsNick Vatamaniuc2021-04-161-23/+3
* Remove rewrite support from couch_js and couch_query_serversNick Vatamaniuc2021-04-162-159/+0
* Update couch_(js_)os_process after ioq removalNick Vatamaniuc2021-04-162-2/+2
* Remove most of the functionality from couch_serverNick Vatamaniuc2021-04-161-856/+16
* Clean up couch_docNick Vatamaniuc2021-04-163-58/+5
* Update couch_flags to remove knowledge about shardsNick Vatamaniuc2021-04-161-12/+4
* Clean up couch_debugNick Vatamaniuc2021-04-161-38/+0
* Update couch_secondary_sup to not start index_serverNick Vatamaniuc2021-04-161-1/+0
* Remove commented out tests from couch_attNick Vatamaniuc2021-04-161-189/+0
* Update couch_primary_sup to not start couch_task_status childNick Vatamaniuc2021-04-161-6/+0
* Close backend port and clean up url handlersNick Vatamaniuc2021-04-1612-751/+112
* Clean up config filesNick Vatamaniuc2021-04-162-227/+1
* Delete non-functional 3.x applications and modules from mainNick Vatamaniuc2021-04-16371-75257/+6
* Add docker creds to CI run (#3508) (#3509)Joan Touzet2021-04-142-0/+24
* Merge pull request #3416 from apache/prometheus-endpointTony Sun2021-04-1316-3/+775
|\
| * add license to missing filesprometheus-endpointTony Sun2021-04-133-7/+15