summaryrefslogtreecommitdiff
path: root/src/mongo/shell/encrypted_dbclient_base.cpp
AgeCommit message (Expand)Author
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-05-01SERVER-86999 Make secondary_reads_passthrough_with_replica_set_endpoint suite...Cheahuychou Mao
2024-04-25SERVER-89673: Correct lifetime of BSONElement in getTopBottomNValueExprHelper...James H
2024-04-12SERVER-64574 Upgrade third_party/mozjs with ESR115.7Santiago Roche
2024-03-30SERVER-84719 Remove dollar tenant from code base (#19711)Sophia Tan
2024-03-28SERVER-88205 Eliminate redundant $db parses (#20179)Patrick Freed
2024-03-14SERVER-87946 Don't attach encryptionInformation to compact unless there are r...Erwin Pe
2024-03-12SERVER-85747 Extend compactStructuredEncryptionDataSara Golemon
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-02-15SERVER-82680 Make FLE encrypted client use unsigned security tokenMark Benvenuto
2024-02-13Revert "SERVER-82680 Make FLE encrypted client use unsigned security token"Liubov Molchanova
2024-02-13SERVER-82680 Make FLE encrypted client use unsigned security tokenMark Benvenuto
2024-01-29SERVER-82339 Convert _alwaysAppendDollarTenant to _alwaysAttachSecurityToken ...Joseph Prince
2024-01-24SERVER-85608 Improve error messages in EncryptedDBClientBase::getEncryptedKeyErwin Pe
2023-12-03SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variantVinod Kumar
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-14SERVER-80505 Split generic DBClientConnection functionality into superclass (...Patrick Freed
2023-09-07SERVER-65456 Make NamespaceString::db_deprecated() privateMathis Bessa
2023-07-25SERVER-79074 Replace NamespaceString::db() with NamespaceString::db_deprecated()Mathis Bessa
2023-07-03SERVER-77600 Add a Queryable Encryption test in jstests/coreErwin Pe
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-06SERVER-77689 Remove NamespaceString ctors with default parameter for tenantI...mathisbessamdb
2023-05-24SERVER-74490 Change NamespaceString::ns() to be private - encrypted clientmathisbessamdb
2023-05-10SERVER-74491 Make DatabaseName::toString privatemathisbessamdb
2023-04-26SERVER-74493 Make DatabaseName constructors privatemathisbessamdb
2023-04-18SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan
2023-04-17SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton f...Shreyas Kalyan
2023-03-22SERVER-72947 Create shell helper that can be used to call cleanupStructuredEn...Shreyas Kalyan
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-04SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan
2023-02-03SERVER-72809 Add FLE test coverage for NTDImathisbessamdb
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2022-12-09SERVER-71322 Change FLEClientCrypto::decryptDocument to use libmongocrypt for...Mark Benvenuto
2022-11-23SERVER-71318 Remove remote KMS specific code and related testsMark Benvenuto
2022-11-21Revert "SERVER-71318 Remove remote KMS specific code and related tests"Mark Benvenuto
2022-11-21SERVER-71318 Remove remote KMS specific code and related testsMark Benvenuto
2022-08-15SERVER-66554 Make FLE2 suites work with stepdown and kill_primary suitesShreyas Kalyan
2022-07-27SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue
2022-07-26SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong
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-10SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch
2022-05-12SERVER-66381 Support mongo shell cursor cleanup for FLEMark Benvenuto
2022-03-15SERVER-63467 Create a shell helper that can be used to call compact encryptio...Erwin Pe
2022-03-11SERVER-64287 Create sharding variant of fle2 test suiteMark Benvenuto
2022-03-10SERVER-63645 shell - support FLE 2 client-side transformationsShreyas Kalyan