summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_base.cpp
AgeCommit message (Expand)Author
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2024-03-05SERVER-81825 Only support building OpMsgRequest with ValidatedTenancyScopeSophia Tan
2024-03-01SERVER-85993 Make db client create OpMsgRequest with validated tenancy scope ...Sophia Tan
2024-01-29SERVER-82339 Convert _alwaysAppendDollarTenant to _alwaysAttachSecurityToken ...Joseph Prince
2023-12-19SERVER-84264 Make DBClientBase for the shell never uassert StaleConfig intern...Cheahuychou Mao
2023-12-14SERVER-83430 replace dollartenant usage in collection clonerJoseph Prince
2023-10-07SERVER-77158 apply performance-move-const-arg clang tidy rule for clientMatt Boros
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-28SERVER-81531 Accept DatabaseName in DBClientBase::logoutMatt Broadstone
2023-09-26SERVER-80550 Make NamespaceStringUtil::deserialize no longer use default seri...Mathis Bessa
2023-09-25SERVER-80549 Make DatabaseNameUtil::de/serialize no longer use default serial...Mathis Bessa
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-15SERVER-81002: Added in mutex to WireSpecErin McNulty
2023-09-14SERVER-80505 Split generic DBClientConnection functionality into superclass (...Patrick Freed
2023-09-11SERVER-51700: Made WireSpec decorator of ServiceContext instead of SingletonErin McNulty
2023-08-25SERVER-80320 Thread DatabaseName into DBClientBase::auth() and buildAuthParams()Sara Golemon
2023-06-23SERVER-77348 Add accessors for querying state of NamespaceStringOrUUIDMatt Broadstone
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-06-05SERVER-77154 Always use "hello" for connection handshake in internal client codeDavid Storch
2023-05-23SERVER-77327: replace verify() with MONGO_verify()Colin Stolley
2023-04-26SERVER-74493 Make DatabaseName constructors privatemathisbessamdb
2023-04-24SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan
2023-04-06SERVER-74165 Remove TODOs on SERVER-72977Sophia Tan
2023-03-28SERVER-75118: Avoid copying OpMsgRequest objects when possible.Colin Stolley
2023-02-28SERVER-74328 Delete the DbClient exists functionSophia Tan
2023-02-28SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan
2023-02-23Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski
2023-02-23SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan
2023-02-15SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan
2023-02-04SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan
2023-02-03SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2022-11-19SERVER-70432 Change CollectionCloner to be tenant awarejannaerin
2022-11-16SERVER-70430 Change DatabaseCloner to be tenant awarejannaerin
2022-10-26SERVER-70567 Introduce multitenancy to BenchRun.Rishab Joshi
2022-10-10SERVER-70098: Use listAllDatabases in AllDatabaseCloner.Adityavardhan Agrawal
2022-09-16SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry
2022-07-06SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan
2022-06-22SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch
2022-06-15SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon
2022-06-10SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-02-03SERVER-63256 use _sd on string literal to play nice with conditionalAdam Rayner
2022-02-01SERVER-62334 Use SASL mech negotiation to get mech for DBClientBase::authAdam Rayner
2022-01-18SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin
2022-01-16Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev
2022-01-14SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin
2022-01-13SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser