summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+1
* SERVER-61261 "fcv_string" idl type's serializer and deserializer throws gener...Suganthi Mani2021-11-151-10/+8
* SERVER-59760 Generate FCV enum order consistent with existing convention.Vishnu Kaushik2021-09-091-11/+4
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-110/+61
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-2/+10
* SERVER-57154: Relax constraints of FCV parsing for feature flagsXueruiFa2021-05-241-0/+52
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard se...Jason Chan2020-09-241-26/+35
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-151-69/+112
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-11/+11
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-16/+16
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-16/+16
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-47/+28
* 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-16/+16
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-65/+52
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-0/+170