summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.cpp
AgeCommit message (Expand)Author
2020-05-27SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow
2020-05-18SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-02-24SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly
2020-02-23SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-01-08SERVER-45361 Sanitize random seeds for mongo shellBen Caimano
2019-11-07SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue
2019-10-09SERVER-43641 upgrade random.hBilly Donahue
2019-10-03SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue
2019-10-02Revert "SERVER-43641 upgrade random.h"James Wahlin
2019-10-02SERVER-43641 upgrade random.hBilly Donahue
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-09-09SERVER-42761 Move feature_compatibility_version.js into src/mongo/shellJason Chan
2019-08-29SERVER-42969 Fix handling of Unicode strings in windows `USERPROFILE` environ...ADAM Martin
2019-08-21SERVER-36816 avoid reloading the view catalog during dbhash checkRobert Guo
2019-08-21SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan
2019-08-20SERVER-24437 Use a platform-independent PRNG in the mongo shell for Random.ra...Jason Chan
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-06-07SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown
2019-05-21SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis
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
2018-09-03SERVER-33606 fail to create logical session in shell connected to old serversKevin Pulo
2018-08-15SERVER-36196 expose function isInteractive() for determining if shell is runn...Asya Kamsky
2018-07-10SERVER-35537 Create mongoebench for running benchRun against mobile.Max Hirschhorn
2018-06-29SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin
2018-06-13SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow
2018-06-08SERVER-35517 Add failpoint mechanism to the mongo shellBen Caimano
2018-05-11SERVER-33008 Slice Authorization frameworkADAM David Alan Martin
2018-04-23SERVER-32889 Mongo shell injection function for hashing shard keyBen Caimano
2017-12-12SERVER-32216 Remove UNIX sockets on clean shutdownJonathan Reams
2017-11-08SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn
2017-08-20SERVER-30743 Remove shell functions used for obsolet db.upgradeCheck()Dan Pasette
2017-08-02SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow
2017-07-26SERVER-30298 Add UserDigest LogicalSessionIDJason Carey
2017-07-26SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn
2016-10-24SERVER-26514 Create command should take idIndex optionTess Avitabile
2016-10-20SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch
2016-10-03SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams
2016-09-15SERVER-25488 Added JavaScript funciton to mongo shell to check for sanitizer ...Jonathan Abrahams
2016-08-15SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow
2016-08-04SERVER-24611 Implement ClientMetadata classMark Benvenuto