summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73648: Prohibit FCV downgrade to a rapid releaseXueruiFa2023-03-241-0/+10
* SERVER-74282 Require all internal server data cleanup be completed before all...Huayu Ouyang2023-03-141-1/+2
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-61005 rs.initiate() fails with "Invariant failure" under specific star...Huayu Ouyang2021-12-131-6/+6
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"auto-revert-processor2021-12-011-7/+0
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-301-0/+7
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"Uladzimir Makouski2021-11-231-7/+0
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-221-0/+7
* SERVER-59866 Stop FCV from waiting for majority when currentCommitted…Matthew Russotto2021-09-171-0/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-5/+5
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-05-271-0/+13
* SERVER-55635 Make the setFCV document updates idempotent in a sharded clusterAntonio Fuschetto2021-04-231-3/+11
* SERVER-54918 Hide the `fcvLock` behind a proper FCV set/check interfaceKaloian Manassiev2021-03-261-21/+14
* SERVER-53894 Ensure updateFeatureCompatibilityVersionDocument() is idempotentAli Mir2021-02-051-1/+2
* SERVER-51474 Create FCV transition tableA. Jesse Jiryu Davis2020-10-201-20/+14
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard se...Jason Chan2020-09-241-3/+4
* SERVER-47667: Create FCVOpObserverGrace Luong2020-08-191-20/+0
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-0/+15
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-151-22/+15
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-6/+6
* SERVER-46379 upgrade/downgrade support for initial sync semantics.Suganthi Mani2020-05-301-0/+4
* SERVER-46758 In-memory FCV value should properly reflect the on-disk FCV afte...Jason Chan2020-04-221-0/+12
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-5/+5
* SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on t...Esha Maharishi2020-03-181-0/+15
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-7/+6
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-161-6/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-5/+5
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-6/+3
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-1/+1
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-29/+0
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-23/+3
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op obser...Dianna Hohensee2018-02-231-12/+0
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-1/+1
* SERVER-33043 Only setFCV should take the fcvLock (ResourceMutex) in exclusive...Dianna Hohensee2018-02-131-1/+4
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-1/+1
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-7/+27
* SERVER-31791 UUIDs should be added to local collections for replica sets only onXiangyu Yao2017-11-211-0/+6
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-0/+6
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-3/+3
* SERVER-31607 Remove FeatureCompatibilityVersionInfo structJudah Schvimer2017-10-241-12/+2
* SERVER-31634 FeatureCompatibilityVersion::setIfCleanStartup() should store FC...Tess Avitabile2017-10-241-2/+3
* SERVER-30242 SERVER-31513 SERVER-31235 Make method to determine if fCV has be...Louis Williams2017-10-161-3/+5
* SERVER-31231 prevent addShard and shardCollection from running concurrently w...Esha Maharishi2017-10-091-0/+6
* SERVER-30793 merge setFeatureCompatibilityVersion and _configsvrSetFeatureCom...Esha Maharishi2017-10-091-21/+13
* SERVER-31315 expose the four distinct upgrade/downgrade states in serverGloba...Esha Maharishi2017-10-051-7/+0
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-031-1/+59
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-281-59/+1