summaryrefslogtreecommitdiff
path: root/buildscripts/idl/idl_compatibility_errors.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-021-33/+8
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-14/+14
* SERVER-65004 Make it harder to add a stable field/change an unstable field to...Vesselina Ratcheva2022-07-281-0/+53
* SERVER-63842 Improve error messages in IDL Compatibility CheckerHuayu Ouyang2022-03-081-190/+267
* SERVER-62621 IDL compatibility checker should check brand new commandsHuayu Ouyang2022-01-251-7/+7
* SERVER-61551 IDL compatibility checker should check chained structsHuayu Ouyang2021-12-091-0/+44
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+24
* SERVER-55203 Change the stable release tag to r5.0.0-rc3 while checking IDL c...Moustafa Maher2021-06-231-73/+5
* 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-161-5/+73
* SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL c...Moustafa Maher2021-06-141-73/+5
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-1/+1
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-0/+54
* SERVER-53211 Check for incompatible changes in generic_argument.idl in IDL co...Ali Mir2021-04-061-0/+17
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-311-8/+24
* SERVER-54927 move away from using Bson_serialization_type anyMoustafa Maher2021-03-251-1/+4
* SERVER-55212 Check compatibility of strict fieldHuayu Ouyang2021-03-241-0/+8
* SERVER-54525 Access_check for none commandsMark Benvenuto2021-03-221-1/+10
* SERVER-54532 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-181-1/+47
* SERVER-54855 Allow unstable fields to become stable if they are optional or h...Huayu Ouyang2021-03-181-14/+16
* SERVER-53212 Create an evergreen task for IDL compatibility checkMoustafa Maher2021-03-181-4/+45
* SERVER-54771 Adding Array Type checking in idl_check_compatibilityMoustafa Maher2021-03-121-0/+15
* SERVER-54530 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-111-0/+23
* SERVER-55052 Generalize error messages for reply fields in IDL compatibility ...Ali Mir2021-03-101-84/+102
* SERVER-54884 Support validators for API V1 Command RepliesHuayu Ouyang2021-03-101-3/+13
* SERVER-53204 Recursively type check parameters in IDL compatibility checker s...Ali Mir2021-03-091-70/+84
* SERVER-54476 Handle variant types in command parameters and command types in ...Huayu Ouyang2021-03-081-9/+63
* SERVER-54853 Allow bson_serialization_type "any" in API V1 request/reply fieldsHuayu Ouyang2021-03-081-14/+100
* SERVER-54518 Change command "type" struct field compatibility checker to chec...Huayu Ouyang2021-03-031-233/+258
* SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command ...Huayu Ouyang2021-02-251-0/+44
* SERVER-53203 Type check parameters in IDL compatibility checker scriptAli Mir2021-02-241-2/+89
* SERVER-53202 Check for removed parameters in IDL compatibility checker scriptAli Mir2021-02-171-0/+65
* SERVER-54145 Handle variant types in reply fields in IDL compatibility checke...Huayu Ouyang2021-02-171-0/+21
* SERVER-53209 Check for incompatible changes in ErrorReply in IDL compatibilit...Huayu Ouyang2021-02-111-0/+6
* SERVER-54109 Check for incompatible "namespace" and "type" field changes in I...Huayu Ouyang2021-02-091-0/+99
* SERVER-53206 Type check reply_type in IDL compatibility checker scriptHuayu Ouyang2021-02-021-4/+78
* SERVER-53205 Check for a removed field from reply type in IDL compatibility c...Huayu Ouyang2021-01-271-4/+29
* SERVER-53201 Check for removed commands in IDL compatibility checker scriptHuayu Ouyang2021-01-251-9/+24
* SERVER-53200 Create IDL compatibility checker scriptHuayu Ouyang2021-01-221-0/+183