summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.cpp
AgeCommit message (Expand)Author
2024-08-30SERVER-94229 verify input to _resultSetsEqualUnordered (#26641)Binh Vo
2024-08-28SERVER-94007 Add option to normalize null and undefined in query result compa...Lynne Wang
2024-08-27SERVER-93678: Add a shell utility function to compare strings given a collati...Projjal Chanda
2024-08-23SERVER-93655 Extend query result comparator in shell_utils for QueryTester no...Lynne Wang
2024-08-20SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)Matt Broadstone
2024-07-11SERVER-91977 Prevent usage of invalid identifiers in _buildBsonObj(). (#24491)Santiago Roche
2024-07-01SERVER-91932 Create query result comparator as C++ shell helper (#24082)Matthew Boros
2024-01-20SERVER-84742 Refactor the ValidatedTenancyScope class to become a POD classMathis Bessa
2023-11-26SERVER-81512 Removed using namespace fmt::literals from global namespaceVinod Kumar
2023-11-21Revert "SERVER-81512 Removed using namespace fmt::literals from global namesp...auto-revert-processor
2023-11-21SERVER-81512 Removed using namespace fmt::literals from global namespaceVinod Kumar
2023-11-09SERVER-82961 Use atomic bool for shellGlobalParams::nokillop to avoid data raceYoonsoo Kim
2023-10-17SERVER-81544 Track protocol=atlasproxy on client connectionsMathis Bessa
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-08-31SERVER-80394 Improve securityToken handlingSara Golemon
2023-08-25SERVER-80377 Use hashed jsTestName in multitenancy suitesMatt Broadstone
2023-08-25Revert "SERVER-80377 Use hashed jsTestName in multitenancy suites"auto-revert-processor
2023-08-24SERVER-80377 Use hashed jsTestName in multitenancy suitesMatt Broadstone
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-05-19SERVER-75879 Add validation to prevent duplicate _id fields from updateChi-I Huang
2023-04-26SERVER-74493 Make DatabaseName constructors privatemathisbessamdb
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2023-01-20SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody
2023-01-04SERVER-72418 Add new benchRun() variant to mongo shell for PERF-3672Kevin Cherkauer
2022-12-23SERVER-70957: Refactor ProgramRunner to support launching programs from C++ codeVarun Ravichandran
2022-11-24SERVER-70048 Improve developer experience with golden testsMilena Ivanova
2022-09-16SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry
2022-08-22SERVER-68233 MongoShell numberDecimalsAlmostEqual(NumberDecimal(0), NumberDec...Denis Grebennicov
2022-08-17SERVER-68233 MongoShell numberDecimalsAlmostEqual(NumberDecimal(0), NumberDec...Denis Grebennicov
2022-08-17SERVER-67415 Create golden-data JS suitesDavid Percy
2022-06-15SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon
2022-05-26SERVER-66784 numberDecimalsAlmostEqual shell helper now works for negative nu...Davis Haupt
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-03-14SERVER-64226 Add shell helper to check equality up to a specified number of d...Davis Haupt
2022-02-07SERVER-63108 Rename Versioned API to Stable APIA. Jesse Jiryu Davis
2022-01-30SERVER-62902 Fix type conversion issue in JSSRand.Rishab Joshi
2022-01-29SERVER-63025 Unify security token placeholder implementationsSara Golemon
2022-01-13SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser
2021-12-07SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon
2021-11-11SERVER-61387 Make sure setRandomSeed() prints the exact value it choseDavid Percy
2021-08-14SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko
2021-08-02SERVER-58703 Change internal client to only support the OP_MSG RPC protocolYoonsoo Kim
2021-07-05SERVER-57605 Expose Decimal128 equality comparison helper to shellArun Banala
2021-07-01SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...Yoonsoo Kim
2021-01-07SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov
2021-01-07Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan
2021-01-07SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov
2020-10-13SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue
2020-09-25SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue
2020-08-20SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis