summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-41024 safeInt64 IDL types are not safe for all numerical inputs, resul...Mark Benvenuto2019-06-033-29/+19
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-1/+1
* SERVER-40426 Extend IDL Validators for more types and structsMark Benvenuto2019-04-183-0/+69
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-064-15/+4
* SERVER-35114 Adjustable periods for PeriodicJobsJason Carey2019-03-291-0/+73
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-204-2/+193
* SERVER-40115 Generated serialization methods for commands which 'concatenate_...Mark Benvenuto2019-03-181-11/+28
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-034-4/+196
* SERVER-38574 Allow declaring IDL based configs without auto-registeringSara Golemon2019-02-144-1/+63
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-135-5/+0
* SERVER-38966 Convert Failpoint SCPs to use IDLSara Golemon2019-01-151-0/+3
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-126-443/+0
* SERVER-38880 IDL relational comparison operators without std::tie()Mark Benvenuto2019-01-112-0/+50
* SERVER-38694 Allow specializing ServerParameter class in IDLSara Golemon2019-01-104-0/+450
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-0/+6
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-074-8/+8
* SERVER-38826 Export yaml constant values as C++ constexprsSara Golemon2019-01-043-2/+15
* SERVER-38584 Move IDL SCPs to InitializersSara Golemon2018-12-192-0/+12
* SERVER-25323 Allow marking ServerParameters as 'test only'Sara Golemon2018-12-173-1/+46
* SERVER-38572 Allow arbitrary C++ expressions in literal valuesSara Golemon2018-12-146-6/+73
* SERVER-38566 Use static_assert() for runtime thread safety violationsSara Golemon2018-12-132-11/+10
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-072-2/+3
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-073-2/+40
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-069-2/+276
* SERVER-38279 Add condition clause to set parameter and config option definitionsSara Golemon2018-11-295-1/+100