summaryrefslogtreecommitdiff
path: root/src/mongo/idl/unittest.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-0/+16
* SERVER-63108 Rename Versioned API to Stable APIA. Jesse Jiryu Davis2022-02-071-8/+8
* SERVER-63024 Support default values for variants in IDLGregory Noma2022-01-271-0/+8
* SERVER-63002 Support bindata types for variants in IDLGregory Noma2022-01-261-0/+16
* SERVER-61580 Add support for extraData to enumsSara Golemon2021-11-191-1/+34
* SERVER-59453 Add support for generic BSONArray to IDLSara Golemon2021-08-231-0/+5
* SERVER-57927 Handle default enum values in chained_structs of IDLArun Banala2021-06-221-0/+9
* SERVER-54533 Add error in IDL that all commands with api_version != “” ha...Mark Benvenuto2021-03-311-0/+6
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-111-0/+22
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-081-0/+13
* SERVER-54522 Extend access_check for simple and access_checksMark Benvenuto2021-03-031-1/+14
* SERVER-54520 Extend IDL for new access_check field and none value and generat...Mark Benvenuto2021-03-021-1/+11
* SERVER-52925 Ban incompatible validator changes in API Version 1 IDL command ...Huayu Ouyang2021-02-251-0/+7
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-02-181-1/+1
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-051-0/+10
* SERVER-51369 Generate C++ for IDL variantsA. Jesse Jiryu Davis2021-01-281-0/+10
* SERVER-51369 IDL parser/binder changes for variant typesA. Jesse Jiryu Davis2021-01-251-3/+134
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-221-0/+20
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-181-0/+32
* SERVER-51369 Begin IDL "variant" typeA. Jesse Jiryu Davis2021-01-111-0/+3
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-0/+8
* SERVER-51862 Use IDL structs' C++ names for base-class generationA. Jesse Jiryu Davis2020-11-301-0/+19
* SERVER-52827 Define an IDL type that accepts any BSON value in basic_types.idlGeorge Wangensteen2020-11-181-0/+7
* SERVER-52875 Let IDL structs include structs with field validatorsA. Jesse Jiryu Davis2020-11-161-0/+5
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-0/+27
* SERVER-51373 Create IDL definition for OkReplyGeorge Wangensteen2020-11-051-0/+6
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+16
* SERVER-51376 Add "reply_type" IDL fieldA. Jesse Jiryu Davis2020-10-211-0/+10
* SERVER-49489 IDL doesn't properly deal with an optional string field when par...Mark Benvenuto2020-07-151-0/+15
* SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmdAndrew Chen2020-02-191-0/+11
* SERVER-41024 safeInt64 IDL types are not safe for all numerical inputs, resul...Mark Benvenuto2019-06-031-6/+6
* SERVER-40426 Extend IDL Validators for more types and structsMark Benvenuto2019-04-181-0/+29
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-201-0/+7
* SERVER-38880 IDL relational comparison operators without std::tie()Mark Benvenuto2019-01-111-0/+13
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-071-1/+2
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-071-1/+5
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-30/+26
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-10/+27
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-051-1/+62
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+3
* SERVER-34228 Add default value support for fields of type enumMark Benvenuto2018-05-011-0/+3
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-17/+15
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-291-0/+30
* SERVER-32263 IDL Chained Structs should be inlined by defaultMark Benvenuto2017-12-151-0/+1
* 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-8/+0
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-201-0/+15
* SERVER-30560 Support serialization to OpMsgRequest document sequencesMark Benvenuto2017-08-141-0/+8
* SERVER-29956 Chained structs inside a command produce non-compilable codeMark Benvenuto2017-07-051-0/+15
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-301-0/+34