summaryrefslogtreecommitdiff
path: root/buildscripts/idl/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63104 add resmoke argument for generating all_feature_flags.txt locallyTrevor Guidry2022-11-161-3/+3
* SERVER-57540 IDL accepts null CommitQuorum typeMark Benvenuto2021-06-231-67/+55
* SERVER-56585 IDL generator uses c++17 attribute maybe_unusedBenety Goh2021-05-051-5/+4
* SERVER-56455 Expose reply_type on generated Command classSara Golemon2021-04-291-0/+8
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-232-30/+12
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-222-12/+30
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-222-30/+12
* SERVER-55960 always pass field name to IDL serializerBenety Goh2021-04-091-2/+7
* SERVER-53211 Check for incompatible changes in generic_argument.idl in IDL co...Ali Mir2021-04-061-0/+16
* SERVER-54533 Add error in IDL that all commands with api_version != “” ha...Mark Benvenuto2021-03-314-7/+25
* SERVER-55211 Hello command should allow unknown fieldsHuayu Ouyang2021-03-242-12/+0
* SERVER-54524 Extend Authorization Session to record all access checks and pri...Mark Benvenuto2021-03-221-3/+10
* SERVER-54532 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-181-0/+10
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-114-2/+104
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-086-20/+135
* SERVER-54522 Extend access_check for simple and access_checksMark Benvenuto2021-03-036-13/+139
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-03-031-24/+2
* SERVER-54520 Extend IDL for new access_check field and none value and generat...Mark Benvenuto2021-03-025-4/+70
* SERVER-54861: Update pylint to 2.7.2David Bradford2021-03-013-4/+4
* SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command ...Huayu Ouyang2021-02-251-1/+23
* SERVER-54706 Fix listIndexes with string-valued weightA. Jesse Jiryu Davis2021-02-231-5/+4
* SERVER-54499 Encode action type information into IDLMark Benvenuto2021-02-221-0/+3
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+5
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-02-181-2/+24
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-6/+7
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-056-3/+61
* SERVER-53206 Type check reply_type in IDL compatibility checker scriptHuayu Ouyang2021-02-021-0/+9
* SERVER-51369 Generate C++ for IDL variantsA. Jesse Jiryu Davis2021-01-281-22/+127
* SERVER-53205 Check for a removed field from reply type in IDL compatibility c...Huayu Ouyang2021-01-271-0/+8
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-261-1/+3
* SERVER-51369 IDL parser/binder changes for variant typesA. Jesse Jiryu Davis2021-01-257-130/+258
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-222-1/+6
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-186-0/+24
* SERVER-51369 Separate fields from types in IDL compilerA. Jesse Jiryu Davis2021-01-157-235/+331
* SERVER-51369 Begin IDL "variant" typeA. Jesse Jiryu Davis2021-01-116-44/+231
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-075-8/+11
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-075-4/+17
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-13/+17
* SERVER-51653 Ban uses of unstable command parameters with apiStrict:trueArun Banala2020-12-021-0/+5
* SERVER-51862 Use IDL structs' C++ names for base-class generationA. Jesse Jiryu Davis2020-11-301-1/+1
* SERVER-51862 Generate a C++ base class for each V1 commandSamy Lanka2020-11-234-7/+91
* SERVER-51371 Strict IDL definition for WriteConcernGeorge Wangensteen2020-11-191-0/+4
* SERVER-52543 Define listCollections in IDLA. Jesse Jiryu Davis2020-11-195-7/+11
* SERVER-52875 Let IDL structs include structs with field validatorsA. Jesse Jiryu Davis2020-11-161-2/+1
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-116-25/+426
* SERVER-52679: Disallow null/undefined command parameter for IDL commands with...Lingzhi Deng2020-11-101-3/+9
* SERVER-51373 Create IDL definition for OkReplyGeorge Wangensteen2020-11-053-12/+5
* SERVER-51377 Enforce that all API V1 command definitions include strict: trueSamy Lanka2020-11-052-0/+12
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-033-0/+12
* SERVER-51378 SERVER-51379 Add API V1 fields to IDLA. Jesse Jiryu Davis2020-10-274-1/+44