summaryrefslogtreecommitdiff
path: root/buildscripts/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59216 Add sharded retryable write versions of stepdown downgradeMikhail Shchatko2021-09-271-5/+7
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-4/+4
* SERVER-48560 remove collation from accepted fields in explain command after L...Rushan Chen2021-08-301-2/+1
* SERVER-59453 Add support for generic BSONArray to IDLSara Golemon2021-08-234-3/+35
* SERVER-47065 remove use44SortKeysAdityavardhan Agrawal2021-08-191-2/+0
* SERVER-46751 remove useNewUpsertAdityavardhan Agrawal2021-08-191-2/+0
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-022-37/+53
* SERVER-58711 Complete TODO listed in SERVER-54923Erwin Pe2021-07-281-2/+0
* SERVER-58132 simplify IDL comparison operatorsBilly Donahue2021-06-291-86/+19
* 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-65/+55
* SERVER-57927 Handle default enum values in chained_structs of IDLArun Banala2021-06-221-6/+4
* SERVER-57561 Avoid setting default LegacyRuntimeConstants value when parsing ...Ruoxin Xu2021-06-161-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