summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68233 MongoShell numberDecimalsAlmostEqual(NumberDecimal(0), NumberDec...Denis Grebennicov2022-08-221-3/+7
* SERVER-68233 MongoShell numberDecimalsAlmostEqual(NumberDecimal(0), NumberDec...Denis Grebennicov2022-08-171-7/+11
* SERVER-67415 Create golden-data JS suitesDavid Percy2022-08-171-0/+109
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-2/+5
* SERVER-66784 numberDecimalsAlmostEqual shell helper now works for negative nu...Davis Haupt2022-05-261-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64226 Add shell helper to check equality up to a specified number of d...Davis Haupt2022-03-141-0/+43
* SERVER-63108 Rename Versioned API to Stable APIA. Jesse Jiryu Davis2022-02-071-1/+1
* SERVER-62902 Fix type conversion issue in JSSRand.Rishab Joshi2022-01-301-16/+20
* SERVER-63025 Unify security token placeholder implementationsSara Golemon2022-01-291-13/+4
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-3/+3
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-0/+27
* SERVER-61387 Make sure setRandomSeed() prints the exact value it choseDavid Percy2021-11-111-2/+11
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-5/+2
* SERVER-58703 Change internal client to only support the OP_MSG RPC protocolYoonsoo Kim2021-08-021-5/+0
* SERVER-57605 Expose Decimal128 equality comparison helper to shellArun Banala2021-07-051-0/+14
* SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...Yoonsoo Kim2021-07-011-15/+0
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+3
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-3/+4
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+3
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-2/+2
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-1/+16
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-271-3/+0
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-05-181-13/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-1/+1
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-12/+8
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-9/+13
* SERVER-45361 Sanitize random seeds for mongo shellBen Caimano2020-01-081-21/+8
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-5/+6
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-2/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+2
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-2/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-42761 Move feature_compatibility_version.js into src/mongo/shellJason Chan2019-09-091-0/+2
* SERVER-42969 Fix handling of Unicode strings in windows `USERPROFILE` environ...ADAM Martin2019-08-291-3/+3
* SERVER-36816 avoid reloading the view catalog during dbhash checkRobert Guo2019-08-211-0/+2
* SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan2019-08-211-2/+2
* SERVER-24437 Use a platform-independent PRNG in the mongo shell for Random.ra...Jason Chan2019-08-201-15/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-071-0/+126
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-2/+4
* SERVER-39895 Write shell JS API for interacting with key vaultShreyas Kalyan2019-04-021-0/+13
* SERVER-39195 Make shell history file placement more correct.ADAM David Alan Martin2019-03-181-27/+78
* Revert "SERVER-39195 Make shell history file placement more correct."Jason Carey2019-03-151-79/+27
* SERVER-39195 Make shell history file placement more correct.ADAM David Alan Martin2019-03-151-27/+79
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0