summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+3
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-3/+3
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-3/+3
* SERVER-73023 Pass tenantId to the namespace from fail command failpointmathisbessamdb2023-04-121-2/+11
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-5/+6
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-5/+4
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-4/+5
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-2/+2
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-2/+4
* SERVER-75118: Avoid copying OpMsgRequest objects when possible.Colin Stolley2023-03-281-5/+3
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-5/+4
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-4/+5
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-4/+4
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+0
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-1/+11
* SERVER-49040 Avoid transmission of internal-only errorsAlex Li2022-12-081-0/+22
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-1/+1
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-1/+3
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-12/+0
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-11/+7
* SERVER-69981 Pass DatabaseName to checkAuthForOperationSara Golemon2022-09-301-4/+3
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-3/+0
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-5/+0
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-3/+3
* SERVER-68598 Change CommandHelpers::parseNsOrUUID to take in DatabaseNameSophia Tan2022-08-061-3/+4
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-1/+1
* SERVER-68422 Add a new API CommandHelpers::parseNsFromCommand(const DatabaseN...Sophia Tan2022-08-011-2/+7
* SERVER-68420 Add a new CommandHelpers::parseNsCollectionRequired to construct...Sophia Tan2022-08-011-1/+6
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+1
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-16/+11
* 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