summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/op_observer_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-17/+17
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-5/+5
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-12/+12
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-151-37/+43
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-0/+143
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-0/+4628