summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan2023-04-271-1/+0
|
* SERVER-72919 Implement v2 changes to QE insertsErwin Pe2023-02-141-0/+1
|
* SERVER-72598 Introduce server parameter to turn off logging for detailed ↵Blake Oler2023-02-091-0/+1
| | | | connection health metrics
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
|
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-071-0/+1
|
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-1/+1
|
* SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto2022-07-151-1/+0
|
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-64287 Create sharding variant of fle2 test suiteMark Benvenuto2022-03-111-2/+3
|
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-4/+3
|
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+0
|
* SERVER-47804 On Windows, warn user about slow OCSP responsesErwin Pe2021-08-171-0/+1
|
* SERVER-50761 Crash the shell on invalid BSON errors on server responses from ↵Dianna Hohensee2021-08-041-0/+6
| | | | | | | | | | | outgoing connections in all of the jstestfuzz test suites. Combine a new shell parameter --crashOnInvalidBSONError with --objcheck in the shell for all jstestfuzz test suites. --objcheck in the shell turns on BSON validation on responses from outgoing connections to the server. --crashOnInvalidBSONError crashes the shell if that extra BSON validation encounters an error, and attempts to log the invalid BSON for debugging.
* SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell ↵Yoonsoo Kim2021-07-011-29/+0
| | | | command-line parameters
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-2/+2
|
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-0/+25
|
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-2/+4
|
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-081-0/+1
|
* Revert "SERVER-47934 Create a setParameter to control the OCSP HTTP client ↵Marcos José Grillo Ramírez2020-05-081-1/+0
| | | | | | timeout" This reverts commit c1e9eee0dd99c16dcaaaf77dad10d995992693e5.
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-081-0/+1
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-7/+9
| | | | | | This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08. with new spot fix: printCommandLineOpts when sending to log
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-9/+7
| | | | This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-7/+9
|
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
|
* SERVER-46415 Remove logFormat option and the ability to select the text ↵Henrik Edin2020-02-281-21/+0
| | | | formatter
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-1/+2
|
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-8/+2
| | | | | | | * Remove setPlainConsoleLogger() * Update errorcodes linter to work with custom user defined log macros rename src/mongo/embedded/{embedded_log_appender.h => embedded_log_backend.h} (61%)
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+8
|
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-241-1/+1
|
* SERVER-42937 Implement Support for OCSP Stapling for OpenSSLShreyas Kalyan2020-01-061-0/+1
|
* SERVER-44266 Add IAM client code to shell and clients with mock ECS endpointMark Benvenuto2019-12-261-0/+1
|
* SERVER-45062 Add evergreen builder for JSON log formatHenrik Edin2019-12-181-0/+17
|
* SERVER-44264 Add IAM Client support for EC2 Metadata supportMark Benvenuto2019-12-121-0/+1
|
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+2
|
* SERVER-44277 Add capability for shell to use logv2Henrik Edin2019-10-301-0/+4
|
* SERVER-43265 Fix using URI network compressors parameter in shellHenrik Edin2019-10-101-1/+3
|
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-07-301-0/+1
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+6
|
* SERVER-33749 Add idleSessionTimeout flagRoxane2019-07-091-0/+4
|
* SERVER-40841 Re-issue invalid test certificatesJonathan Reams2019-05-201-1/+1
|
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-6/+4
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-38503 Empty networkMessageCompressors is an errorAndrew Morrow2019-03-111-4/+2
|
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-51/+0
|
* SERVER-38238 Convert shell options to IDLSara Golemon2018-11-271-202/+0
|
* SERVER-35212: Refactor shell code to enable default authentication database ↵Tyler Kaye2018-11-141-1/+0
| | | | as admin
* SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye2018-10-251-28/+53
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
|