summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-4/+8
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+9
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+2
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-6/+9
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-10/+178
* SERVER-68598 Change CommandHelpers::parseNsOrUUID to take in DatabaseNameSophia Tan2022-08-061-8/+11
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-51374 Create IDL definition for ErrorReplyGeorge Wangensteen2020-11-061-2/+27
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-2/+2
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-7/+8
* SERVER-35784 Fix ambiguously named test fixture.ADAM David Alan Martin2018-06-261-5/+5
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-20/+15
* SERVER-34628 Remove support for Status/StatusWith returns in TypedCommandMathias Stearn2018-05-081-20/+1
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-5/+5
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-231-15/+0
* SERVER-34148 TypedCommandBilly Donahue2018-04-131-2/+300
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-23/+11
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-11/+12
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+15
* SERVER-31229 Commands return NamespaceNotFound on unknown UUIDGeert Bosch2017-09-271-2/+3
* SERVER-31159 Make count command support UUIDsGeert Bosch2017-09-211-0/+61
* SERVER-30147 Move Command::appendOperationTime to LogicalTimeKaloian Manassiev2017-08-071-10/+0
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-0/+11
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-0/+77