summaryrefslogtreecommitdiff
path: root/buildscripts/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52875 Let IDL structs include structs with field validatorsA. Jesse Jiryu Davis2020-11-161-2/+1
* SERVER-51848 Rename generic arg/reply functionsA. Jesse Jiryu Davis2020-11-111-2/+0
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-117-29/+546
* SERVER-51877 Check all API V1 commands are defined in IDLA. Jesse Jiryu Davis2020-11-101-0/+184
* SERVER-52679: Disallow null/undefined command parameter for IDL commands with...Lingzhi Deng2020-11-101-3/+9
* SERVER-51876 Create script to check out past IDL filesA. Jesse Jiryu Davis2020-11-051-0/+112
* SERVER-51373 Create IDL definition for OkReplyGeorge Wangensteen2020-11-054-21/+14
* SERVER-51377 Enforce that all API V1 command definitions include strict: trueSamy Lanka2020-11-053-2/+49
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-035-0/+103
* SERVER-51378 SERVER-51379 Add API V1 fields to IDLA. Jesse Jiryu Davis2020-10-275-2/+118
* SERVER-51375 Add "api_version" and "is_deprecated" to IDLA. Jesse Jiryu Davis2020-10-224-0/+57
* SERVER-34484 added out of tree support for idl generation.Daniel Moody2020-10-211-6/+8
* SERVER-51376 Add "reply_type" IDL fieldA. Jesse Jiryu Davis2020-10-217-0/+83
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-168-12/+120
* SERVER-50367 Add IDL support for feature flagsMark Benvenuto2020-09-033-0/+57
* SERVER-50592 Update mypy and GitPython pip requirementsRyan Egesdahl2020-09-011-0/+2
* SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityV...Jason Chan2020-08-181-1/+8
* SERVER-49489 IDL doesn't properly deal with an optional string field when par...Mark Benvenuto2020-07-151-0/+7
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-181-1/+1
* SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmdAndrew Chen2020-02-191-1/+1
* SERVER-44164 Create _killOperations commandBen Caimano2020-01-021-1/+1
* SERVER-44119 Customize string coersion for IDLSara Golemon2019-10-211-7/+5
* 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-037-1/+36
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-2/+1
* SERVER-40634 Remove usage of requires which will soon become a keywordMathias Stearn2019-05-011-1/+1
* SERVER-40426 Extend IDL Validators for more types and structsMark Benvenuto2019-04-182-4/+17
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-165-29/+29
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-106-6/+6
* SERVER-32295 Support Python 3Mathew Robinson2019-04-0820-755/+753
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-5/+4
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-205-6/+87
* SERVER-40115 Generated serialization methods for commands which 'concatenate_...Mark Benvenuto2019-03-181-12/+23
* SERVER-40002 IDL inline dependenciesMark Benvenuto2019-03-072-6/+16
* SERVER-39907 Migrate enable test commands to IDLSara Golemon2019-03-021-1/+2
* SERVER-37095 Reorganize OptionsParser API to be IDL only.Sara Golemon2019-02-281-1/+5
* SERVER-39500 Migrate general server options to IDLSara Golemon2019-02-165-0/+6
* SERVER-39499 Migrate base server options to IDLSara Golemon2019-02-165-9/+13
* SERVER-38574 Allow declaring IDL based configs without auto-registeringSara Golemon2019-02-145-62/+157
* SERVER-39522 Make generated parameter files deterministicAndrew Morrow2019-02-121-9/+9
* SERVER-38324: add validation to TransactionCoordinatorDocument decisionKim Tao2019-01-301-1/+3
* SERVER-39181 Loosen IDL setParameter restrictionsSara Golemon2019-01-253-24/+20
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-126-189/+5
* SERVER-38880 IDL relational comparison operators without std::tie()Mark Benvenuto2019-01-111-9/+75
* SERVER-38694 Allow specializing ServerParameter class in IDLSara Golemon2019-01-107-90/+385
* SERVER-38899 Pre-initialize declared variables from defaultsSara Golemon2019-01-081-2/+6
* SERVER-38826 Export yaml constant values as C++ constexprsSara Golemon2019-01-043-3/+28
* SERVER-38584 Move IDL SCPs to InitializersSara Golemon2018-12-191-26/+20
* SERVER-38446 idlc.py fails to report errors correct during dependency analysisMark Benvenuto2018-12-182-6/+7
* SERVER-25323 Allow marking ServerParameters as 'test only'Sara Golemon2018-12-175-0/+10