summaryrefslogtreecommitdiff
path: root/src/mongo/idl/idl_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest ↵Sophia Tan2022-07-131-0/+123
| | | | during command parsing for IDL defined commands
* Revert "SERVER-65459 Construct NamespaceString using tenantId on the ↵jannaerin2022-07-121-123/+0
| | | | | | OpMsgRequest during command parsing for IDL defined commands" This reverts commit c340d5a7a891758510728997c839f8e8d7e5eaa0.
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest ↵Sophia Tan2022-07-111-0/+123
| | | | during command parsing for IDL defined commands
* SERVER-67464 Add base64url encode/decodeSara Golemon2022-06-291-0/+52
|
* SERVER-58110 IDL remove const-returning gettersBilly Donahue2022-04-291-31/+24
|
* SERVER-65834 Add validation for idl array parametersDidier Nadeau2022-04-281-0/+61
|
* SERVER-65449 Add $tenant field to IDL for commandsSophia Tan2022-04-281-0/+49
|
* SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone2022-03-171-0/+1
| | | | also fixes SERVER-63100
* 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 ↵Milena Ivanova2021-04-281-0/+50
| | | | optionalBool type
* 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 ↵Lingzhi Deng2020-11-101-0/+8
| | | | with {namespace: type}
* 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, ↵Mark Benvenuto2019-06-031-12/+12
| | | | results in UB
* 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 ↵Mark Benvenuto2019-03-201-1/+166
| | | | name or UUID
* SERVER-40115 Generated serialization methods for commands which ↵Mark Benvenuto2019-03-181-11/+28
| | | | 'concatenate_with_db' do not append the $db field
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | This reverts commit 846a6c19839601ce66f27877b348a4a5150a453d.
* 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 ↵Andrew Morrow2018-05-051-1/+1
| | | | rpc/protocol
* 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 ↵Mark Benvenuto2017-12-081-2/+4
| | | | for imported types
* SERVER-31660 Bring BSONObj parsers back for IDL generated commandsMark Benvenuto2017-12-011-2/+13
|