summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/member_config_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-8/+120
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-40/+0
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-0/+40
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-40/+0
* SERVER-48345 Allow users to add nodes with member id greater than 255.Suganthi Mani2020-06-171-5/+4
* SERVER-48411 Fixes clang tidy failure in member_config_test.cppSuganthi Mani2020-06-161-11/+19
* SERVER-48411 Increase maximum allowed replica set memberId on disk from 255 t...Suganthi Mani2020-06-161-5/+12
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-1/+7
* SERVER-47878 Need to always serialize tags field in config, even if not provi...Matthew Russotto2020-05-011-0/+15
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-10/+22
* SERVER-46353 Remove 'newlyAdded' field from replSetGetConfig response objectVesselina Ratcheva2020-04-171-8/+38
* SERVER-46924: Ensure arbiters are never given a 'newlyAdded' fieldXuerui Fa2020-03-271-0/+16
* SERVER-46627: Ensure secondaries with 'newlyAdded' field have priority: 0Xuerui Fa2020-03-261-0/+110
* SERVER-46434 added more MemberConfig::toBSON unittestsJudah Schvimer2020-03-251-4/+78
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-208/+289
* SERVER-46628: Ensure nodes with newlyAdded field effectively have votes: 0Xuerui Fa2020-03-191-0/+26
* SERVER-46352: Ensure the newlyAdded field is always true when present, even f...Xuerui Fa2020-03-101-2/+16
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-061-0/+28
* Revert "SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in re...Judah Schvimer2020-03-061-28/+0
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-051-0/+28
* SERVER-46473 config replication check only counts voting nodesPavi Vetriselvan2020-03-031-3/+5
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-3/+5
* SERVER-43736: Remove bugprone-unused-raii in member_config_test.cpp.Daniel Gottlieb2019-10-031-48/+48
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-130/+50
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-17/+17
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-387/+598
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-21/+21
* SERVER-19491 Require that arbiters have priority 0 or 1.Matthew Russotto2017-02-161-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-51/+130
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-071-8/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-322/+411
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-5/+9
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-16079 Invalid number of votes is a validation error not a parse errorSpencer T Brody2014-11-121-3/+42
* SERVER-15835 Require brackets around hostname for ipv6 addressesCharlie Swanson2014-10-281-2/+2
* SERVER-15535 support for write concern internal tagsEric Milkie2014-10-131-3/+9
* SERVER-14436 Introduce replica set tag, pattern and match types.Andy Schwerin2014-07-141-53/+119
* SERVER-14436 Fix signed-unsigned comparison compile error in unit test.Andy Schwerin2014-07-091-2/+2
* SERVER-14436 Introduce MemberConfig and ReplicaSetTag types and parsing.Andy Schwerin2014-07-081-0/+251