Commit Graph

111 Commits

Author SHA1 Message Date
Varun Ravichandran
ceb27a1820 SERVER-61802: Create changeStreamOptions cluster server parameter 2022-04-12 01:15:19 +00:00
Varun Ravichandran
556f288e52 SERVER-62253: Generate specialized and storage cluster server parameters from IDL 2022-03-18 02:46:22 +00:00
Benety Goh
eaf7eb2f1b SERVER-63748 complex access checks for aggregation stages should be separate from default (no aggregation stage defined) 2022-03-05 00:46:34 +00:00
Benety Goh
f3672960cc SERVER-63748 extend access check syntax to accept optional agg_stage for privilege definition 2022-03-04 20:27:04 +00:00
Ted Tuckman
f25675cc8e SERVER-62535 Allow sharded aggregation to return two cursors 2022-03-02 23:11:24 +00:00
ali-mir
a259083f11 SERVER-62569 Handle bson_serialization_type for ArrayType in IDL Compatibility Checker script 2022-02-02 23:46:08 +00:00
Gregory Noma
5cd04445c0 SERVER-63024 Support default values for variants in IDL 2022-01-27 21:48:12 +00:00
Gregory Noma
90239f2468 SERVER-63002 Support bindata types for variants in IDL 2022-01-26 23:43:54 +00:00
Huayu Ouyang
b6dc9c4baa SERVER-62621 IDL compatibility checker should check brand new commands 2022-01-25 21:00:19 +00:00
Romans Kasperovics
58f041625b SERVER-56387 Check optionalBool-typed IDL fields for backward compatibility 2022-01-14 01:15:48 +00:00
Romans Kasperovics
9ce5ff8c50 SERVER-60349 Allow adding optionalBool fields in IDL compatibility check 2022-01-06 22:47:00 +00:00
Huayu Ouyang
498f8a7cff SERVER-61551 IDL compatibility checker should check chained structs 2021-12-09 17:42:47 +00:00
Huayu Ouyang
e818cd876e SERVER-60814 Require 'unstable' field to avoid accidental additions to the stable API 2021-11-22 22:17:16 +00:00
Sara Golemon
2ed50141c9 SERVER-61580 Add support for extraData to enums 2021-11-19 22:35:08 +00:00
Suganthi Mani
b154ad3dfa SERVER-61288 idl_check_compatibility.py parses older version command idl files using files imported from the same older version branch. 2021-11-09 16:09:20 +00:00
Moustafa Maher
40e33669bb SERVER-55203 Change the stable release tag to r5.0.0-rc3 while checking IDL compatibility 2021-06-23 20:43:56 +00:00
Samy Lanka
56adea3db5 Revert "SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL compatibility"
This reverts commit ac74f7de3c.
2021-06-16 18:14:12 +00:00
Moustafa Maher
ac74f7de3c SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL compatibility 2021-06-14 22:50:10 +00:00
Mohammad Dashti
2ff1849ef0 SERVER-54925 Move away from using Bson_serialization_type “any” 2021-04-10 20:05:27 +00:00
Ali Mir
6aaad044a8 SERVER-53211 Check for incompatible changes in generic_argument.idl in IDL compatibility checker script 2021-04-06 21:08:15 +00:00
Moustafa Maher
ebe3f4d450 SERVER-55524 Remove aborting for missing array in IDL compatibility checker 2021-04-01 23:25:03 +00:00
Mark Benvenuto
51d9bc690b SERVER-54533 Add error in IDL that all commands with api_version != “” have access_check 2021-03-31 15:47:25 +00:00
Huayu Ouyang
1a2e420059 SERVER-54854 Stop type checking unstable fields 2021-03-25 17:05:52 +00:00
Huayu Ouyang
d1a5db3e68 SERVER-55212 Check compatibility of strict field 2021-03-24 21:17:05 +00:00
Huayu Ouyang
a9f7b3f772 SERVER-55211 Hello command should allow unknown fields 2021-03-24 16:47:13 +00:00
Huayu Ouyang
37bc14bbf9 SERVER-54532 Extend buildscripts/idl/idl_check_compatibility.py to check for additions and changes in complex 2021-03-18 23:34:01 +00:00
Huayu Ouyang
5af62fea50 SERVER-54855 Allow unstable fields to become stable if they are optional or have a default 2021-03-18 16:42:41 +00:00
Moustafa Maher
10439de079 SERVER-53212 Create an evergreen task for IDL compatibility check 2021-03-18 01:56:58 +00:00
Moustafa Maher
01adf14c5b SERVER-55107 Adding checking for Variant containing Array Type in idl_check_compatibility 2021-03-17 22:53:10 +00:00
Moustafa Maher
0757d14ea9 SERVER-54771 Adding Array Type checking in idl_check_compatibility 2021-03-12 02:27:57 +00:00
Huayu Ouyang
e32478da11 SERVER-54530 Extend buildscripts/idl/idl_check_compatibility.py to check for changes between access_check types and for changes in simple 2021-03-11 19:04:49 +00:00
Mark Benvenuto
7398420049 SERVER-54523 Extend access_check for complex checks and generate IDL contract 2021-03-11 05:40:20 +00:00
Ali Mir
0a882715b0 SERVER-55052 Generalize error messages for reply fields in IDL compatibility checker script 2021-03-10 22:10:37 +00:00
Huayu Ouyang
268847f531 SERVER-54884 Support validators for API V1 Command Replies 2021-03-10 19:37:50 +00:00
Ali Mir
d515a228ed SERVER-53204 Recursively type check parameters in IDL compatibility checker script 2021-03-09 18:59:51 +00:00
Huayu Ouyang
63969d2f04 SERVER-54476 Handle variant types in command parameters and command types in IDL compatibility checker script 2021-03-08 20:51:24 +00:00
Huayu Ouyang
dfe2b9dd17 SERVER-54853 Allow bson_serialization_type "any" in API V1 request/reply fields 2021-03-08 18:40:55 +00:00
Mark Benvenuto
2a7183bad6 SERVER-54521 Extend access_check for simple and privileges 2021-03-08 17:58:19 +00:00
Mark Benvenuto
aa4ca9d1cf SERVER-54522 Extend access_check for simple and access_checks 2021-03-03 17:22:23 +00:00
Moustafa Maher
c182af82f9 SERVER-52601 Disallow commands with the same command_name in the same api_version in IDL 2021-03-03 03:38:02 +00:00
Huayu Ouyang
4633fd74ad SERVER-54518 Change command "type" struct field compatibility checker to check for new non-optional fields 2021-03-03 01:43:48 +00:00
Mark Benvenuto
5bc18e5edf SERVER-54520 Extend IDL for new access_check field and none value and generate code when api_version != “” 2021-03-02 01:01:01 +00:00
David Bradford
a22cbaba06 SERVER-54861: Update pylint to 2.7.2 2021-03-01 23:46:55 +00:00
Huayu Ouyang
674ab8d343 SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command definitions 2021-02-25 03:57:02 +00:00
Ali Mir
10a785a8b6 SERVER-53203 Type check parameters in IDL compatibility checker script 2021-02-24 02:33:29 +00:00
Moustafa Maher
e2d3521097 SERVER-52601 Disallow commands with the same command_name in the same api_version in IDL 2021-02-18 06:19:37 +00:00
Ali Mir
892221532d SERVER-53202 Check for removed parameters in IDL compatibility checker script 2021-02-17 18:49:41 +00:00
Huayu Ouyang
02115791f2 SERVER-54145 Handle variant types in reply fields in IDL compatibility checker script 2021-02-17 01:13:50 +00:00
Huayu Ouyang
afba24e053 SERVER-53209 Check for incompatible changes in ErrorReply in IDL compatibility checker script 2021-02-11 20:30:49 +00:00
Huayu Ouyang
3a23cc592f SERVER-54109 Check for incompatible "namespace" and "type" field changes in IDL compatibility checker script 2021-02-09 18:33:31 +00:00