summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-112-0/+3
|
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ↵Benety Goh2023-05-101-189/+7
| | | | for base class
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-062-4/+3
|
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-2/+2
|
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-2/+2
|
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-052-3/+4
|
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-041-3/+1
|
* SERVER-69304: Remove featureFlagClusterWideConfigM2Varun Ravichandran2023-05-011-6/+0
|
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-012-2/+4
|
* SERVER-76584 Ensure $tenant field sets the nonPrefixedTenantId flagHugh Tong2023-04-281-0/+2
|
* SERVER-76157 Fix issues w/ retryable_write_error_labels.js and onShutdownGabriel Marks2023-04-271-2/+1
|
* SERVER-68151 Add a required feature flag IDL parameter of shouldBeFCVGatedHuayu Ouyang2023-04-272-0/+25
|
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-271-1/+2
|
* SERVER-75858 Add ability to disable IDL duplicate field checks for extra fieldsMark Benvenuto2023-04-262-1/+53
|
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-1/+8
|
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-8/+1
| | | | This reverts commit c35bad3b048e8d885bf0b7517aacd2349ea81d14.
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-1/+8
|
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return ↵Sophia Tan2023-04-241-1/+1
| | | | DatabaseName
* SERVER-73108 Handle command request/reply serialization/deserializationHugh Tong2023-04-241-89/+120
|
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-242-4/+9
|
* SERVER-76157 Shut down ClusterServerParameterRefresher correctlyGabriel Marks2023-04-212-0/+15
|
* SERVER-74897 Change IDL defined commands to call NamespaceStringUtilHugh Tong2023-04-192-23/+16
|
* SERVER-74486 Always include tenant in collection name attributes in error ↵Sophia Tan2023-04-181-1/+1
| | | | messages
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-173-43/+51
|
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
|
* SERVER-74107 Use transaction in cluster parameter refresher to get ↵Gabriel Marks2023-04-053-51/+150
| | | | up-to-date FCV
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-7/+7
|
* SERVER-70740 Handle expectPrefix option in requestsHugh Tong2023-04-043-1/+585
|
* SERVER-71490: Move steady state replication constraint relaxation opCounters ↵XueruiFa2023-03-311-11/+32
| | | | to logs
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-283-4/+10
|
* SERVER-66996 Log warnings when ReplicaSetAwareServices and ↵Kaitlin Mahar2023-03-221-0/+3
| | | | PrimaryOnlyServices block stepUp from completing
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-151-2/+5
|
* SERVER-72250 Update cluster parameter cache transactionallyGabriel Marks2023-03-139-383/+425
|
* SERVER-72082 Process transaction metadata via the TxnRouter when using ↵George Wangensteen2023-03-132-0/+7
| | | | AsyncRPC::sendTxnCommand
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness ↵Marcos José Grillo Ramirez2023-03-041-4/+5
| | | | of the API
* SERVER-73109 Build idl infrastructure to pass context to nss serializersHugh Tong2023-03-022-4/+17
|
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-263-5/+5
|
* SERVER-66482 Port Runtime Audit Configuration into a cluster server parameterGabriel Marks2023-02-212-30/+35
|
* Revert "SERVER-66482 Port Runtime Audit Configuration into a cluster server ↵Gabriel Marks2023-02-212-35/+30
| | | | | | parameter" This reverts commit eca135fd7dc1b8a1da3248ac553bf03128553ea5.
* SERVER-73872: Perform apiStrict checking for fields in inner structs in a ↵Projjal Chanda2023-02-211-1/+4
| | | | | | command. During parsing a command, before parsing an inner struct we construct a new IDLParserContext for it by passing the original context. The apiStrict value is however not retained in the new context object.
* SERVER-66482 Port Runtime Audit Configuration into a cluster server parameterGabriel Marks2023-02-182-30/+35
|
* SERVER-71651 Support array of variants in IDLFrederic Vitzikam2023-02-142-0/+76
|
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-113-13/+14
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-082-31/+48
|
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-1/+0
|
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-032-5/+3
|
* SERVER-73138 Support IDL Variants of Multiple Structsseanzimm2023-02-032-0/+35
|
* SERVER-73258 Fix expected error message on windowsSara Golemon2023-02-021-8/+18
|
* SERVER-73258 Add Duration based IDL typesSara Golemon2023-01-312-6/+81
|
* SERVER-73280 Pass CPP variable name into condition.feature_flagGabriel Marks2023-01-311-1/+1
|