summaryrefslogtreecommitdiff
path: root/src/mongo/idl/idl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-0/+16
* SERVER-63024 Support default values for variants in IDLGregory Noma2022-01-271-0/+16
* SERVER-63002 Support bindata types for variants in IDLGregory Noma2022-01-261-0/+10
* SERVER-61580 Add support for extraData to enumsSara Golemon2021-11-191-0/+12
* SERVER-59453 Add support for generic BSONArray to IDLSara Golemon2021-08-231-46/+22
* SERVER-57540 IDL accepts null CommitQuorum typeMark Benvenuto2021-06-231-0/+7
* SERVER-57927 Handle default enum values in chained_structs of IDLArun Banala2021-06-221-1/+9
* SERVER-55899 Add serialization/deserialization unit test for IDL optionalBool...Milena Ivanova2021-04-281-0/+50
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-111-0/+15
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-081-0/+8
* SERVER-54522 Extend access_check for simple and access_checksMark Benvenuto2021-03-031-0/+20
* SERVER-51369 Generate C++ for IDL variantsA. Jesse Jiryu Davis2021-01-281-90/+536
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-261-2/+19
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-181-0/+91
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-0/+44
* SERVER-51371 Strict IDL definition for WriteConcernGeorge Wangensteen2020-11-191-7/+34
* SERVER-52827 Define an IDL type that accepts any BSON value in basic_types.idlGeorge Wangensteen2020-11-181-0/+33
* SERVER-52679: Disallow null/undefined command parameter for IDL commands with...Lingzhi Deng2020-11-101-0/+8
* SERVER-51374 Create IDL definition for ErrorReplyGeorge Wangensteen2020-11-061-0/+55
* SERVER-51373 Create IDL definition for OkReplyGeorge Wangensteen2020-11-051-0/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-224/+105
* SERVER-41024 safeInt64 IDL types are not safe for all numerical inputs, resul...Mark Benvenuto2019-06-031-12/+12
* SERVER-40426 Extend IDL Validators for more types and structsMark Benvenuto2019-04-181-0/+8
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-2/+2
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-201-1/+166
* SERVER-40115 Generated serialization methods for commands which 'concatenate_...Mark Benvenuto2019-03-181-11/+28
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38880 IDL relational comparison operators without std::tie()Mark Benvenuto2019-01-111-0/+37
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37168 Use numeric_limits instead of raw ordinalsSara Golemon2018-10-081-2/+4
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-051-0/+208
* Revert "SERVER-36637 IDL objects should hold owned BSONObjs"Mark Benvenuto2018-09-141-1/+0
* SERVER-36637 IDL objects should hold owned BSONObjsMark Benvenuto2018-09-141-0/+1
* SERVER-35247 Undefined is allowed for required fields in IDLMark Benvenuto2018-08-291-0/+63
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34228 Add default value support for fields of type enumMark Benvenuto2018-05-011-2/+11
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-3/+3
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-291-0/+215
* SERVER-31705 IDL Generate Equality and Less than comparison operatorsMark Benvenuto2017-12-121-0/+104
* SERVER-31278 IDL definition does not generate properly qualified namespace fo...Mark Benvenuto2017-12-081-2/+4
* SERVER-31660 Bring BSONObj parsers back for IDL generated commandsMark Benvenuto2017-12-011-2/+13
* SERVER-32005 IDL augment code with compiler likely macroMark Benvenuto2017-11-201-0/+40
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-45/+50
* SERVER-30560 Support serialization to OpMsgRequest document sequencesMark Benvenuto2017-08-141-22/+77
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-5/+4
* SERVER-30441 Correctly set the _hasField value when deserializing from OpMsgR...Kaloian Manassiev2017-08-011-0/+14
* SERVER-30193 Remove OP_MSG default for $dbMathias Stearn2017-07-261-13/+6
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-2/+2
* SERVER-29984 Non-strict command parsers do not detect required fields are use...Mark Benvenuto2017-07-101-48/+71