summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on t...Esha Maharishi2020-03-301-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
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-09-281-1/+59
* SERVER-30117 Only update featureCompatibilityVersion parameter on commitMaria van Keulen2017-07-261-7/+8
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-5/+16
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+3
* SERVER-27972 Add a featureCompatibilityVersion op observer for database/colle...Tess Avitabile2017-03-021-0/+6
* SERVER-26955 Ensure setFeatureCompatibilityVersion commands support maxTimeMSKaloian Manassiev2016-11-111-2/+0
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-0/+6
* SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.Max Hirschhorn2016-09-201-0/+1
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-1/+1
* SERVER-25155 featureCompatibilityVersion document should be created at replic...Tess Avitabile2016-08-241-1/+3
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-191-0/+83