summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rwc_defaults_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-3/+3
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-2/+2
* SERVER-71818: Use the new cluster paramKshitij Gupta2022-12-071-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61864 Disallow removing custom write concern during reconfig if it is ...Vesselina Ratcheva2022-04-021-2/+16
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-201-0/+8
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-191-8/+0
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-181-0/+8
* SERVER-55703 Update getDefaultRWConcern to return the implicit default if the...Moustafa Maher2021-05-071-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+1
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46830 remove CWRWC FCV 4.4 codeKevin Pulo2020-04-081-6/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-9/+19
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+4
* SERVER-43832 Expose readConcern and writeConcern defaults in serverStatusJack Mulrow2020-01-211-1/+3
* SERVER-45038 Add privilege actions for getDefaultRWConcern and setDefaultRWCo...Jack Mulrow2020-01-091-4/+13
* SERVER-43723 FCV gating for RWC defaultsJack Mulrow2020-01-081-0/+6
* SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow2019-12-201-13/+5
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2019-12-171-5/+47
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-121-11/+22
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-1/+1
* SERVER-43126 Basic replset CWRWC passthrough suitesKevin Pulo2019-11-261-2/+10
* SERVER-43120 SERVER-43121 SERVER-43122 ReadWriteConcernDefaults component, se...Kevin Pulo2019-09-261-0/+126