summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version_parser.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61261 "fcv_string" idl type's serializer and deserializer throws gener...Suganthi Mani2021-11-151-2/+11
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-64/+9
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-28/+16
* SERVER-57154: Relax constraints of FCV parsing for feature flagsXueruiFa2021-05-241-0/+11
* SERVER-54434 Update FCV constants to recognize 5.0 as latestJon Streets2021-04-071-7/+12
* SERVER-50849 Update FCV constants to recognize 4.9 as latestA. Jesse Jiryu Davis2020-10-081-7/+12
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-7/+13
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard se...Jason Chan2020-09-241-19/+36
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-10/+10
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-151-2/+11
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-9/+9
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-11/+11
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-11/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+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-11/+11
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-2/+3
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-0/+80