summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.h
AgeCommit message (Expand)Author
2024-08-28SERVER-94007 Add option to normalize null and undefined in query result compa...Lynne Wang
2024-08-23SERVER-93655 Extend query result comparator in shell_utils for QueryTester no...Lynne Wang
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-12-23SERVER-70957: Refactor ProgramRunner to support launching programs from C++ codeVarun Ravichandran
2022-08-17SERVER-67415 Create golden-data JS suitesDavid Percy
2020-05-18SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-07SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown
2019-04-02SERVER-39895 Write shell JS API for interacting with key vaultShreyas Kalyan
2019-03-18SERVER-39195 Make shell history file placement more correct.ADAM David Alan Martin
2019-03-15Revert "SERVER-39195 Make shell history file placement more correct."Jason Carey
2019-03-15SERVER-39195 Make shell history file placement more correct.ADAM David Alan Martin
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-26SERVER-39128 Avoid double-authenticationSara Golemon
2018-12-06SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2017-07-26SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-19SERVER-19041 Simplify SimpleMutexAndrew Morrow
2015-06-18SERVER-18723 boost -> stdx for threadAdam Midvidy
2015-06-17SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy
2015-04-07SERVER-17880 Rename OpTime to TimestampEric Milkie
2015-03-26SERVER-17754 Move shell-specific files out of the server's copy of the driverKaloian Manassiev
2014-05-19SERVER-13256: Remove pch - qualify std in headersMark Benvenuto
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2013-10-04SERVER-8510 Factored out mongo shell option storageShaun Verch
2012-04-10Rename namespace shellUtils to shell_utils.Aaron
2012-04-10Rename helpers to singleArg() and undefinedReturn.Aaron
2012-04-10Refactor _allMyUris to ConnectionRegistry and lock the registry when killing ...Aaron
2012-04-10Move remaining 'unsafe' shell utils into shell_utils_extended.Aaron
2012-04-10Move mongo process related utilities from shell_utils to shell_launcher.Aaron
2012-04-10Rename utils.h to shell_utils.h to match prior renaming of utils.cpp to shell...Aaron