summaryrefslogtreecommitdiff
path: root/buildscripts/idl/idl/parser.py
Commit message (Expand)AuthorAgeFilesLines
* 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-30/+27
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-201-2/+1
* 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/+18
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-121-3/+0
* SERVER-38694 Allow specializing ServerParameter class in IDLSara Golemon2019-01-101-0/+24
* 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-8/+30
* 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/+17
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-241-4/+56
* SERVER-37089 Implement code-gen for IDLServerParametersSara Golemon2018-11-021-0/+29
* SERVER-37651 Update license files in idl scriptsRamon Fernandez2018-10-241-7/+20
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-051-0/+18
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-7/+7
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-49/+54
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-291-6/+19
* SERVER-31705 IDL Generate Equality and Less than comparison operatorsMark Benvenuto2017-12-121-2/+13
* SERVER-31278 IDL definition does not generate properly qualified namespace fo...Mark Benvenuto2017-12-081-0/+33
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-201-0/+1
* SERVER-31753 Add support for immutable IDL typesMark Benvenuto2017-11-031-0/+1
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-301-0/+1
* SERVER-29634 Support overriding the C++ name for chained structs/types in IDLMark Benvenuto2017-06-291-19/+95
* SERVER-29681 Make IDL commands support chained types and structsKaloian Manassiev2017-06-161-0/+2
* SERVER-28852 IDL support for commandsMark Benvenuto2017-05-151-8/+33
* SERVER-29089 Add UUID to IDL basic_types.idlMark Benvenuto2017-05-121-0/+5
* SERVER-29004 IDL support for enumsMark Benvenuto2017-05-121-1/+55
* SERVER-29004 IDL Parser RefactorMark Benvenuto2017-05-121-32/+22
* SERVER-28828 Parser Chaining support for IDLMark Benvenuto2017-05-031-3/+9
* SERVER-28936 Add support for alternate names for fields in generated code in IDLMark Benvenuto2017-04-251-0/+1
* SERVER-28515 Add import support to IDLMark Benvenuto2017-04-201-3/+125
* SERVER-28308 Integrate python linting for IDL into EvergreenMark Benvenuto2017-04-181-1/+1
* SERVER-28305 IDL ParserMark Benvenuto2017-03-291-0/+309