summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-161-10/+0
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-151-0/+10
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-2/+70
* SERVER-40811 make initializers throwyBilly Donahue2020-12-082-4/+2
* SERVER-51653 Ban uses of unstable command parameters with apiStrict:trueArun Banala2020-12-022-1/+22
* SERVER-51862 Use IDL structs' C++ names for base-class generationA. Jesse Jiryu Davis2020-11-301-0/+19
* SERVER-51371 Strict IDL definition for WriteConcernGeorge Wangensteen2020-11-193-9/+134
* SERVER-52543 Define listCollections in IDLA. Jesse Jiryu Davis2020-11-191-0/+9
* SERVER-52827 Define an IDL type that accepts any BSON value in basic_types.idlGeorge Wangensteen2020-11-184-1/+76
* SERVER-52875 Let IDL structs include structs with field validatorsA. Jesse Jiryu Davis2020-11-161-0/+5
* SERVER-51848 Rename generic arg/reply functionsA. Jesse Jiryu Davis2020-11-113-19/+18
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-117-2/+389
* 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-063-1/+72
* SERVER-51373 Create IDL definition for OkReplyGeorge Wangensteen2020-11-054-1/+33
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+16
* SERVER-51112 Add runFeatureFlagMultiversionTest helper for targeted upgrade/d...Jason Chan2020-10-292-1/+6
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-7/+7
* SERVER-51376 Add "reply_type" IDL fieldA. Jesse Jiryu Davis2020-10-211-0/+10
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-165-4/+403
* SERVER-50367 Add IDL support for feature flagsMark Benvenuto2020-09-033-0/+98
* SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityV...Jason Chan2020-08-181-0/+8
* SERVER-49489 IDL doesn't properly deal with an optional string field when par...Mark Benvenuto2020-07-151-0/+15
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-5/+5
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-021-0/+8
* Revert "SERVER-46625 Improve diagnostics when mongocryptd requests are sent t...Katherine Wu2020-06-011-8/+0
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-011-0/+8
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-282-21/+22
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-3/+3
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-0/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-212-2/+0
* SERVER-46071 Handle nan/inf/out-of-range inputs to integral set parameter valuesSara Golemon2020-02-211-2/+3
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-7/+19
* SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmdAndrew Chen2020-02-191-0/+11
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-302-0/+5
* Revert "SERVER-45288 switch Idempotency tests to use WiredTiger instead of ep...Eric Milkie2019-12-302-5/+0
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-272-0/+5
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-142-1/+120
* SERVER-44119 Customize string coersion for IDLSara Golemon2019-10-213-0/+31
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-276-272/+131
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-1/+7
* SERVER-41794 Only log about sslMode being deprecated when it's set for the fi...Jonathan Reams2019-07-022-6/+13
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-272-4/+5
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-3/+0
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-29/+11
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-0/+1