summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_rwc_defaults_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-69981 Pass DatabaseName to checkAuthForOperationSara Golemon2022-09-301-2/+2
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-201-0/+11
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-191-11/+0
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-181-0/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* 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-11/+13
* SERVER-43832 Expose readConcern and writeConcern defaults in serverStatusJack Mulrow2020-01-211-1/+4
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-1/+2
* SERVER-45038 Add privilege actions for getDefaultRWConcern and setDefaultRWCo...Jack Mulrow2020-01-091-3/+11
* SERVER-43723 FCV gating for RWC defaultsJack Mulrow2020-01-081-0/+5
* SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow2019-12-201-1/+1
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2019-12-171-1/+3
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-121-0/+160