summaryrefslogtreecommitdiff
path: root/buildscripts/idl/idl/binder.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59453 Add support for generic BSONArray to IDLSara Golemon2021-08-231-1/+1
* SERVER-54533 Add error in IDL that all commands with api_version != “” ha...Mark Benvenuto2021-03-311-4/+7
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-111-0/+48
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-081-14/+53
* SERVER-54522 Extend access_check for simple and access_checksMark Benvenuto2021-03-031-3/+51
* SERVER-54520 Extend IDL for new access_check field and none value and generat...Mark Benvenuto2021-03-021-1/+17
* SERVER-54861: Update pylint to 2.7.2David Bradford2021-03-011-1/+1
* 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-35/+91
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-181-0/+4
* SERVER-51369 Separate fields from types in IDL compilerA. Jesse Jiryu Davis2021-01-151-107/+129
* SERVER-51369 Begin IDL "variant" typeA. Jesse Jiryu Davis2021-01-111-13/+55
* 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-0/+4
* SERVER-51371 Strict IDL definition for WriteConcernGeorge Wangensteen2020-11-191-0/+4
* SERVER-52543 Define listCollections in IDLA. Jesse Jiryu Davis2020-11-191-0/+2
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-2/+53
* SERVER-51376 Add "reply_type" IDL fieldA. Jesse Jiryu Davis2020-10-211-0/+23
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-161-5/+21
* SERVER-50367 Add IDL support for feature flagsMark Benvenuto2020-09-031-0/+19
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-031-0/+5
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-15/+13
* 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/+10
* SERVER-39181 Loosen IDL setParameter restrictionsSara Golemon2019-01-251-5/+0
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-121-36/+4
* SERVER-38694 Allow specializing ServerParameter class in IDLSara Golemon2019-01-101-48/+121
* SERVER-38826 Export yaml constant values as C++ constexprsSara Golemon2019-01-041-0/+2
* 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-16/+65
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-5/+8
* SERVER-38279 Add condition clause to set parameter and config option definitionsSara Golemon2018-11-291-0/+17
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-241-0/+140
* SERVER-37920 Convert SSL set parameters to IDLSara Golemon2018-11-071-5/+10
* SERVER-37089 Implement code-gen for IDLServerParametersSara Golemon2018-11-021-0/+64
* SERVER-37651 Update license files in idl scriptsRamon Fernandez2018-10-241-7/+20
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-051-0/+33
* SERVER-34228 Add default value support for fields of type enumMark Benvenuto2018-05-011-9/+1
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-4/+4
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-291-3/+80
* SERVER-31705 IDL Generate Equality and Less than comparison operatorsMark Benvenuto2017-12-121-0/+25
* SERVER-31278 IDL definition does not generate properly qualified namespace fo...Mark Benvenuto2017-12-081-4/+30
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-201-12/+20
* SERVER-31753 Add support for immutable IDL typesMark Benvenuto2017-11-031-0/+1
* SERVER-30193 Remove OP_MSG default for $dbMathias Stearn2017-07-261-1/+0
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-301-3/+59
* SERVER-29634 Support overriding the C++ name for chained structs/types in IDLMark Benvenuto2017-06-291-18/+19
* SERVER-29777 IDL should disallow optional and default for the same fieldMark Benvenuto2017-06-231-5/+27