summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify logging around elections and introduce depose/1 for testingraft_storemoduleRobert Newson2022-10-171-7/+21
* eliminate spurious electionRobert Newson2022-10-141-1/+8
* HACK: demonstrate the shards running elections in a very hackish wayRobert Newson2022-09-012-2/+15
* include raft name and node in log linesRobert Newson2022-09-011-19/+22
* use global so raft member names don't have to be atoms (we'll run out)Robert Newson2022-09-011-4/+3
* don't perform MPrevLogIndex lookup before MPrevLogIndex =< LastIndex checkRobert Newson2022-09-011-2/+13
* separate follower and candidate timeoutsRobert Newson2022-09-011-20/+21
* clear votesGranted when unused for readabilityRobert Newson2022-09-011-3/+3
* don't track matchIndex/nextIndex in non-leaders, pointlessRobert Newson2022-09-011-6/+6
* introduce store abstraction (WIP)Robert Newson2022-09-017-127/+246
* Integrate raft algorithm (WIP)Robert Newson2022-09-019-9/+621
* Implement _bulk_get support for the replicatorNick Vatamaniuc2022-08-308-77/+382
* Merge pull request #4041 from apache/draft_allow_nested_json_claim_rolesRobert Newson2022-08-303-13/+241
|\
| * Allow and evaluate nested json claim roles in JWT tokenRonny Berndt2022-08-303-13/+241
|/
* Fix variable already bound compiler warningsJay Doane2022-08-295-33/+40
* Refactor hash algorithms testRonny2022-08-254-44/+49
* Upgrade hash algorithm for cookie auth (#4140)Ronny2022-08-243-3/+146
* fix missing "=" for admin party in #4153Ronny Berndt2022-08-231-1/+1
* config section for require_valid_user is only [chttpd]Ronny Berndt2022-08-237-20/+11
* Address race in cpse_incref_decref testJay Doane2022-08-201-2/+9
* moved the name property to the correct spot.Zach Lankton2022-08-191-1/+1
* update variable name and readmeZach Lankton2022-08-194-5/+7
* update devcontainerZach Lankton2022-08-194-31/+63
* Update couch_replicator_use_checkpoints_testsNick Vatamaniuc2022-08-191-133/+49
* Update couch_replicator_small_max_request_size_targetNick Vatamaniuc2022-08-191-115/+43
* Update couch_replicator_selector_testsNick Vatamaniuc2022-08-191-77/+44
* Update couch_replicator_retain_stats_between_job_runsNick Vatamaniuc2022-08-191-99/+54
* Update couch_replicator_rate_limiter_testsNick Vatamaniuc2022-08-191-44/+33
* Update couch_replicator_proxy_testsNick Vatamaniuc2022-08-191-73/+64
* Update couch_replicator_missing_stubs_testsNick Vatamaniuc2022-08-191-107/+39
* Update couch_replicator_many_leaves_testsNick Vatamaniuc2022-08-191-123/+67
* Update couch_replicator_large_atts_testsNick Vatamaniuc2022-08-191-69/+23
* Update couch_replicator_id_too_long_testsNick Vatamaniuc2022-08-191-56/+26
* Update couch_replicator_httpc_pool_testsNick Vatamaniuc2022-08-191-50/+46
* Update couch_replicator_filtered_testsNick Vatamaniuc2022-08-191-157/+100
* Update couch_replicator_error_reporting_testsNick Vatamaniuc2022-08-191-161/+111
* Update couch_replicator_create_target_with_options_testsNick Vatamaniuc2022-08-191-57/+17
* Update couch_replicator_connection_testsNick Vatamaniuc2022-08-191-141/+123
* Update couch_replicator_compact_testsNick Vatamaniuc2022-08-191-183/+131
* Update couch_replicator_attachments_too_large to use fabricNick Vatamaniuc2022-08-191-55/+24
* Add some utility functions to couch_replicator_test_helperNick Vatamaniuc2022-08-191-34/+100
* Update couchdb-mochiweb to v3.1.0Ronny Berndt2022-08-172-2/+5
* Update couchdb-config to 2.2.0Ronny Berndt2022-08-161-1/+1
* Fix purge request timeoutsNick Vatamaniuc2022-08-101-1/+1
* Fix proxyauth_test and remove it from skipping tests (#4129)Ronny2022-08-082-68/+31
* Merge pull request #4133 from noahshaw11/add-editors-magic-linesiilyak2022-07-2920-1/+40
|\
| * Add editors magic linesNoah Shaw2022-07-2820-1/+40
|/
* Fix elixir :logger warningsRonny2022-07-283-3/+9
* Merge pull request #4135 from apache/dedicated-ioq-search-functionRussell Branca2022-07-272-2/+5
|\
| * Add ioq:call_searchRussell Branca2022-07-262-2/+5
|/