summaryrefslogtreecommitdiff
path: root/src/mongo/embedded
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-63236 Add AuthorizationManager::invalidateUsersByTenant()Sara Golemon2022-02-081-0/+4
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-012-2/+3
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-202-0/+7
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-192-7/+0
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-182-0/+7
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-152-4/+0
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-0/+8
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-022-4/+4
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-192-2/+4
* SERVER-60527 Make TransactionCoordinatorWorkerCurOpInfo report txnRetryCounterSanika Phanse2021-11-121-1/+1
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+4
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-292-2/+5
* SERVER-60323 Make coordinator shard support re-committing aborted prepared tr...Cheahuychou Mao2021-10-151-1/+3
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user c...Varun Ravichandran2021-10-041-4/+0
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-011-0/+4
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-013-3/+4
* SERVER-59618 stitch_support initialization registers this ClientObserver in u...Benety Goh2021-09-281-0/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-083-4/+3
* SERVER-59438 clean up db/catalog/SConscript LIBDEPSBenety Goh2021-08-191-0/+2
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-6/+6
* SERVER-48545 Remove upgrade/downgrade support for initial sync semantics proj...Huayu Ouyang2021-08-112-6/+0
* SERVER-56580 Promote build-tools=next to stableAndrew Morrow2021-08-052-16/+16
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-2/+0
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-022-18/+16
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-232-2/+2
* SERVER-58440 Mark signalDrainComplete as noexceptVesselina Ratcheva2021-07-142-2/+2
* SERVER-56844 Fassert shard server on startup if DWCF=w:1 and no CWWC setMoustafa Maher2021-07-132-0/+8
* SERVER-57494 Clear the locker before re-attempting a command using the same o...Matthew Russotto2021-06-251-0/+2
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-222-0/+73
* SERVER-57769 Allow tenant migration recipients to advance cluster time with n...Jack Mulrow2021-06-212-2/+5
* SERVER-57171 Make the killop test more resilientAmirsaman Memaripour2021-05-271-38/+42
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-6/+6
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-053-7/+6
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-302-4/+4
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-0/+6
* SERVER-54389 Add option for safe and optimized reconfig that is separate from...Jason Chan2021-03-292-0/+7
* SERVER-55172 Add and use a fail point to wait for user cache invalidationBen Caimano2021-03-221-3/+1
* SERVER-54524 Extend Authorization Session to record all access checks and pri...Mark Benvenuto2021-03-221-4/+6
* SERVER-24912 Audit setting ClientMetadata as its own eventBen Caimano2021-03-192-0/+3
* SERVER-54964 Require valid client for all audit eventsBen Caimano2021-03-181-1/+5
* SERVER-46581 Use a temporary directory in the embedded test log callback checkAndrew Morrow2021-03-111-8/+22
* SERVER-55016 Remove depedency of db/commands on 'sharding_runtime_d'Kaloian Manassiev2021-03-091-1/+3
* SERVER-54203 Tenant migration donor should wait for external keys to replicat...Jack Mulrow2021-03-082-0/+8
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-2/+3
* SERVER-54539 Make command execution mindful of the threading modelAmirsaman Memaripour2021-02-261-0/+26
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-3/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-2/+3
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-171-0/+1
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-66/+4