summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66561: Change BasicCommandWithReplyBuilderInterface to use DatabaseNameFernando Lisboa2022-07-071-3/+3
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-4/+2
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-1/+2
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-30/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64986 Add concurrency workloads that test internal transactions using ...Cheahuychou Mao2022-04-221-0/+1
* SERVER-61418 Use majority write concern for commit retries in transaction APIJack Mulrow2022-04-141-6/+7
* SERVER-63485 Modify failCommand failPoint to be able to fail on all commandskauboy262022-04-071-0/+12
* SERVER-63495 Link cluster aggregate and getMore into mongodJack Mulrow2022-03-311-0/+2
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-301-0/+7
* SERVER-56571 rename and unprotect invariant.hBilly Donahue2022-03-201-1/+1
* SERVER-64097 replace CommandInvocationHooksHandle with a unique_ptrMatt Diener2022-03-111-7/+7
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-13/+17
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-1/+2
* SERVER-59604 Audit log authcheck record has incorrect command for unauthentic...Erwin Pe2021-10-281-11/+15
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+0
* SERVER-57040 Add a test-only tripwire assert (tassert) to the failCommand fai...Raunak Chowdhury2021-08-061-14/+35
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-06-291-6/+1
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+1
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-281-0/+8
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-2/+3
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-3/+3
* Revert "SERVER-50549 transform state-changing errors returned by mongos"Sviatlana Zuiko2021-05-111-8/+0
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-101-0/+8
* SERVER-54429 Only parse ErrorReply during testingMoustafa Maher2021-03-081-1/+3
* SERVER-54539 Make command execution mindful of the threading modelAmirsaman Memaripour2021-02-261-0/+18
* SERVER-53512 Make failCommand failpoint support blockConnection with closeCon...Matthew Saltz2021-01-191-9/+9
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-12/+12
* SERVER-53199 Auto retry on TTE in ShardingCatalogManager::withTxn().Max Hirschhorn2020-12-041-2/+4
* SERVER-49232 improving failCommand loggingGabriel Russell2020-11-231-1/+1
* SERVER-52541 Specify dropDatabase in IDLA. Jesse Jiryu Davis2020-11-131-3/+22
* SERVER-51848 Rename generic arg/reply functionsA. Jesse Jiryu Davis2020-11-111-2/+2
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-49107 Add support for async execution to MongoD command pathAmirsaman Memaripour2020-11-061-0/+24
* SERVER-51374 Create IDL definition for ErrorReplyGeorge Wangensteen2020-11-061-0/+16
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-031-1/+0
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-5/+4
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-0/+8
* Revert "SERVER-49858 Don't forward API params from drop/dropDatabase to confi...A. Jesse Jiryu Davis2020-08-251-32/+5
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-08-251-2/+13
* SERVER-49858 Don't forward API params from drop/dropDatabase to config serversA. Jesse Jiryu Davis2020-08-131-5/+32
* SERVER-49480 Allow transactions against the admin databaseSara Golemon2020-07-201-9/+1
* SERVER-49061 Command base class changes for Versioned APIPV992020-07-151-0/+2
* SERVER-48985 Add logging for failCommandBen Caimano2020-06-251-16/+24
* SERVER-47945 Reduce the cost of extractOrAppendOkAmirsaman Memaripour2020-05-051-1/+2
* SERVER-46900 Prohibit transaction operations on system.profileMaria van Keulen2020-05-011-0/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-3/+3
* SERVER-47195 Allow configuring failCommand failpoint to activate only for a g...Spencer T Brody2020-04-071-0/+8
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-031-19/+23
* SERVER-46777 Remove 4.4-dependent coll/index creation in txns handlingMaria van Keulen2020-04-011-21/+3