summaryrefslogtreecommitdiff
path: root/src/mongo/shell/dbshell.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48032 Change MAIL to FORUMS, and fit URLsJon Streets2020-06-221-6/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-2/+1
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-05-011-46/+17
* SERVER-45222 Fix so the ProgramMultiplexer can output while the shell is wait...Henrik Edin2020-03-261-1/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+1
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-281-16/+3
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-19/+25
* SERVER-45138 Enable JSON log format by default.Henrik Edin2020-02-181-3/+3
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-2/+6
* SERVER-45723 Rename IAM Auth mechanism to AWSSpencer Jackson2020-02-111-4/+4
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-1/+4
* SERVER-45619 Fix so logv1 to v2 appender does not output large log warning in...Henrik Edin2020-01-171-3/+3
* SERVER-45609 Allow early logging to stdout in shell when using logv2Henrik Edin2020-01-161-6/+19
* SERVER-45062 Add evergreen builder for JSON log formatHenrik Edin2019-12-181-3/+13
* SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell2019-12-041-4/+4
* SERVER-44264 Add IAM client code to shell and clientsMark Benvenuto2019-12-021-1/+12
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-1/+1
* SERVER-44541 Attribute packing and extraction for logv2Henrik Edin2019-11-191-8/+2
* SERVER-44480 Use composite_backend so formatters can be shared for multiple l...Henrik Edin2019-11-131-3/+3
* SERVER-44277 Add capability for shell to use logv2Henrik Edin2019-10-301-4/+82
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-2/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-42257 Announce known emulationsAndrew Morrow2019-07-231-0/+6
* SERVER-33749 Add idleSessionTimeout flagRoxane2019-07-091-0/+22
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-071-161/+1
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-101-0/+10
* Revert "SERVER-40567 benchRun support for pipeline updates"r4.1.11Siyuan Zhou2019-05-091-10/+0
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-081-0/+10
* SERVER-39896 Write shell JS API for explicitly encrypting and decrypting dataShreyas Kalyan2019-05-031-1/+4
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-0/+1
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-5/+5
* SERVER-39195 Make shell history file placement more correct.ADAM David Alan Martin2019-03-181-13/+5
* Revert "SERVER-39195 Make shell history file placement more correct."Jason Carey2019-03-151-5/+13
* SERVER-39195 Make shell history file placement more correct.ADAM David Alan Martin2019-03-151-13/+5
* SERVER-7741 Cut off logging while shell is at prompt or editorMathias Stearn2019-03-111-2/+56
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-67/+76
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39128 Restore defaults propagation in dbshellSara Golemon2019-01-301-6/+25
* SERVER-39128 Avoid double-authenticationSara Golemon2019-01-261-51/+0
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-01-231-0/+2
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-1/+1
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-141-87/+62
* SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye2018-10-251-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-33427 Update shell logs when it exits with errorYves Duhem2018-10-031-20/+35