summaryrefslogtreecommitdiff
path: root/buildscripts/idl/idl_check_compatibility.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67200 Add a new range QueryType to EncryptedFieldConfigReilly McBride2022-07-081-0/+2
* SERVER-64089 Ignore checking fields in IGNORE_UNSTABLE_LIST in IDL compatibil...Vesselina Ratcheva2022-06-231-42/+76
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+28
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-1/+4
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-121-0/+15
* SERVER-64821 Change unstable to true for fields that are not meant to be incl...Huayu Ouyang2022-03-311-1/+9
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-0/+3
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-3/+0
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-0/+3
* SERVER-63842 Improve error messages in IDL Compatibility CheckerHuayu Ouyang2022-03-081-10/+12
* SERVER-64301 ignore third-party IDLs in stable API checkRobert Guo2022-03-071-1/+4
* SERVER-63748 complex access checks for aggregation stages should be separate ...Benety Goh2022-03-051-2/+34
* SERVER-63748 extract complex access logic from check_security_access_checks()Benety Goh2022-03-041-24/+31
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-2/+10
* SERVER-62569 Handle bson_serialization_type for ArrayType in IDL Compatibilit...ali-mir2022-02-021-4/+8
* SERVER-56387 Check optionalBool-typed IDL fields for backward compatibilityRomans Kasperovics2022-01-141-25/+36
* SERVER-60349 Allow adding optionalBool fields in IDL compatibility checkRomans Kasperovics2022-01-061-8/+13
* SERVER-62187 Add a way to ignore API changes for released fields inGregory Wlodarek2021-12-211-1/+10
* SERVER-61551 IDL compatibility checker should check chained structsHuayu Ouyang2021-12-091-32/+142
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-3/+0
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-0/+3
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-2/+13
* SERVER-61288 idl_check_compatibility.py parses older version command idl file...Suganthi Mani2021-11-091-11/+16
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-2/+0
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+2
* SERVER-48560 remove collation from accepted fields in explain command after L...Rushan Chen2021-08-301-2/+1
* SERVER-47065 remove use44SortKeysAdityavardhan Agrawal2021-08-191-2/+0
* SERVER-46751 remove useNewUpsertAdityavardhan Agrawal2021-08-191-2/+0
* SERVER-58711 Complete TODO listed in SERVER-54923Erwin Pe2021-07-281-2/+0
* SERVER-55203 Change the stable release tag to r5.0.0-rc3 while checking IDL c...Moustafa Maher2021-06-231-7/+3
* Revert "SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checki...Samy Lanka2021-06-161-3/+7
* SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL c...Moustafa Maher2021-06-141-7/+3
* SERVER-56496 Complete TODO listed in SERVER-55899Milena Ivanova2021-05-051-2/+0
* SERVER-56050 un-blocklist commitQuorum in API checksBenety Goh2021-04-261-3/+1
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-2/+46
* SERVER-53211 Check for incompatible changes in generic_argument.idl in IDL co...Ali Mir2021-04-061-2/+56
* SERVER-55524 Remove aborting for missing array in IDL compatibility checkerMoustafa Maher2021-04-011-13/+38
* SERVER-54854 Stop type checking unstable fieldsHuayu Ouyang2021-03-251-141/+248
* SERVER-54927 move away from using Bson_serialization_type anyMoustafa Maher2021-03-251-4/+1
* SERVER-55212 Check compatibility of strict fieldHuayu Ouyang2021-03-241-0/+3
* SERVER-54532 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-181-22/+73
* SERVER-54855 Allow unstable fields to become stable if they are optional or h...Huayu Ouyang2021-03-181-2/+4
* SERVER-53212 Create an evergreen task for IDL compatibility checkMoustafa Maher2021-03-181-13/+88
* SERVER-55107 Adding checking for Variant containing Array Type in idl_check_c...Moustafa Maher2021-03-171-13/+17
* SERVER-54771 Adding Array Type checking in idl_check_compatibilityMoustafa Maher2021-03-121-3/+36
* SERVER-54530 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-111-0/+27
* SERVER-55052 Generalize error messages for reply fields in IDL compatibility ...Ali Mir2021-03-101-1/+1
* SERVER-54884 Support validators for API V1 Command RepliesHuayu Ouyang2021-03-101-9/+7
* SERVER-54476 Handle variant types in command parameters and command types in ...Huayu Ouyang2021-03-081-40/+98
* SERVER-54853 Allow bson_serialization_type "any" in API V1 request/reply fieldsHuayu Ouyang2021-03-081-9/+58