summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-012-50/+48
* SERVER-63024 Support default values for variants in IDLGregory Noma2022-01-272-0/+24
* SERVER-63002 Support bindata types for variants in IDLGregory Noma2022-01-262-0/+26
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-01-262-0/+51
* SERVER-59921 add feature flag for clusterwide configAdam Rayner2022-01-212-0/+7
* SERVER-62016 support tagged write concernsMatt Broadstone2022-01-132-13/+22
* SERVER-62422 Consolidate WriteConcernOptions parsing logicMatt Broadstone2022-01-132-1/+17
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-108-71/+185
* SERVER-62255 Create base ClusterServerParameter classSara Golemon2022-01-102-0/+63
* SERVER-59813 Simplify ServerParameter construction and add formal readonly pa...Sara Golemon2021-12-304-47/+28
* SERVER-61624 Enhancing featureFlags on the setFCV cmdSergi Mateo Bellido2021-11-232-0/+16
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-3/+29
* SERVER-61580 Add support for extraData to enumsSara Golemon2021-11-192-1/+46
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-201-3/+6
* SERVER-59709 fix incorrect calculation of last continuous when MONGO_VERSION ...Vishnu Kaushik2021-09-021-2/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-015-22/+20
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-0/+2
* SERVER-59453 Add support for generic BSONArray to IDLSara Golemon2021-08-233-46/+38
* SERVER-58929: Generate feature_flag_test.idl from YAML and MONGO_VERSIONXueruiFa2021-08-183-55/+65
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-233-8/+8
* SERVER-58132 simplify IDL comparison operatorsBilly Donahue2021-06-291-0/+74
* SERVER-57540 IDL accepts null CommitQuorum typeMark Benvenuto2021-06-231-0/+7
* SERVER-57927 Handle default enum values in chained_structs of IDLArun Banala2021-06-222-1/+18
* SERVER-57560 Fix error message typo in `IDLParserErrorContext::checkAndAssert...Kaloian Manassiev2021-06-091-1/+1
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-6/+6
* SERVER-57154: Relax constraints of FCV parsing for feature flagsXueruiFa2021-05-241-2/+3
* SERVER-55899 Add serialization/deserialization unit test for IDL optionalBool...Milena Ivanova2021-04-281-0/+50
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-231-0/+64
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-221-64/+0
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-221-0/+64
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-0/+1
* SERVER-54925 Move away from using Bson_serialization_type β€œany”Mohammad Dashti2021-04-103-0/+58
* SERVER-55960 always pass field name to IDL serializerBenety Goh2021-04-091-3/+3
* SERVER-54434 Update FCV constants to recognize 5.0 as latestJon Streets2021-04-071-3/+3
* SERVER-54533 Add error in IDL that all commands with api_version != β€œβ€ ha...Mark Benvenuto2021-03-311-0/+6
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-112-0/+37
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-082-0/+21
* SERVER-53386 Allow unittests to explicitly set feature flags for certain testsPierlauro Sciarelli2021-03-066-0/+166
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* SERVER-54522 Extend access_check for simple and access_checksMark Benvenuto2021-03-033-1/+35
* SERVER-54520 Extend IDL for new access_check field and none value and generat...Mark Benvenuto2021-03-021-1/+11
* SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command ...Huayu Ouyang2021-02-251-0/+7
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-02-181-1/+1
* SERVER-54482 Fix crash if collation.backwards param is undefined/nullA. Jesse Jiryu Davis2021-02-151-3/+3
* SERVER-54475 Add SSPL to shim files. Refactor sspl check.Billy Donahue2021-02-121-1/+1
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-051-0/+10