summaryrefslogtreecommitdiff
path: root/buildscripts/idl/tests/compatibility_test_fail
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62621 IDL compatibility checker should check brand new commandsHuayu Ouyang2022-01-251-0/+124
|
* SERVER-56387 Check optionalBool-typed IDL fields for backward compatibilityRomans Kasperovics2022-01-142-1/+93
|
* SERVER-61551 IDL compatibility checker should check chained structsHuayu Ouyang2021-12-092-0/+168
|
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the ↵Huayu Ouyang2021-11-2210-7/+378
| | | | stable API
* SERVER-55203 Change the stable release tag to r5.0.0-rc3 while checking IDL ↵Moustafa Maher2021-06-232-22/+0
| | | | compatibility
* Revert "SERVER-55203 Change the stable release tag to r5.0.0-rc0 while ↵Samy Lanka2021-06-162-0/+22
| | | | | | checking IDL compatibility" This reverts commit ac74f7de3c69eb0ba25a42634851c7e39c325f39.
* SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL ↵Moustafa Maher2021-06-142-22/+0
| | | | compatibility
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-102-139/+575
|
* SERVER-53211 Check for incompatible changes in generic_argument.idl in IDL ↵Ali Mir2021-04-062-0/+114
| | | | compatibility checker script
* SERVER-55524 Remove aborting for missing array in IDL compatibility checkerMoustafa Maher2021-04-016-220/+112
|
* SERVER-54854 Stop type checking unstable fieldsHuayu Ouyang2021-03-252-0/+625
|
* SERVER-55212 Check compatibility of strict fieldHuayu Ouyang2021-03-242-0/+18
|
* SERVER-54532 Extend buildscripts/idl/idl_check_compatibility.py to check for ↵Huayu Ouyang2021-03-182-2/+309
| | | | additions and changes in complex
* SERVER-54855 Allow unstable fields to become stable if they are optional or ↵Huayu Ouyang2021-03-182-28/+28
| | | | have a default
* 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 ↵Moustafa Maher2021-03-172-10/+659
| | | | idl_check_compatibility
* SERVER-54771 Adding Array Type checking in idl_check_compatibilityMoustafa Maher2021-03-126-0/+288
|
* SERVER-54530 Extend buildscripts/idl/idl_check_compatibility.py to check for ↵Huayu Ouyang2021-03-112-0/+142
| | | | changes between access_check types and for changes in simple
* SERVER-54884 Support validators for API V1 Command RepliesHuayu Ouyang2021-03-104-114/+52
|
* SERVER-53204 Recursively type check parameters in IDL compatibility checker ↵Ali Mir2021-03-092-0/+81
| | | | script
* SERVER-54476 Handle variant types in command parameters and command types in ↵Huayu Ouyang2021-03-082-1/+448
| | | | IDL compatibility checker script
* SERVER-54853 Allow bson_serialization_type "any" in API V1 request/reply fieldsHuayu Ouyang2021-03-082-0/+372
|
* SERVER-54518 Change command "type" struct field compatibility checker to ↵Huayu Ouyang2021-03-032-0/+69
| | | | check for new non-optional fields
* SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command ↵Huayu Ouyang2021-02-256-2/+254
| | | | definitions
* SERVER-53203 Type check parameters in IDL compatibility checker scriptAli Mir2021-02-246-22/+349
|
* SERVER-53202 Check for removed parameters in IDL compatibility checker scriptAli Mir2021-02-172-0/+126
|
* SERVER-54145 Handle variant types in reply fields in IDL compatibility ↵Huayu Ouyang2021-02-172-0/+179
| | | | checker script
* SERVER-53209 Check for incompatible changes in ErrorReply in IDL ↵Huayu Ouyang2021-02-112-0/+100
| | | | compatibility checker script
* SERVER-54109 Check for incompatible "namespace" and "type" field changes in ↵Huayu Ouyang2021-02-092-0/+369
| | | | IDL compatibility checker script
* SERVER-53207 Recursively type check reply_type in IDL compatibility checker ↵Huayu Ouyang2021-02-032-0/+82
| | | | script
* SERVER-53206 Type check reply_type in IDL compatibility checker scriptHuayu Ouyang2021-02-024-0/+459
|
* SERVER-53205 Check for a removed field from reply type in IDL compatibility ↵Huayu Ouyang2021-01-276-4/+204
| | | | checker script
* SERVER-53201 Check for removed commands in IDL compatibility checker scriptHuayu Ouyang2021-01-254-14/+97
|
* SERVER-53200 Create IDL compatibility checker scriptHuayu Ouyang2021-01-223-0/+141