summaryrefslogtreecommitdiff
path: root/buildscripts/idl/idl/syntax.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-041-2/+1
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-041-1/+2
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-031-2/+1
* SERVER-68151 Add a required feature flag IDL parameter of shouldBeFCVGatedHuayu Ouyang2023-04-271-0/+2
* SERVER-75858 Add ability to disable IDL duplicate field checks for extra fieldsMark Benvenuto2023-04-261-0/+2
* SERVER-75138 Add shapification for DocumentSources which use IDL for serializ...Davis Haupt2023-04-181-1/+1
* SERVER-75110 Support SerializationOptions in IDL generated serializersDavis Haupt2023-04-141-0/+7
* SERVER-70740 Handle expectPrefix option in requestsHugh Tong2023-04-041-0/+1
* SERVER-73109 Build idl infrastructure to pass context to nss serializersHugh Tong2023-03-021-0/+1
* SERVER-71651 Support array of variants in IDLFrederic Vitzikam2023-02-141-5/+29
* SERVER-73138 Support IDL Variants of Multiple Structsseanzimm2023-02-031-8/+11
* SERVER-71409 Generate generic argument and reply fields as c++ structuresGeorge Wangensteen2022-11-301-37/+15
* SERVER-65809 Add min_fcv IDL option for server parametersGabriel Marks2022-11-171-0/+1
* SERVER-69060 Guard server parameters on feature flagsSara Golemon2022-09-271-0/+1
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-021-17/+0
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-0/+1
* SERVER-67649 Teach IDL reply types to ignore generic fieldsGeorge Wangensteen2022-07-281-0/+1
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-131-0/+1
* Revert "SERVER-65459 Construct NamespaceString using tenantId on the OpMsgReq...jannaerin2022-07-121-1/+0
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-111-0/+1
* SERVER-62253: Generate specialized and storage cluster server parameters from...Varun Ravichandran2022-03-181-0/+1
* SERVER-63748 provide __str__ functions for Privilege and AccessCheckBenety Goh2022-03-041-0/+25
* SERVER-63748 extend access check syntax to accept optional agg_stage for priv...Benety Goh2022-03-041-0/+2
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-0/+1
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-1/+1
* SERVER-61580 Add support for extraData to enumsSara Golemon2021-11-191-0/+2
* SERVER-53211 Check for incompatible changes in generic_argument.idl in IDL co...Ali Mir2021-04-061-0/+16
* SERVER-54533 Add error in IDL that all commands with api_version != “” ha...Mark Benvenuto2021-03-311-0/+3
* SERVER-54532 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-181-0/+10
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-111-0/+1
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-081-0/+14
* SERVER-54522 Extend access_check for simple and access_checksMark Benvenuto2021-03-031-0/+13
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-03-031-24/+2
* SERVER-54520 Extend IDL for new access_check field and none value and generat...Mark Benvenuto2021-03-021-0/+13
* SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command ...Huayu Ouyang2021-02-251-1/+23
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-02-181-2/+24
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-051-2/+4
* SERVER-53206 Type check reply_type in IDL compatibility checker scriptHuayu Ouyang2021-02-021-0/+9
* SERVER-53205 Check for a removed field from reply type in IDL compatibility c...Huayu Ouyang2021-01-271-0/+8
* SERVER-51369 IDL parser/binder changes for variant typesA. Jesse Jiryu Davis2021-01-251-18/+36
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-221-1/+1
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-181-0/+1
* SERVER-51369 Separate fields from types in IDL compilerA. Jesse Jiryu Davis2021-01-151-18/+61
* SERVER-51369 Begin IDL "variant" typeA. Jesse Jiryu Davis2021-01-111-10/+83
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-0/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-0/+1
* SERVER-51862 Generate a C++ base class for each V1 commandSamy Lanka2020-11-231-1/+0
* SERVER-52543 Define listCollections in IDLA. Jesse Jiryu Davis2020-11-191-1/+1
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-2/+49
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+7