summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+4
* SERVER-68017 Constrain cluster-wide with-storage parameters to be tenant ID a...Gabriel Marks2022-09-133-49/+89
* SERVER-69388 Have IDL command constructor to init its database name field wit...Sophia Tan2022-09-091-22/+46
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-0/+4
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+5
* SERVER-68343 Handle tenantId in GetClusterParameterInvocation & ClusterServer...Gabriel Marks2022-09-021-5/+11
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-3012-209/+255
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+3
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-2912-1243/+10
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2613-630/+8
* SERVER-68415 Make 'ok' recognizable as a generic reply fieldGeorge Wangensteen2022-08-252-1/+4
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-241-0/+2
* Revert "SERVER-67464 Add base64url encode/decode"Varun Ravichandran2022-08-233-74/+0
* SERVER-67876: Enable featureFlagClusterWideConfigM2 on 6.1Varun Ravichandran2022-08-231-1/+2
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-234-12/+23
* SERVER-68826 Link the feature_flag_test.idl template back in the server codeKaloian Manassiev2022-08-231-16/+16
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-2310-201/+201
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-182-1/+16
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-2/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-163-24/+31
* Revert "SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of ...Jason Chan2022-08-151-34/+0
* 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