summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try higher lowest erlang verjenkins-erlfmt-testBessenyei Balázs Donát2021-06-011-2/+2
* Apply make erlfmt-formatBessenyei Balázs Donát2021-06-01223-17072/+19427
* Merge remote-tracking branch 'origin/main' into HEADBessenyei Balázs Donát2021-06-0114-93/+170
|\
| * Delete unused chttpd_show:apply_etag/2 functionJay Doane2021-05-311-12/+0
| * Do not warn for invalid offset with spidermonkey 60 on macJay Doane2021-05-311-1/+1
| * move couch_httpd_auth options to chttpd_auth mainJiahui Li2021-05-2711-74/+163
| * Re-enable more elixir tests (#3572)Bessenyei Balázs Donát2021-05-272-6/+6
* | Revert "Apply make erlfmt-format"Bessenyei Balázs Donát2021-06-01223-19390/+17053
* | Fix format checkerBessenyei Balázs Donát2021-06-011-4/+30
* | Apply make erlfmt-formatBessenyei Balázs Donát2021-06-01223-17053/+19390
* | Perform a manual formatting in couch_httpd_authBessenyei Balázs Donát2021-06-011-9/+30
* | Add ignore to couch_debug.erlBessenyei Balázs Donát2021-06-011-0/+1
* | Perform a manual formatting in chttpd_db.erlBessenyei Balázs Donát2021-06-011-2/+8
* | Add ignore for newline in stringBessenyei Balázs Donát2021-06-011-0/+1
* | Add src/erlfmt to gitignoreBessenyei Balázs Donát2021-06-011-0/+1
* | Add formatter and misc scriptsBessenyei Balázs Donát2021-05-316-0/+211
* | Merge remote-tracking branch 'origin/main' into HEADBessenyei Balázs Donát2021-05-2624-89/+274
|\ \ | |/
| * Bump hyper dependency to 2.2.0-7Nick Vatamaniuc2021-05-261-1/+1
| * Delete unused variablesJay Doane2021-05-242-2/+1
| * Moved some config options from httpd to chttpdJiahui Li2021-05-2418-80/+229
| * Use the last commit result even when there are intermediate retriesNick Vatamaniuc2021-05-203-6/+43
* | Revert "Reformat src files with erlfmt"Bessenyei Balázs Donát2021-05-26224-19608/+17182
* | Reformat src files with erlfmtBessenyei Balázs Donát2021-05-17224-17182/+19608
|/
* Re-enable skipped ConfigTest elixir tests (#3564)Bessenyei Balázs Donát2021-05-151-9/+0
* Add error propagation to couch_eval and couch_views_indexer (#3553)Bessenyei Balázs Donát2021-05-154-8/+92
* Erlang 24 supportNick Vatamaniuc2021-05-147-13/+65
* Handle disabled retries in restart_tx logicNick Vatamaniuc2021-05-111-1/+3
* Introduce buggify integration test modeNick Vatamaniuc2021-05-103-0/+37
* Bump ibrowse to 4.4.2 + couchdb patchesNick Vatamaniuc2021-05-102-2/+5
* Merge pull request #3544 from cloudant/att-to-json-without-md5iilyak2021-05-062-3/+19
|\
| * Handle the case when md5 field is undefinedILYA Khlopotov2021-05-062-3/+19
* | Fix bug in Replicator authentication for password contains @Jiahui Li2021-05-051-1/+53
* | Add password requirements test to skip listChristopher Astfalk2021-05-051-1/+2
* | Test speed upChristopher Astfalk2021-05-051-22/+9
* | 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