summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_server_helpers.cpp
AgeCommit message (Collapse)Author
2024-05-28SERVER-90610: Enable tidy check misc-unused-alias-decls (#22297)Stephanie
GitOrigin-RevId: 0ad1fdc602207d30cd4386a18d8a64c7379709de
2024-03-05SERVER-83059 Remove --configdb paramter from MongoDPol Pinol Castuera
GitOrigin-RevId: 56ca5a328e3d37664e1b298b0f331861ace41dba
2023-11-10SERVER-82880 Let mongod accept a configdb startup optionGeorge Wangensteen
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
SERVER-80602 codebase-wide changes remove selection test apply clang-format remove mistake files remove format message remove blank line artifacts apply clang-format remove blanks SERVER-81602 logging.md update manual fixup windows fix windows fix mac fix mac fix add note to logging.md about legacy fmt strings
2023-09-20SERVER-79201 Create new configuration options for ingress gRPCSara Golemon
2023-09-11SERVER-80449: Remove unused networking configuration optionsErin McNulty
2023-08-30SERVER-80008 Introduce gRPC configuration options to the mongo test runnerPatrick Freed
2023-08-28SERVER-79967 Replace `--router` with `--routerPort` to listen to dedicated ↵Pol Pinol Castuera
router port
2023-07-27SERVER-74020 Integrate `Server` and `Client` into `GRPCTransportLayer`Patrick Freed
2023-07-25SERVER-77917 Listen on a separate port for internal connectionsAmirsaman Memaripour
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-06-16SERVER-77896 Enable performance-no-automatic-move clang-tidy checkSteve Gross
2023-03-23SERVER-74845 Add environment variable override for processManagement.forkRyan Egesdahl
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-06-16SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto
2020-10-08SERVER-50421 Alias internalValidateFeaturesAsMaster server parameterHuayu Ouyang
2020-08-18SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon
2020-06-23SERVER-48973 Remove ServiceExecutorAdaptiveAmirsaman Memaripour
2020-05-02SERVER-41068 remove map_util.hBilly Donahue
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-04-01SERVER-47077 Clean up log lines in 'mongo/db'samanca
Cleaning up log lines to adhere to the LOGV2 style guide.
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-03-06SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2019-10-03SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue
iterate docs
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
2019-03-03SERVER-37092 Remove old server parameter APISara Golemon
2019-02-16SERVER-39500 Migrate general server options to IDLSara Golemon
2019-02-16SERVER-39499 Migrate base server options to IDLSara Golemon
2019-02-14SERVER-39501 Migrate windows options to IDLSara Golemon
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2019-01-22SERVER-39123 Migrate log redaction options to IDLSara Golemon
2019-01-09SERVER-38551 Convert message compressor options to IDLSara Golemon
2018-11-30SERVER-38056 enable building just some of the pieces of the enterprise moduleGabriel Russell
2018-10-25SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-09-18SERVER-36614 Add handling of __exec config expansionsSara Golemon
2018-09-17SERVER-36572 Canonicalize bindIpAll to bindIp=='*'Sara Golemon
2018-08-27SERVER-36613 Add REST driven config file expansionSara Golemon
2018-08-21SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams
2018-08-16Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou
This reverts commit 1a643ba65b070c167cdfdd5056c7d2ac79dd5371.
2018-08-16SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams
2018-08-13SERVER-36380 Add --outputConfig command line optionSara Golemon
2018-07-09SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon
2018-06-11SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments ↵Adam Cooper
and change to std::vector internally
2018-06-07SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin
Similarly to how commands are setup, so embedded can depend on a smaller library with fewer dependencies.