summaryrefslogtreecommitdiff
path: root/buildscripts/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-211-0/+3
* SERVER-62992 Remove need for resmoke.ini (v5.0)Richard Samuels2022-04-211-1/+8
* SERVER-62569 Handle bson_serialization_type for ArrayType in IDL Compatibilit...ali-mir2022-02-223-4/+94
* SERVER-61291 Fix forward compatibility with checkout_idl_files_from_past_rele...Moustafa Maher Khalil2021-11-051-1/+18
* SERVER-55203 Change the stable release tag to r5.0.0-rc3 while checking IDL c...Moustafa Maher2021-06-235-104/+9
* SERVER-57540 IDL accepts null CommitQuorum typeMark Benvenuto2021-06-231-67/+55
* SERVER-57561 Avoid setting default LegacyRuntimeConstants value when parsing ...Ruoxin Xu2021-06-171-1/+1
* Revert "SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checki...Samy Lanka2021-06-165-9/+104
* SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL c...Moustafa Maher2021-06-145-104/+9
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-1/+1
* SERVER-56496 Complete TODO listed in SERVER-55899Milena Ivanova2021-05-051-2/+0
* 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-56050 un-blocklist commitQuorum in API checksBenety Goh2021-04-261-3/+1
* 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-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