summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/test_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+5
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-1/+0
* 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-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+4
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+5
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-5/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+5
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-33889 Separate sleep from shell_commands so the capi unittests don't d...Henrik Edin2018-05-171-92/+0
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-12/+7
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-19/+13
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-4/+4
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-4/+4
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-8/+8
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-8/+8
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-8/+8
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-11/+11
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-12/+12
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-10/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-8/+8
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+1
* SERVER-19318 Avoid taking any locks for collectionless aggregations without f...Bernard Gorman2017-07-071-3/+3
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-4/+4
* SERVER-28579 require MODE_X collection lock in Collection::cappedTruncateAfter()David Storch2017-04-181-9/+10
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-6/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-4/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-6/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-27/+27
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-1/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-7/+5
* SERVER-26911 Create RAII type for turning off replicated writesTess Avitabile2016-11-111-1/+2
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+2