summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-036-8/+8
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-031-19/+26
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-027-28/+28
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-023-33/+34
* SERVER-50483 Make donorStartMigration command check that the donor's host is ...Jason Zhang2020-09-021-6/+16
* SERVER-50686 Rename PrimaryOnlyService::Instance::onCompletion() to getComple...Spencer T Brody2020-09-021-1/+1
* SERVER-45938 Create override for createUser to allow possible cluster membersSpencer Jackson2020-09-022-5/+22
* SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigratio...Judah Schvimer2020-09-014-8/+79
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-09-013-0/+157
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-012-3/+0
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-313-21/+19
* SERVER-49499 Upgrade/downgrade behavior and testing for generating document v...Mindaugas Malinauskas2020-08-311-2/+3
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-14/+14
* SERVER-50356: Account for last-continuous when closing connections on FCV upg...Lingzhi Deng2020-08-271-5/+6
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-273-3/+5
* SERVER-50375 APIParameters fields are boost::optionalA. Jesse Jiryu Davis2020-08-261-4/+2
* SERVER-49289 Add collectionUUID option to aggregateJack Mulrow2020-08-261-0/+22
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2020-08-251-7/+3
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-08-251-0/+8
* SERVER-49381: Create stub API Version 2 for testingXueruiFa2020-08-252-0/+152
* SERVER-50204 Refactor role acquisition using resolveRolesSara Golemon2020-08-242-146/+81
* SERVER-50093 Test that donor supports running multiple tenant migrations conc...Cheahuychou Mao2020-08-241-0/+10
* SERVER-50066 Rehost tenant migration donor's logic on Primary-Only ServiceCheahuychou Mao2020-08-242-9/+20
* SERVER-50107 Add new lastContinuous upgrade/downgrade path to setFeatureCompa...Jason Chan2020-08-202-41/+96
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-201-32/+33
* SERVER-50187 Use AuthzManagerExternalState::roleExists() to simplify role checksSara Golemon2020-08-201-18/+7
* SERVER-47667: Create FCVOpObserverGrace Luong2020-08-193-119/+3
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-191-33/+32
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-182-2/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-181-32/+33
* SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityV...Jason Chan2020-08-186-201/+131
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-171-33/+32
* SERVER-49997 Fix use after move in plan_cache_commands.cppCharlie Swanson2020-08-141-5/+2
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-141-32/+33
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-1/+3
* SERVER-50105 check return value from IndexBuildsCoordinator::abortIndexBuildB...Benety Goh2020-08-131-9/+23
* SERVER-47604 Don't log that index build failed if it continues in the backgro...Samy Lanka2020-08-111-7/+11
* SERVER-50030 Fix kInternalClient check in dbcommands.cppGregory Wlodarek2020-08-101-1/+1
* SERVER-49687 Add flag for validate to repair data in standalone modeShin Yee Tan2020-08-071-4/+31
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-0711-24/+24
* SERVER-49103 Validate repair mode should fix up missing and extra index entriesShin Yee Tan2020-08-061-21/+1
* SERVER-50079 Move libraries in LIBDEPS for the mongod target in the SConscrip...Luis Osta2020-08-051-4/+2
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-045-4/+155
* SERVER-49378 List Commands includes API Version InfoPV992020-08-041-0/+2
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-7/+2
* SERVER-49176 Make op observer for "commit" and "abort" writes update Migratin...Cheahuychou Mao2020-08-031-1/+0
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-023-3/+5
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-026-48/+34
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-011-4/+1