summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75537 Handle direct operations against shardsAllison Easton2023-05-081-0/+8
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+1
* SERVER-74828 Ensure parseResourcePattern creates NamespaceString with tenantIdjannaerin2023-03-221-3/+2
* SERVER-49040 Avoid transmission of internal-only errorsAlex Li2022-12-081-0/+7
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-6/+10
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+7
* SERVER-69369 Ensure collMod command works in multitenancy environmentDidier Nadeau2022-10-111-0/+1
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-2/+2
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-18/+4
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-12/+2
* SERVER-69981 Pass DatabaseName to checkAuthForOperationSara Golemon2022-09-301-1/+1
* SERVER-67155: serialize and deserialize namespaceString correctlyAdityavardhan Agrawal2022-09-191-1/+1
* 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