summaryrefslogtreecommitdiff
path: root/buildscripts/idl/tests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42309: Unit test should clean up after itselfDavid Bradford2019-07-221-13/+29
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-031-0/+13
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-163-4/+4
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-104-4/+4
* SERVER-32295 Support Python 3Mathew Robinson2019-04-085-87/+125
* SERVER-39181 Loosen IDL setParameter restrictionsSara Golemon2019-01-251-11/+11
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-121-116/+0
* SERVER-38694 Allow specializing ServerParameter class in IDLSara Golemon2019-01-101-6/+86
* SERVER-38572 Allow arbitrary C++ expressions in literal valuesSara Golemon2018-12-142-0/+53
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-0/+11
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-241-0/+182
* SERVER-37920 Convert SSL set parameters to IDLSara Golemon2018-11-071-10/+11
* SERVER-37089 Implement code-gen for IDLServerParametersSara Golemon2018-11-021-0/+140
* SERVER-37651 Update license files in idl scriptsRamon Fernandez2018-10-246-42/+124
* SERVER-34228 Add default value support for fields of type enumMark Benvenuto2018-05-011-11/+0
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-5/+0
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-263-47/+19
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-292-10/+152
* SERVER-32262 IDL produces "const <enum>" return types in generated codeMark Benvenuto2017-12-272-1/+47
* SERVER-32263 IDL Chained Structs should be inlined by defaultMark Benvenuto2017-12-151-0/+39
* SERVER-31705 IDL Generate Equality and Less than comparison operatorsMark Benvenuto2017-12-122-0/+89
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-201-0/+2
* SERVER-31753 Add support for immutable IDL typesMark Benvenuto2017-11-031-0/+13
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-302-6/+204
* SERVER-29634 Support overriding the C++ name for chained structs/types in IDLMark Benvenuto2017-06-292-50/+52
* SERVER-29777 IDL should disallow optional and default for the same fieldMark Benvenuto2017-06-231-3/+34
* SERVER-28852 IDL support for commandsMark Benvenuto2017-05-153-1/+307
* SERVER-29004 IDL support for enumsMark Benvenuto2017-05-123-1/+326
* SERVER-28828 Parser Chaining support for IDLMark Benvenuto2017-05-033-4/+469
* SERVER-28827 BinData for IDLMark Benvenuto2017-05-024-20/+188
* SERVER-28899 IDL compiler requires objects to have serializersMark Benvenuto2017-04-262-21/+15
* 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-202-15/+455
* SERVER-28514 Add Array support for IDLMark Benvenuto2017-04-191-1/+70
* SERVER-28308 Integrate python linting for IDL into EvergreenMark Benvenuto2017-04-182-7/+7
* SERVER-28307 Integrate IDL python tests into evergreenMark Benvenuto2017-04-182-2/+2
* Revert "SERVER-28307 Integrate IDL python tests into evergreen"r3.5.6Ramon Fernandez2017-04-152-2/+2
* SERVER-28307 Integrate IDL python tests into evergreenMark Benvenuto2017-04-142-2/+2
* SERVER-28305 IDL BinderMark Benvenuto2017-03-292-0/+582
* SERVER-28305 IDL ParserMark Benvenuto2017-03-294-0/+566