summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-3/+0
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-4/+3
* SERVER-68598 Change CommandHelpers::parseNsOrUUID to take in DatabaseNameSophia Tan2022-08-061-1/+1
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-3/+4
* SERVER-68422 Add a new API CommandHelpers::parseNsFromCommand(const DatabaseN...Sophia Tan2022-08-011-0/+9
* SERVER-68420 Add a new CommandHelpers::parseNsCollectionRequired to construct...Sophia Tan2022-08-011-0/+4
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-8/+7
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-6/+5
* SERVER-67460 Change BasicCommandWithRequestParser to use DatabaseNameFernando Lisboa2022-07-111-7/+9
* SERVER-66561: Change BasicCommandWithReplyBuilderInterface to use DatabaseNameFernando Lisboa2022-07-071-7/+10
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-11/+4
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-0/+16
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+29
* SERVER-61418 Use majority write concern for commit retries in transaction APIJack Mulrow2022-04-141-0/+2
* SERVER-63495 Link cluster commit and abort into mongodJack Mulrow2022-03-171-0/+2
* SERVER-64097 replace CommandInvocationHooksHandle with a unique_ptrMatt Diener2022-03-111-2/+2
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-0/+6
* SERVER-61616 Add allowedWithTenant() command propertySara Golemon2021-12-201-0/+7
* SERVER-58893 Rename flag to skipApiVersionCheckAdi Zaimi2021-08-301-1/+2
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-5/+8
* SERVER-54763 Allow users to run validateDBMetadata command on all database wi...Arun Banala2021-03-311-0/+4
* SERVER-54524 Extend Authorization Session to record all access checks and pri...Mark Benvenuto2021-03-221-0/+10
* SERVER-52158 Move reshardCollection command behind its feature flag.Max Hirschhorn2021-03-161-0/+16
* SERVER-54429 Only parse ErrorReply during testingMoustafa Maher2021-03-081-0/+6
* SERVER-54812 Handle the case when find_and_modify request BSON object isRishab Joshi2021-03-021-1/+5
* SERVER-54539 Make command execution mindful of the threading modelAmirsaman Memaripour2021-02-261-0/+10
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-4/+22
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-051-7/+16
* SERVER-54228 : Change ValidateResult from BasicCommandWithRequestParser to on...Moustafa Maher2021-02-051-1/+7
* SERVER-53156 Convert collMod command implementation to inherit from IDL-gener...Moustafa Maher2021-02-041-0/+22
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-52547 Avoid reparsing the command object multiple timesMoustafa Maher2021-01-201-9/+40
* SERVER-52547 Update Txn cmds to to inherit from IDL-generated base classesMoustafa Maher2021-01-141-2/+58
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-2/+2
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-12/+12
* SERVER-49109 Move to the dedicated executor after blocking commandsBen Caimano2020-12-031-0/+28
* SERVER-51653 Ban uses of unstable command parameters with apiStrict:trueArun Banala2020-12-021-4/+11
* SERVER-52541 Specify dropDatabase in IDLA. Jesse Jiryu Davis2020-11-131-3/+12
* SERVER-49107 Add support for async execution to MongoD command pathAmirsaman Memaripour2020-11-061-0/+50
* SERVER-50422 Rename slave response fields in listCommands to secondaryAli Mir2020-10-061-2/+2
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+7
* SERVER-49858 Add Command::acceptsAnyApiVersionParametersA. Jesse Jiryu Davis2020-09-101-0/+7
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-6/+2
* Revert "SERVER-49858 Don't forward API params from drop/dropDatabase to confi...A. Jesse Jiryu Davis2020-08-251-6/+0
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-08-251-0/+7
* SERVER-49858 Don't forward API params from drop/dropDatabase to config serversA. Jesse Jiryu Davis2020-08-131-0/+6
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-2/+6
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-2/+2
* SERVER-49061 Command base class changes for Versioned APIPV992020-07-151-0/+12
* SERVER-47124 Add EndStartupOptionHandling as prependent to registering test c...Gabriel Marks2020-06-251-6/+9