Commit Graph

275 Commits

Author SHA1 Message Date
Billy Donahue
6080d01374 SERVER-58110 IDL remove const-returning getters 2022-04-29 03:29:59 +00:00
Didier Nadeau
cdee5f5d22 SERVER-65834 Add validation for idl array parameters 2022-04-28 15:29:41 +00:00
Sophia Tan
5268b0ce77 SERVER-65449 Add $tenant field to IDL for commands 2022-04-28 15:28:28 +00:00
Robert Guo
a3a87f936f SERVER-65672 upgrade python packages to support 3.10 2022-04-24 02:12:33 +00:00
Randolph Tan
77ffcb1d04 SERVER-6491 Make dropIndexes take the distlock so it can never run in parallel with shardCollection 2022-04-20 03:51:41 +00:00
Richard Samuels
a4aa57a45b SERVER-62992 Don't validate resmoke.ini and install_dir when using subcommands other than run 2022-04-18 15:22:33 +00:00
Varun Ravichandran
ceb27a1820 SERVER-61802: Create changeStreamOptions cluster server parameter 2022-04-12 01:15:19 +00:00
Richard Samuels
0d9705653d SERVER-62992 Remove need for resmoke.ini 2022-04-08 14:27:40 +00:00
Huayu Ouyang
1abaec7ea9 SERVER-64821 Change unstable to true for fields that are not meant to be included in the stable API 2022-03-31 22:37:06 +00:00
Varun Ravichandran
556f288e52 SERVER-62253: Generate specialized and storage cluster server parameters from IDL 2022-03-18 02:46:22 +00:00
James Wahlin
6e8396defc SERVER-63850 Add the count command to API version 1 2022-03-14 21:10:54 +00:00
Sviatlana Zuiko
00553eb233 Revert "SERVER-63850 Add the count command to API version 1"
This reverts commit 1ca10441ee.
2022-03-14 12:32:56 +00:00
James Wahlin
1ca10441ee SERVER-63850 Add the count command to API version 1 2022-03-12 16:32:57 +00:00
Varun Ravichandran
aebf1ab7fa SERVER-63630: Extend IDLServerParameterWithStorage to support cluster server parameters 2022-03-11 18:34:39 +00:00
Billy Donahue
7c5ff6c912 SERVER-63588 ServerParameter: test for redact, remove self-registration 2022-03-10 19:32:28 +00:00
Huayu Ouyang
d4af42c0e6 SERVER-63842 Improve error messages in IDL Compatibility Checker 2022-03-08 16:33:51 +00:00
Robert Guo
d93689f1ea SERVER-64301 ignore third-party IDLs in stable API check 2022-03-07 21:25:20 +00:00
Justin Seyster
26bab13661 SERVER-61008 Upgrade vendorized mozjs to esr91.3
Co-authored-by: Mohammad Dashti <mdashti@gmail.com>
2022-03-07 12:08:01 -05: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
9865999146 SERVER-63748 extract complex access logic from check_security_access_checks() 2022-03-04 21:47:24 +00:00
Benety Goh
ed755f75ec SERVER-63748 provide __str__ functions for Privilege and AccessCheck 2022-03-04 21:20:51 +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
A. Jesse Jiryu Davis
1b130329e1 SERVER-63108 Rename Versioned API to Stable API 2022-02-07 19:37: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
Sara Golemon
47d12041be SERVER-59813 Simplify ServerParameter construction and add formal readonly parameters 2021-12-30 20:27:32 +00:00
Sara Golemon
fd163ac958 SERVER-61617 Restrict actionType/matchType combinations on serverless 2021-12-29 17:43:13 +00:00
Gregory Wlodarek
a0ca5d4dd4 SERVER-62187 Add a way to ignore API changes for released fields in
earlier versions that are behind a disabled feature flag
2021-12-21 22:27:58 +00:00
Huayu Ouyang
498f8a7cff SERVER-61551 IDL compatibility checker should check chained structs 2021-12-09 17:42:47 +00:00
Arun Banala
3242083daa Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure" 2021-12-03 20:05:44 +00:00
Rui Liu
0b5f8fbf74 SERVER-60694 Move collMod to DDL coordinator infrastructure 2021-11-23 21:42:00 +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
7f89e2f0ed SERVER-59495 Donor and recipient tenant migration state machines will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protocol." 2021-11-09 20:55:12 +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 Khalil
110f7f2d79 SERVER-61291 Fix forward compatibility with checkout_idl_files_from_past_releases.py 2021-11-05 21:48:18 +00:00
Gregory Wlodarek
e47af06d2f Revert "SERVER-59495 Donor and recipient tenant migration state machines will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protocol."
This reverts commit bbc96fbba2.
2021-11-04 23:32:41 +00:00
Suganthi Mani
bbc96fbba2 SERVER-59495 Donor and recipient tenant migration state machines will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protocol. 2021-11-02 20:53:19 +00:00
Cheahuychou Mao
ea197fd519 SERVER-58756 Store stmtIds for the operations in retryable internal transactions in applyOps oplog entries 2021-10-29 00:50:10 +00:00
Suganthi Mani
99f4696e26 Revert "SERVER-59495 Donor and recipient tenant migration state machines will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protcol."
This reverts commit 56a5ddbf5a.
2021-10-25 19:57:20 +00:00
Suganthi Mani
56a5ddbf5a SERVER-59495 Donor and recipient tenant migration state machines will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protcol.
Added a new optional "protocol" field to 'recipientSyncData' cmd & made 'tenantId' field as optional.
2021-10-23 01:50:13 +00:00
Suganthi Mani
ca3b27b39d SERVER-60688 IDL compiler generates includes for imported IDL files which have enums. 2021-10-14 17:29:08 +00:00
Denis Grebennicov
b77548a8a8 SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/collMod commands to object 2021-10-12 11:04:58 +00:00
Mikhail Shchatko
00efe90e6d SERVER-59216 Add sharded retryable write versions of stepdown downgrade 2021-09-27 10:48:58 +00:00
Denis Grebennicov
a1028f6738 SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "collMod" commands 2021-09-15 10:17:58 +00:00