summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.cpp
AgeCommit message (Collapse)Author
2024-05-22SERVER-89912 Make mongo initializers ordering reproducible (#21625)Erin McNulty
Co-authored-by: Billy Donahue <BillyDonahue@users.noreply.github.com> GitOrigin-RevId: 93eb27db9578e595a293c0138dbce991bc26af48
2024-04-06Revert "SERVER-88953 ServerParameter onUpdate handlers accept ↵auto-revert-processor
OperationContext (#20690)" This reverts commit da54ce71c900d633f84af7dcec43bc5aeb2bd114. GitOrigin-RevId: a4582b0839062f4464a3c71bad923ab85d32bf85
2024-04-06SERVER-88953 ServerParameter onUpdate handlers accept OperationContext (#20690)Matt Broadstone
GitOrigin-RevId: da54ce71c900d633f84af7dcec43bc5aeb2bd114
2024-02-15SERVER-82680 Make FLE encrypted client use unsigned security tokenMark Benvenuto
GitOrigin-RevId: 48a18fad18098b7ef67e65f763382ddc75320e47
2024-02-13Revert "SERVER-82680 Make FLE encrypted client use unsigned security token"Liubov Molchanova
This reverts commit d878630f123659e5e1a1b535725e6a60f4249950. GitOrigin-RevId: 9e1adf1b264ec6e406076de4ff7fdd069e6ed054
2024-02-13SERVER-82680 Make FLE encrypted client use unsigned security tokenMark Benvenuto
GitOrigin-RevId: d878630f123659e5e1a1b535725e6a60f4249950
2023-08-30SERVER-80008 Introduce gRPC configuration options to the mongo test runnerPatrick Freed
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-16SERVER-77896 Enable performance-no-automatic-move clang-tidy checkSteve Gross
2023-04-27SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan
2023-02-14SERVER-72919 Implement v2 changes to QE insertsErwin Pe
2023-02-09SERVER-72598 Introduce server parameter to turn off logging for detailed ↵Blake Oler
connection health metrics
2022-09-20SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry
2022-09-07SERVER-67755 fle2 range - implement insertSergey Galtsev
2022-08-30SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks
2022-07-15SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-03-11SERVER-64287 Create sharding variant of fle2 test suiteMark Benvenuto
2022-01-10SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon
2021-10-01SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch
2021-08-17SERVER-47804 On Windows, warn user about slow OCSP responsesErwin Pe
2021-08-04SERVER-50761 Crash the shell on invalid BSON errors on server responses from ↵Dianna Hohensee
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.
2021-07-01SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell ↵Yoonsoo Kim
command-line parameters
2021-05-12SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran
2020-08-20SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis
2020-05-18SERVER-46932 supress more logging in the shellGabriel Russell
2020-05-08SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan
2020-05-08Revert "SERVER-47934 Create a setParameter to control the OCSP HTTP client ↵Marcos José Grillo Ramírez
timeout" This reverts commit c1e9eee0dd99c16dcaaaf77dad10d995992693e5.
2020-05-08SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
- Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
2020-03-23SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue
This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08. with new spot fix: printCommandLineOpts when sending to log
2020-03-23Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn
This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
2020-03-20SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue
2020-02-28SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-28SERVER-46415 Remove logFormat option and the ability to select the text ↵Henrik Edin
formatter
2020-02-27SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto
2020-02-23SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin
* 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%)
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2020-01-24SERVER-445566 legacy logging cleanupsGabriel Russell
2020-01-06SERVER-42937 Implement Support for OCSP Stapling for OpenSSLShreyas Kalyan
2019-12-26SERVER-44266 Add IAM client code to shell and clients with mock ECS endpointMark Benvenuto
2019-12-18SERVER-45062 Add evergreen builder for JSON log formatHenrik Edin
2019-12-12SERVER-44264 Add IAM Client support for EC2 Metadata supportMark Benvenuto
2019-11-25SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell
2019-10-30SERVER-44277 Add capability for shell to use logv2Henrik Edin
2019-10-10SERVER-43265 Fix using URI network compressors parameter in shellHenrik Edin
2019-07-30SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-07-09SERVER-33749 Add idleSessionTimeout flagRoxane
2019-05-20SERVER-40841 Re-issue invalid test certificatesJonathan Reams