summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/op_observer_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-7/+26
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-4/+12
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-3/+4
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-4/+4
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-4/+4
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-28/+162
* SERVER-72081 Change the access blocker registry data structure to key on Tena...mathisbessamdb2023-03-151-2/+2
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-29/+45
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-2/+2
* SERVER-71190 Create unittest for batched write contextShin Yee Tan2022-12-211-57/+0
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-081-16/+16
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-081-1/+1
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-081-2/+1
* SERVER-71657 add TransactionOperations::getOperationsForOpObserver()Benety Goh2022-12-081-9/+9
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-82/+119
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-151-2/+4
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-101-160/+0
* SERVER-70897 move BatchedWriteContext into db/op_observerShin Yee Tan2022-11-101-1/+1
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-53/+50
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-45/+63
* SERVER-70765 add configurable limits for batched writes oplog entriesBenety Goh2022-10-261-9/+23
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-181-4/+4
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-6/+4
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-4/+6
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-6/+4
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-121-2/+2
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-121-34/+33
* SERVER-69749 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-10-121-23/+44
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-4/+5
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-301-11/+11
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-301-2/+2
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-3/+3
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-281/+18
* SERVER-69560 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-09-091-23/+23
* SERVER-69233 Replace transaction top level tenantId with operation doc tenantIdHugh Tong2022-09-011-10/+33
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-2/+5
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-16/+20
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-1/+5
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-3/+3
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-181-35/+13
* SERVER-67900 Add an OpObserver::onInserts method that accepts a CollectionPtrKaloian Manassiev2022-08-181-250/+160
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-151-144/+0
* Revert "SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pa...Tommaso Tocci2022-08-101-0/+144
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-091-144/+0
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-12/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-68358 Turn off multitenancySupport flag in unit tests after usejannaerin2022-07-291-1/+11