summaryrefslogtreecommitdiff
path: root/buildscripts/idl/idl/ast.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73138 Support IDL Variants of Multiple Structsseanzimm2023-02-031-3/+2
* SERVER-71409 Generate generic argument and reply fields as c++ structuresGeorge Wangensteen2022-11-301-58/+29
* 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-16/+0
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-1/+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-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-1/+3
* 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-1/+3
* SERVER-54520 Extend IDL for new access_check field and none value and generat...Mark Benvenuto2021-03-021-0/+11
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-051-0/+1
* SERVER-51369 IDL parser/binder changes for variant typesA. Jesse Jiryu Davis2021-01-251-4/+8
* 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-15/+27
* SERVER-51369 Begin IDL "variant" typeA. Jesse Jiryu Davis2021-01-111-1/+5
* 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-2/+1
* 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-6/+63
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+1
* SERVER-51378 SERVER-51379 Add API V1 fields to IDLA. Jesse Jiryu Davis2020-10-271-0/+5
* SERVER-51375 Add "api_version" and "is_deprecated" to IDLA. Jesse Jiryu Davis2020-10-221-0/+2
* SERVER-51376 Add "reply_type" IDL fieldA. Jesse Jiryu Davis2020-10-211-0/+1
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-161-0/+1
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-031-0/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-67/+65
* SERVER-39500 Migrate general server options to IDLSara Golemon2019-02-161-0/+1
* SERVER-39499 Migrate base server options to IDLSara Golemon2019-02-161-1/+1
* SERVER-38574 Allow declaring IDL based configs without auto-registeringSara Golemon2019-02-141-1/+15
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-121-7/+0
* SERVER-38694 Allow specializing ServerParameter class in IDLSara Golemon2019-01-101-1/+19
* SERVER-38826 Export yaml constant values as C++ constexprsSara Golemon2019-01-041-0/+1
* SERVER-25323 Allow marking ServerParameters as 'test only'Sara Golemon2018-12-171-0/+1
* SERVER-38572 Allow arbitrary C++ expressions in literal valuesSara Golemon2018-12-141-7/+19
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-0/+2
* SERVER-38279 Add condition clause to set parameter and config option definitionsSara Golemon2018-11-291-0/+15
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-241-0/+50
* SERVER-37089 Implement code-gen for IDLServerParametersSara Golemon2018-11-021-0/+30
* SERVER-37651 Update license files in idl scriptsRamon Fernandez2018-10-241-7/+20
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-051-0/+27
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-2/+2
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-291-0/+4