summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67974 Add storage wrapper to handle tenant-aware parametersGabriel Marks2022-08-031-34/+102
* SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of their dataGeorge Wangensteen2022-08-021-0/+34
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-16/+16
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-292-9/+21
* SERVER-67649 Teach IDL reply types to ignore generic fieldsGeorge Wangensteen2022-07-285-40/+86
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-26/+26
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-263-143/+138
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-135-8/+152
* Revert "SERVER-65459 Construct NamespaceString using tenantId on the OpMsgReq...jannaerin2022-07-125-152/+8
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-115-8/+152
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-113-5/+5
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-082-3/+3
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-1/+1
* SERVER-67464 Add base64url encode/decodeSara Golemon2022-06-293-0/+72
* SERVER-67281 add OpObserver::onBatchedWriteStart() and onBatchedWriteAbort()Benety Goh2022-06-281-0/+4
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-0/+1
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-0/+8
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+1
* SERVER-65572: Remove featureFlagClusterWideConfigVarun Ravichandran2022-06-091-5/+0
* Revert "SERVER-65572: Remove featureFlagClusterWideConfig"Varun Ravichandran2022-06-081-0/+5
* SERVER-65572: Remove featureFlagClusterWideConfigVarun Ravichandran2022-06-071-5/+0
* SERVER-62264: Periodically refresh cluster server parameters on mongosVarun Ravichandran2022-05-284-0/+347
* SERVER-65728: Audit cluster server parameters on startup, update, and retrievalVarun Ravichandran2022-05-275-24/+46
* SERVER-62764 Write tenantId fields to oplog entries on insertHugh Tong2022-05-251-1/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-5/+4
* SERVER-66082: Propagate cluster server parameters to new nodes during file-co...Varun Ravichandran2022-05-138-288/+661
* SERVER-64849: Return LogicalTime::kUninitialized instead of default-construct...Varun Ravichandran2022-05-064-13/+11
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-063-3/+9
* SERVER-65810: Disable test-only cluster server parameters when enableTestComm...Varun Ravichandran2022-05-042-5/+15
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-58110 IDL remove const-returning gettersBilly Donahue2022-04-295-45/+36
* SERVER-65834 Add validation for idl array parametersDidier Nadeau2022-04-283-0/+90
* SERVER-65449 Add $tenant field to IDL for commandsSophia Tan2022-04-283-0/+57
* SERVER-59922: Use FCV check with feature flag in replica set setClusterParameterAdam Rayner2022-04-121-0/+5
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-122-2/+6
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push par...Marcos José Grillo Ramirez2022-04-111-0/+18
* Revert "SERVER-63606 Serialize setClusterParameter with add/remove shard and ...auto-revert-processor2022-04-091-18/+0
* SERVER-63606 Serialize setClusterParameter with add/remove shard and push par...Marcos José Grillo Ramirez2022-04-081-0/+18
* SERVER-65128: Improve integration testing and address bugs in setClusterParam...Varun Ravichandran2022-04-073-8/+27
* SERVER-63870 Integrate replica set setClusterParameter into POS with replay p...Marcos José Grillo Ramirez2022-04-051-7/+4
* SERVER-65059 Store recipient connection string in state documentMatt Broadstone2022-04-021-0/+7
* SERVER-62261: Implement getClusterParameter command on mongod and mongosVarun Ravichandran2022-04-012-1/+38
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-1/+2
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-0/+2
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-4/+16
* SERVER-64573 Make implicitlyCreateIndex and enforceUniquenessCheck fields opt...Randolph Tan2022-03-181-0/+7
* SERVER-62253: Generate specialized and storage cluster server parameters from...Varun Ravichandran2022-03-1812-111/+358
* SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone2022-03-173-130/+6
* SERVER-63630: Extend IDLServerParameterWithStorage to support cluster server ...Varun Ravichandran2022-03-119-231/+596
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-107-92/+173