summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-051-12/+34
* Revert "SERVER-52538 Merge Collation and CollationSpec classes"A. Jesse Jiryu Davis2021-02-041-34/+12
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-031-12/+34
* SERVER-51369 Generate C++ for IDL variantsA. Jesse Jiryu Davis2021-01-284-96/+597
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-261-2/+19
* SERVER-51369 IDL parser/binder changes for variant typesA. Jesse Jiryu Davis2021-01-252-31/+134
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-221-0/+20
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-184-1/+157
* SERVER-51369 Begin IDL "variant" typeA. Jesse Jiryu Davis2021-01-112-0/+31
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-075-1/+86
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-072-4/+18
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-161-0/+10
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-161-10/+0
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-151-0/+10
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-2/+70
* SERVER-40811 make initializers throwyBilly Donahue2020-12-082-4/+2
* SERVER-51653 Ban uses of unstable command parameters with apiStrict:trueArun Banala2020-12-022-1/+22
* SERVER-51862 Use IDL structs' C++ names for base-class generationA. Jesse Jiryu Davis2020-11-301-0/+19
* SERVER-51371 Strict IDL definition for WriteConcernGeorge Wangensteen2020-11-193-9/+134
* SERVER-52543 Define listCollections in IDLA. Jesse Jiryu Davis2020-11-191-0/+9
* SERVER-52827 Define an IDL type that accepts any BSON value in basic_types.idlGeorge Wangensteen2020-11-184-1/+76