summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_test.cpp
AgeCommit message (Expand)Author
2024-06-10SERVER-90792: Clean up ServerParameter ownership in registerServerParameter()...Ronald Steinke
2024-04-06Revert "SERVER-88953 ServerParameter onUpdate handlers accept OperationContex...auto-revert-processor
2024-04-06SERVER-88953 ServerParameter onUpdate handlers accept OperationContext (#20690)Matt Broadstone
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2023-10-04SERVER-81231 Extend the `serverStatus` command to report whether the embedded...Antonio Fuschetto
2023-07-06SERVER-78613 Extend roles that a cluster node can act with routerAntonio Fuschetto
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-29SERVER-75391 Remove upgrade/downgrade code for config shardsJack Mulrow
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-03-31SERVER-74567 Remove ClusterRole equality operatorJack Mulrow
2023-03-30SERVER-56579 Enable feature flags for PM-2290Jack Mulrow
2023-03-23SERVER-74845 Add environment variable override for processManagement.forkRyan Egesdahl
2022-12-16SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta
2022-12-07SERVER-71808: Refactor options_parser to expose a `readRawFile` method.Daniel Gottlieb
2022-12-07SERVER-71818: Use the new cluster paramKshitij Gupta
2022-10-12SERVER-70264 make slowMS and sampleRate atomicMatt Diener
2022-08-30SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks
2022-08-29SERVER-68826 Move logical_time into server_baseKaloian Manassiev
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-04-28SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue
2022-03-10SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue
2022-02-20SERVER-57609 log the effects of --setParameter at startupBilly Donahue
2022-02-19Revert "SERVER-57609 log the effects of --setParameter at startup"auto-revert-processor
2022-02-18SERVER-57609 log the effects of --setParameter at startupBilly Donahue
2021-09-08SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue
2020-12-08SERVER-40811 make initializers throwyBilly Donahue
2020-08-18SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon
2020-06-11SERVER-48367 Remove all _envp usageBilly Donahue
2020-04-15SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue
2020-04-14SERVER-46127 unit tests log to a kTest componentGabriel Russell
2020-02-28SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-27SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto
2019-11-25SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell
2019-05-30SERVER-40877 Enforce strict config file access for expansionsSara Golemon
2019-03-11SERVER-39132 Separate out options that are not related to mongocryptdMark Benvenuto
2019-02-16SERVER-39500 Migrate general server options to IDLSara Golemon
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-11SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue
2018-12-06SERVER-38281 Defer TLS-1.0 auto disable warning till log startupSara Golemon
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-07-09SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon
2018-07-05SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma
2018-06-07SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin
2018-03-22SERVER-34017 Add slowms and slowOpSampleRate startup configuration for mongos.David Storch
2017-02-15SERVER-28004 Add build system support for iOS-related Darwin variantsAndrew Morrow
2016-08-16SERVER-24914 SERVER-24915 improve getting cwd at server startupKevin Pulo
2016-05-28SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto
2016-03-22SERVER-22525 Translate old-style implicit options into new-styleMark Benvenuto
2016-03-22SERVER-22525 Revert "Fixes to support building against system boost 1.59"Andrew Morrow
2015-10-27SERVER-20754 Fixes to support building against system boost 1.59Andrew Morrow