summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-47577: readConcernCounters metric in serverStatusLingzhi Deng2020-04-291-0/+8
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-301-4/+0
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-1/+25
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-201-0/+8
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-141-0/+47
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-231-8/+20
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-2/+4
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-10/+32
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-8/+13
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-44/+14
* SERVER-43941: Add "errorLabels" field to failCommand failpointLingzhi Deng2019-11-121-0/+1
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-9/+49
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-10/+7
* SERVER-43011 Add optional namespace restriction to failCommand failpointJack Mulrow2019-08-261-2/+5
* SERVER-42114 Allow single RS transactions to run on the config database in sh...Blake Oler2019-08-011-2/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-2/+1