summaryrefslogtreecommitdiff
path: root/buildscripts/idl
Commit message (Expand)AuthorAgeFilesLines
* 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-54925 Move away from using Bson_serialization_type β€œany”Mohammad Dashti2021-04-105-142/+717
* 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-068-2/+361
* SERVER-55524 Remove aborting for missing array in IDL compatibility checkerMoustafa Maher2021-04-018-268/+175
* SERVER-54533 Add error in IDL that all commands with api_version != β€œβ€ ha...Mark Benvenuto2021-03-316-7/+54
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-311-8/+24
* SERVER-51883 Add all feature flags by default to the all feature flagsRobert Guo2021-03-273-22/+137
* SERVER-54619 Extract resmokelib dependencies from fixture codeCarl Raiden Worley2021-03-261-2/+4
* SERVER-54854 Stop type checking unstable fieldsHuayu Ouyang2021-03-256-142/+1241
* SERVER-54927 move away from using Bson_serialization_type anyMoustafa Maher2021-03-252-5/+5
* SERVER-55212 Check compatibility of strict fieldHuayu Ouyang2021-03-247-1/+71
* SERVER-55211 Hello command should allow unknown fieldsHuayu Ouyang2021-03-243-29/+2
* SERVER-54525 Access_check for none commandsMark Benvenuto2021-03-221-1/+10
* 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-188-27/+655
* SERVER-54855 Allow unstable fields to become stable if they are optional or h...Huayu Ouyang2021-03-187-54/+128
* SERVER-53212 Create an evergreen task for IDL compatibility checkMoustafa Maher2021-03-185-18/+157
* SERVER-55107 Adding checking for Variant containing Array Type in idl_check_c...Moustafa Maher2021-03-176-61/+953
* SERVER-54771 Adding Array Type checking in idl_check_compatibilityMoustafa Maher2021-03-1211-4/+428
* SERVER-54530 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-117-1/+311
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-116-2/+287
* SERVER-55052 Generalize error messages for reply fields in IDL compatibility ...Ali Mir2021-03-103-91/+109
* SERVER-54884 Support validators for API V1 Command RepliesHuayu Ouyang2021-03-109-153/+137
* SERVER-53204 Recursively type check parameters in IDL compatibility checker s...Ali Mir2021-03-096-71/+264
* SERVER-55039 Verify that getMore has IDL definitionA. Jesse Jiryu Davis2021-03-091-2/+0
* SERVER-54476 Handle variant types in command parameters and command types in ...Huayu Ouyang2021-03-087-51/+1147
* SERVER-54853 Allow bson_serialization_type "any" in API V1 request/reply fieldsHuayu Ouyang2021-03-087-32/+742
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-088-24/+308
* SERVER-54522 Extend access_check for simple and access_checksMark Benvenuto2021-03-038-13/+248
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-03-035-104/+34
* SERVER-54518 Change command "type" struct field compatibility checker to chec...Huayu Ouyang2021-03-037-463/+643
* SERVER-54520 Extend IDL for new access_check field and none value and generat...Mark Benvenuto2021-03-027-10/+129
* SERVER-54861: Update pylint to 2.7.2David Bradford2021-03-016-8/+9
* SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command ...Huayu Ouyang2021-02-2512-4/+564
* SERVER-53203 Type check parameters in IDL compatibility checker scriptAli Mir2021-02-2411-71/+764
* SERVER-51878 Enable test that checks all API V1 commands have an associated I...Moustafa Maher2021-02-231-6/+35
* 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-182-2/+100
* SERVER-53202 Check for removed parameters in IDL compatibility checker scriptAli Mir2021-02-177-1/+426
* SERVER-54145 Handle variant types in reply fields in IDL compatibility checke...Huayu Ouyang2021-02-177-15/+482
* SERVER-53209 Check for incompatible changes in ErrorReply in IDL compatibilit...Huayu Ouyang2021-02-117-0/+269
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-6/+7
* SERVER-54109 Check for incompatible "namespace" and "type" field changes in I...Huayu Ouyang2021-02-097-5/+908
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-057-3/+81
* SERVER-53207 Recursively type check reply_type in IDL compatibility checker s...Huayu Ouyang2021-02-036-14/+205
* SERVER-53206 Type check reply_type in IDL compatibility checker scriptHuayu Ouyang2021-02-0210-49/+894