summaryrefslogtreecommitdiff
path: root/src/mongo/embedded
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-1/+0
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-1/+2
* SERVER-52555 Convert listIndexes command implementation to inherit from IDL-g...Shreyas Kalyan2021-01-291-0/+4
* SERVER-47817 Remove resetError commandAlexandre Bique2021-01-281-1/+0
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-211-1/+1
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-192-2/+10
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-1/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-082-7/+2
* SERVER-48291 Add global dependency pushdown to libdepsRyan Egesdahl2020-11-263-6/+10
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-182-10/+10
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-122-7/+7
* SERVER-28943 Make shards retry non-write commands on stale version exceptionsTommaso Tocci2020-11-111-1/+9
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-102-2/+2