summaryrefslogtreecommitdiff
path: root/buildscripts/idl/tests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62569 Handle bson_serialization_type for ArrayType in IDL Compatibilit...ali-mir2022-02-022-0/+86
* SERVER-63024 Support default values for variants in IDLGregory Noma2022-01-271-14/+13
* SERVER-63002 Support bindata types for variants in IDLGregory Noma2022-01-261-20/+51
* SERVER-62621 IDL compatibility checker should check brand new commandsHuayu Ouyang2022-01-252-0/+183
* SERVER-56387 Check optionalBool-typed IDL fields for backward compatibilityRomans Kasperovics2022-01-145-81/+384
* SERVER-60349 Allow adding optionalBool fields in IDL compatibility checkRomans Kasperovics2022-01-062-0/+79
* SERVER-61551 IDL compatibility checker should check chained structsHuayu Ouyang2021-12-095-1/+318
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-2217-10/+704
* SERVER-61580 Add support for extraData to enumsSara Golemon2021-11-191-0/+91
* SERVER-61288 idl_check_compatibility.py parses older version command idl file...Suganthi Mani2021-11-091-8/+8
* SERVER-55203 Change the stable release tag to r5.0.0-rc3 while checking IDL c...Moustafa Maher2021-06-232-22/+0
* Revert "SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checki...Samy Lanka2021-06-162-0/+22
* SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL c...Moustafa Maher2021-06-142-22/+0
* SERVER-54925 Move away from using Bson_serialization_type β€œany”Mohammad Dashti2021-04-103-140/+617
* SERVER-53211 Check for incompatible changes in generic_argument.idl in IDL co...Ali Mir2021-04-065-0/+272
* SERVER-55524 Remove aborting for missing array in IDL compatibility checkerMoustafa Maher2021-04-017-255/+137
* SERVER-54533 Add error in IDL that all commands with api_version != β€œβ€ ha...Mark Benvenuto2021-03-312-0/+29
* SERVER-54854 Stop type checking unstable fieldsHuayu Ouyang2021-03-255-1/+993
* SERVER-55212 Check compatibility of strict fieldHuayu Ouyang2021-03-245-1/+60
* SERVER-55211 Hello command should allow unknown fieldsHuayu Ouyang2021-03-241-17/+2
* SERVER-54532 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-185-4/+525
* SERVER-54855 Allow unstable fields to become stable if they are optional or h...Huayu Ouyang2021-03-185-38/+108
* SERVER-53212 Create an evergreen task for IDL compatibility checkMoustafa Maher2021-03-182-0/+22
* SERVER-55107 Adding checking for Variant containing Array Type in idl_check_c...Moustafa Maher2021-03-175-48/+936
* SERVER-54771 Adding Array Type checking in idl_check_compatibilityMoustafa Maher2021-03-129-1/+377
* SERVER-54530 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-115-1/+261
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-112-0/+183
* SERVER-55052 Generalize error messages for reply fields in IDL compatibility ...Ali Mir2021-03-101-6/+6
* SERVER-54884 Support validators for API V1 Command RepliesHuayu Ouyang2021-03-107-141/+117
* SERVER-53204 Recursively type check parameters in IDL compatibility checker s...Ali Mir2021-03-095-1/+180
* SERVER-54476 Handle variant types in command parameters and command types in ...Huayu Ouyang2021-03-085-2/+986
* SERVER-54853 Allow bson_serialization_type "any" in API V1 request/reply fieldsHuayu Ouyang2021-03-085-9/+584
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-082-4/+173
* SERVER-54522 Extend access_check for simple and access_checksMark Benvenuto2021-03-032-0/+109
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-03-033-78/+28
* SERVER-54518 Change command "type" struct field compatibility checker to chec...Huayu Ouyang2021-03-035-1/+249
* SERVER-54520 Extend IDL for new access_check field and none value and generat...Mark Benvenuto2021-03-022-6/+59
* SERVER-54861: Update pylint to 2.7.2David Bradford2021-03-012-3/+4
* SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command ...Huayu Ouyang2021-02-259-3/+452
* SERVER-53203 Type check parameters in IDL compatibility checker scriptAli Mir2021-02-249-63/+598
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-02-181-0/+76
* SERVER-53202 Check for removed parameters in IDL compatibility checker scriptAli Mir2021-02-175-1/+314
* SERVER-54145 Handle variant types in reply fields in IDL compatibility checke...Huayu Ouyang2021-02-175-1/+392
* SERVER-53209 Check for incompatible changes in ErrorReply in IDL compatibilit...Huayu Ouyang2021-02-115-0/+221
* SERVER-54109 Check for incompatible "namespace" and "type" field changes in I...Huayu Ouyang2021-02-095-3/+665
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-051-0/+20
* SERVER-53207 Recursively type check reply_type in IDL compatibility checker s...Huayu Ouyang2021-02-035-1/+188
* SERVER-53206 Type check reply_type in IDL compatibility checker scriptHuayu Ouyang2021-02-027-11/+672
* SERVER-51369 Generate C++ for IDL variantsA. Jesse Jiryu Davis2021-01-281-0/+14
* SERVER-53205 Check for a removed field from reply type in IDL compatibility c...Huayu Ouyang2021-01-2711-6/+463